Mercurial > hg
annotate tests/test-alias.out @ 10545:b9e4a67329cd stable
Updated contrib/vim/patchreview.* to version 0.2.1
1) adds a :DiffReview command to review code changes
in the current workspace.
2) removes the need to have patchutils (specifically filterdiff)
installed on the system by implementing patch extraction in
pure vim script.
author | Manpreet Singh <junkblocker@yahoo.com> |
---|---|
date | Wed, 24 Feb 2010 13:12:17 -0800 |
parents | 0022f5c5459e |
children | 16df09a54113 |
rev | line source |
---|---|
4801 | 1 % basic |
2 % unknown | |
8655 | 3 alias 'unknown' resolves to unknown command 'bargle' |
10021
0022f5c5459e
help: don't display bogus help messages for invalid aliases
Brodie Rao <me+hg@dackz.net>
parents:
9993
diff
changeset
|
4 alias 'unknown' resolves to unknown command 'bargle' |
4801 | 5 % ambiguous |
8655 | 6 alias 'ambiguous' resolves to ambiguous command 's' |
10021
0022f5c5459e
help: don't display bogus help messages for invalid aliases
Brodie Rao <me+hg@dackz.net>
parents:
9993
diff
changeset
|
7 alias 'ambiguous' resolves to ambiguous command 's' |
4801 | 8 % recursive |
8655 | 9 alias 'recursive' resolves to unknown command 'recursive' |
10021
0022f5c5459e
help: don't display bogus help messages for invalid aliases
Brodie Rao <me+hg@dackz.net>
parents:
9993
diff
changeset
|
10 alias 'recursive' resolves to unknown command 'recursive' |
8655 | 11 % no definition |
12 no definition for alias 'nodefinition' | |
10021
0022f5c5459e
help: don't display bogus help messages for invalid aliases
Brodie Rao <me+hg@dackz.net>
parents:
9993
diff
changeset
|
13 no definition for alias 'nodefinition' |
9993
8bce1e0d2801
alias: do not crash when aliased command has no usage help text
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
8655
diff
changeset
|
14 % no usage |
8bce1e0d2801
alias: do not crash when aliased command has no usage help text
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
8655
diff
changeset
|
15 no rollback information available |
4801 | 16 adding foo |
17 % with opts | |
5764
8a5d8fb59ed2
Backed out changeset c2a21fe60994
Matt Mackall <mpm@selenic.com>
parents:
5762
diff
changeset
|
18 C foo |
8519
5fbee915ea5d
alias: a0104303f400 did not correctly handle whitespace in the args
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
8477
diff
changeset
|
19 % with opts and whitespace |
5fbee915ea5d
alias: a0104303f400 did not correctly handle whitespace in the args
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
8477
diff
changeset
|
20 0 e63c23eaa88a | 1970-01-01 00:00 +0000 |
8477
a0104303f400
alias: honor the [defaults] section, fix issue1642
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
5764
diff
changeset
|
21 % interaction with defaults |
a0104303f400
alias: honor the [defaults] section, fix issue1642
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
5764
diff
changeset
|
22 0:e63c23eaa88a |
a0104303f400
alias: honor the [defaults] section, fix issue1642
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
5764
diff
changeset
|
23 -1:000000000000 |
8655 | 24 % properly recursive |
25 changeset: -1:0000000000000000000000000000000000000000 | |
26 parent: -1:0000000000000000000000000000000000000000 | |
27 parent: -1:0000000000000000000000000000000000000000 | |
28 manifest: -1:0000000000000000000000000000000000000000 | |
29 user: | |
30 date: Thu Jan 01 00:00:00 1970 +0000 | |
31 extra: branch=default | |
32 |