Mercurial > public > mercurial-scm > hg
diff mercurial/repair.py @ 6408:3f5f23ba18bc
fix warning from pychecker
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 30 Mar 2008 20:21:57 +0200 |
parents | f89fd07fc51d |
children | f6c00b17387c |
line wrap: on
line diff
--- a/mercurial/repair.py Sun Mar 30 20:21:46 2008 +0200 +++ b/mercurial/repair.py Sun Mar 30 20:21:57 2008 +0200 @@ -72,7 +72,6 @@ def strip(ui, repo, node, backup="all"): cl = repo.changelog # TODO delete the undo files, and handle undo of merge sets - pp = cl.parents(node) striprev = cl.rev(node) # Some revisions with rev > striprev may not be descendants of striprev.