Submitter | timeless |
---|---|
Date | May 3, 2016, 4:12 p.m. |
Message ID | <0a6112a63cbbf284ed71.1462291973@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/14864/ |
State | Superseded |
Headers | show |
Comments
Patch
diff -r 1cb074950009 -r 0a6112a63cbb hgext/histedit.py --- a/hgext/histedit.py Tue May 03 15:26:51 2016 +0000 +++ b/hgext/histedit.py Tue May 03 15:18:01 2016 +0000 @@ -499,6 +499,11 @@ return ctx, [] return ctx, [(self.node, (ctx.node(),))] + @classmethod + def initialactions(cls, state, actions): + """Allows action to adjust the default plan for histedit""" + return actions + def commitfuncfor(repo, src): """Build a commit function for the replacement of <src>