Mercurial > evolve
comparison hgext/evolve.py @ 1532:48547b4c77de
split: drop the experimental flag
I've been using it without issue for some time. The only blocker in my mind was
the lack of commit message preservation and this is now fixed.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 06 Nov 2015 21:37:38 -0500 |
parents | 47f48af730ce |
children | 9afe9e0191a1 |
comparison
equal
deleted
inserted
replaced
1531:47f48af730ce | 1532:48547b4c77de |
---|---|
2659 @command('^split', | 2659 @command('^split', |
2660 [('r', 'rev', [], _("revision to fold")), | 2660 [('r', 'rev', [], _("revision to fold")), |
2661 ] + commitopts + commitopts2, | 2661 ] + commitopts + commitopts2, |
2662 _('hg split [OPTION]... [-r] REV')) | 2662 _('hg split [OPTION]... [-r] REV')) |
2663 def cmdsplit(ui, repo, *revs, **opts): | 2663 def cmdsplit(ui, repo, *revs, **opts): |
2664 """Split the current commit using interactive selection (EXPERIMENTAL) | 2664 """Split the current commit using interactive selection |
2665 | 2665 |
2666 By default, split the current revision by prompting for all its hunk to be | 2666 By default, split the current revision by prompting for all its hunk to be |
2667 redistributed into new changesets. | 2667 redistributed into new changesets. |
2668 | 2668 |
2669 Use --rev for splitting a given changeset instead. | 2669 Use --rev for splitting a given changeset instead. |