changeset 4047:9c9d319adceb

grab: prefix function with 'cmd' as for the other command in the extension
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 31 Aug 2018 09:08:13 +0200
parents 669b32100eca
children d7034826c0a2
files hgext3rd/evolve/cmdrewrite.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/cmdrewrite.py	Thu Aug 30 19:40:18 2018 +0200
+++ b/hgext3rd/evolve/cmdrewrite.py	Fri Aug 31 09:08:13 2018 +0200
@@ -1322,7 +1322,7 @@
      ('a', 'abort', False, 'abort interrupted grab'),
     ],
     _('[-r] rev'))
-def grab(ui, repo, *revs, **opts):
+def cmdgrab(ui, repo, *revs, **opts):
     """grabs a commit, move it on the top of working directory parent and
     updates to it."""