# HG changeset patch # User Sune Foldager # Date 1305702318 -7200 # Node ID 077cdf172580830fbd2b1bc32b7c9d58c9be167e # Parent d54f9bbcc6403c727984ae40e53295f782c72c51 patch: remove unused variable to make pyflakes test happy diff -r d54f9bbcc640 -r 077cdf172580 mercurial/patch.py --- a/mercurial/patch.py Tue May 17 23:46:38 2011 +0200 +++ b/mercurial/patch.py Wed May 18 09:05:18 2011 +0200 @@ -1165,7 +1165,6 @@ rejects = 0 err = 0 current_file = None - cwd = os.getcwd() backend = fsbackend(ui, os.getcwd()) for state, values in iterhunks(fp):