fix warning from pychecker
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 30 Mar 2008 20:21:57 +0200
changeset 6408 3f5f23ba18bc
parent 6407 12377957948d
child 6409 47f4a47161b4
fix warning from pychecker
mercurial/repair.py
--- 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.