hgext/histedit.py
changeset 28340 c100dbd593e2
parent 28294 89e04a33e958
child 28396 5490b04e6132
--- a/hgext/histedit.py	Wed Mar 02 22:09:18 2016 +0000
+++ b/hgext/histedit.py	Wed Mar 02 22:39:03 2016 +0000
@@ -482,7 +482,7 @@
         rulectx."""
         ctx = self.repo['.']
         if ctx.node() == self.state.parentctxnode:
-            self.repo.ui.warn(_('%s: empty changeset\n') %
+            self.repo.ui.warn(_('%s: skipping changeset (no changes)\n') %
                               node.short(self.node))
             return ctx, [(self.node, tuple())]
         if ctx.node() == self.node: