comparison hgext/evolve.py @ 1517:a1f239a93c94

split: mark the command as experimental It has a bit too many rough edge for now.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 02 Nov 2015 00:32:44 +0000
parents c4f8a2916e43
children c15d6168412f
comparison
equal deleted inserted replaced
1516:c4f8a2916e43 1517:a1f239a93c94
2622 @command('^split', 2622 @command('^split',
2623 [('r', 'rev', [], _("revision to fold")), 2623 [('r', 'rev', [], _("revision to fold")),
2624 ] + commitopts + commitopts2, 2624 ] + commitopts + commitopts2,
2625 _('hg split [OPTION]... [-r] REV')) 2625 _('hg split [OPTION]... [-r] REV'))
2626 def cmdsplit(ui, repo, *revs, **opts): 2626 def cmdsplit(ui, repo, *revs, **opts):
2627 """Split the current commit using interactive selection 2627 """Split the current commit using interactive selection (EXPERIMENTAL)
2628 2628
2629 By default, split the current revision by prompting for all its hunk to be 2629 By default, split the current revision by prompting for all its hunk to be
2630 redistributed into new changesets. 2630 redistributed into new changesets.
2631 2631
2632 Use --rev for splitting a given changeset instead. 2632 Use --rev for splitting a given changeset instead.