Mercurial > hgsubversion
changeset 102:3d56b8c53979
fetch_command: remove dead code
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 09:18:26 -0600 |
parents | a3b717e4abf5 |
children | f9d0154e4d11 |
files | fetch_command.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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()