changeset 27600:cfb26146a8cd

histedit: remove unused variable state
author timeless <timeless@mozdev.org>
date Thu, 31 Dec 2015 15:39:38 +0000
parents ad5966de3c9a
children 1ad9da968a2e
files hgext/histedit.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'):