280
279
raise BzrCommandError("Working tree has uncommitted changes.")
282
281
if (source.endswith('.tar') or source.endswith('.tar.gz') or
285
285
tar_input = open_from_url(source)
286
286
if source.endswith('.bz2'):
289
293
if e.errno == errno.ENOENT: