# HG changeset patch # User Patrick Mezard # Date 1227626306 21600 # Node ID 3d56b8c53979e1d5f51a6a943586446dcd4f4e24 # Parent a3b717e4abf561063140386510c1fae41aee23ac fetch_command: remove dead code diff --git a/fetch_command.py b/fetch_command.py --- a/fetch_command.py +++ b/fetch_command.py @@ -394,8 +394,6 @@ def stupid_svn_server_pull_rev(ui, svn, 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()