fetch_command: remove dead code

This commit is contained in:
Patrick Mezard 2008-11-25 09:18:26 -06:00
parent e9d74f009c
commit edb6ae1ead

View File

@ -394,8 +394,6 @@ def stupid_svn_server_pull_rev(ui, svn, hg_editor, r):
fi.close()
else:
open(f, 'w').close()
if f.startswith(our_tempdir):
f = f[len(our_tempdir)+1:]
os.chdir(old_cwd)
if d2.strip() and len(re.findall('\n[-+]', d2.strip())) > 0:
old_cwd = os.getcwd()