Mercurial > hg
view tests/test-rebase-abort.out @ 11524:24965bb270b7
dispatch: add shell aliases
This patch adds git-style "shell aliases" to Mercurial.
Any alias with a definition beginning with a '!' will be treated as a shell
alias. For example:
[alias]
echo = !echo
qempty = !hg qrefresh -X "`hg root`" ; echo Emptied patch "`hg qtop`"
$ hg echo foo
foo
$ hg qempty
Emptied patch foo
$
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 07 Jul 2010 18:49:43 -0400 |
parents | 7fa3968004c1 |
children |
line wrap: on
line source
@ 4: L2 | o 3: L1 | | o 2: C3 |/ o 1: C2 | o 0: C1 % Conflicting rebase warning: conflicts during merge. merging common failed! abort: fix unresolved conflicts with hg resolve then run hg rebase --continue merging common % Abort saved backup bundle to rebase aborted @ 4: L2 | o 3: L1 | | o 2: C3 |/ o 1: C2 | o 0: C1 % Rebase and abort without generating new changesets @ 4:C1 | o 3:B bis | | o 2:C | | | o 1:B |/ o 0:A warning: conflicts during merge. merging c failed! abort: fix unresolved conflicts with hg resolve then run hg rebase --continue merging c @ 4:C1 | o 3:B bis | | @ 2:C | | | o 1:B |/ o 0:A rebase aborted @ 4:C1 | o 3:B bis | | o 2:C | | | o 1:B |/ o 0:A