# HG changeset patch # User Peter Arrenbrecht # Date 1308555003 -7200 # Node ID e4d3370fa23473b137edcd95fa843c7ecf6da64e # Parent f9c056f48018611504f8e08e83cefcb42c8a2641 patch: fix typo in variable name diff -r f9c056f48018 -r e4d3370fa234 mercurial/patch.py --- a/mercurial/patch.py Fri Jun 17 19:28:38 2011 -0300 +++ b/mercurial/patch.py Mon Jun 20 09:30:03 2011 +0200 @@ -1378,7 +1378,7 @@ cwd = repo.getcwd() if cwd: cfiles = [util.pathto(repo.root, cwd, f) - for f in cfile] + for f in cfiles] scmutil.addremove(repo, cfiles, similarity=similarity) code = fp.close() if code: