D638: amend: delete dead assignment to "newid"
martinvonz (Martin von Zweigbergk)
phabricator at mercurial-scm.org
Wed Sep 6 17:57:54 UTC 2017
martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D638
AFFECTED FILES
mercurial/cmdutil.py
CHANGE DETAILS
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py
--- a/mercurial/cmdutil.py
+++ b/mercurial/cmdutil.py
@@ -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'
To: martinvonz, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list