mercurial/cmdutil.py
changeset 34097 4059b10d7490
parent 34074 da13616d1a92
child 34098 5dc6ac6555e6
--- a/mercurial/cmdutil.py	Fri Sep 01 17:09:53 2017 -0700
+++ b/mercurial/cmdutil.py	Wed Sep 06 10:42:02 2017 -0700
@@ -3163,7 +3163,6 @@
             return old.node()
 
         ph = repo.ui.config('phases', 'new-commit', phases.draft)
-        newid = None
         try:
             if opts.get('secret'):
                 commitphase = 'secret'