changeset 25907:4b92d11e48fe

histedit: remove useless 'else' clause This 'else: pass' clause have no effect. We drop it for clarity.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 03 Aug 2015 05:57:45 -0700
parents 5d0e1e95e30f
children 5e53d214415d
files hgext/histedit.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/histedit.py	Fri Jul 31 15:46:49 2015 -0700
+++ b/hgext/histedit.py	Mon Aug 03 05:57:45 2015 -0700
@@ -796,8 +796,6 @@
             if n in parentnodes:
                 hg.clean(repo, state.topmost)
                 break
-        else:
-            pass
         cleanupnode(ui, repo, 'created', tmpnodes)
         cleanupnode(ui, repo, 'temp', leafs)
         state.clear()