diff hgext/rebase.py @ 7280:810ca383da9c

remove unused variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Oct 2008 19:25:26 +0100
parents 292fb2ad2846
children ddab62b2fec4
line wrap: on
line diff
--- a/hgext/rebase.py	Tue Oct 28 19:07:14 2008 +0100
+++ b/hgext/rebase.py	Tue Oct 28 19:25:26 2008 +0100
@@ -29,7 +29,7 @@
     If a rebase is interrupted to manually resolve a merge, it can be continued
     with --continue or aborted with --abort.
     """
-    originalwd = target = source = None
+    originalwd = target = None
     external = nullrev
     state = skipped = {}