author | timeless <timeless@mozdev.org> |
Thu, 31 Dec 2015 15:39:38 +0000 | |
changeset 27600 | cfb26146a8cd |
parent 27599 | ad5966de3c9a |
child 27601 | 1ad9da968a2e |
hgext/histedit.py | file | annotate | diff | comparison | revisions |
--- a/hgext/histedit.py Wed Dec 23 12:51:45 2015 -0800 +++ b/hgext/histedit.py Thu Dec 31 15:39:38 2015 +0000 @@ -629,7 +629,6 @@ """ Verifies semantic correctness of the fold rule""" super(fold, self).verify(prev) repo = self.repo - state = self.state if not prev: c = repo[self.node].parents()[0] elif not prev.verb in ('pick', 'base'):