comparison 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
comparison
equal deleted inserted replaced
7279:1f0f84660dea 7280:810ca383da9c
27 a master development tree. 27 a master development tree.
28 28
29 If a rebase is interrupted to manually resolve a merge, it can be continued 29 If a rebase is interrupted to manually resolve a merge, it can be continued
30 with --continue or aborted with --abort. 30 with --continue or aborted with --abort.
31 """ 31 """
32 originalwd = target = source = None 32 originalwd = target = None
33 external = nullrev 33 external = nullrev
34 state = skipped = {} 34 state = skipped = {}
35 35
36 lock = wlock = None 36 lock = wlock = None
37 try: 37 try: