# HG changeset patch # User Jun Wu # Date 1499557831 25200 # Node ID dc318f93bd77703fc25e3b22fc729bf3d2c7246c # Parent 7aa5160bdbf542d3d03bb69067561d551b14a225 histedit: remove "should strip" debug message The debug message was not used anywhere. Removed it to make scmutil.cleanupnodes migration easier to reason about. diff -r 7aa5160bdbf5 -r dc318f93bd77 hgext/histedit.py --- a/hgext/histedit.py Sat Jul 08 16:47:25 2017 -0700 +++ b/hgext/histedit.py Sat Jul 08 16:50:31 2017 -0700 @@ -1593,8 +1593,6 @@ """strip a group of nodes from the repository The set of node to strip may contains unknown nodes.""" - ui.debug('should strip %s nodes %s\n' % - (name, ', '.join([node.short(n) for n in nodes]))) with repo.lock(): # do not let filtering get in the way of the cleanse # we should probably get rid of obsolescence marker created during the