# HG changeset patch # User Pierre-Yves David # Date 1535699293 -7200 # Node ID 9c9d319adceba3d7da9c6108ab1a0979056c684f # Parent 669b32100eca270b5b73413a8307f65acbc0d37a grab: prefix function with 'cmd' as for the other command in the extension diff -r 669b32100eca -r 9c9d319adceb hgext3rd/evolve/cmdrewrite.py --- 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."""