test-alias.out
58 lines
| 1.5 KiB
| text/plain
|
TextLexer
/ tests / test-alias.out
Brendan Cully
|
r4801 | % basic | ||
% unknown | ||||
Brendan Cully
|
r8655 | alias 'unknown' resolves to unknown command 'bargle' | ||
Brodie Rao
|
r10021 | alias 'unknown' resolves to unknown command 'bargle' | ||
Brendan Cully
|
r4801 | % ambiguous | ||
Brendan Cully
|
r8655 | alias 'ambiguous' resolves to ambiguous command 's' | ||
Brodie Rao
|
r10021 | alias 'ambiguous' resolves to ambiguous command 's' | ||
Brendan Cully
|
r4801 | % recursive | ||
Brendan Cully
|
r8655 | alias 'recursive' resolves to unknown command 'recursive' | ||
Brodie Rao
|
r10021 | alias 'recursive' resolves to unknown command 'recursive' | ||
Brendan Cully
|
r8655 | % no definition | ||
no definition for alias 'nodefinition' | ||||
Brodie Rao
|
r10021 | no definition for alias 'nodefinition' | ||
Nicolas Dumazet
|
r9993 | % no usage | ||
no rollback information available | ||||
Brendan Cully
|
r4801 | adding foo | ||
% with opts | ||||
Matt Mackall
|
r5764 | C foo | ||
Benoit Boissinot
|
r8519 | % with opts and whitespace | ||
0 e63c23eaa88a | 1970-01-01 00:00 +0000 | ||||
Benoit Boissinot
|
r8477 | % interaction with defaults | ||
0:e63c23eaa88a | ||||
-1:000000000000 | ||||
Brendan Cully
|
r8655 | % properly recursive | ||
changeset: -1:0000000000000000000000000000000000000000 | ||||
parent: -1:0000000000000000000000000000000000000000 | ||||
parent: -1:0000000000000000000000000000000000000000 | ||||
manifest: -1:0000000000000000000000000000000000000000 | ||||
user: | ||||
date: Thu Jan 01 00:00:00 1970 +0000 | ||||
extra: branch=default | ||||
Alexander Solovyov
|
r10793 | % path expanding | ||
# HG changeset patch | ||||
# User test | ||||
# Date 0 0 | ||||
# Node ID e63c23eaa88ae77967edcf4ea194d31167c478b0 | ||||
# Parent 0000000000000000000000000000000000000000 | ||||
foo | ||||
diff -r 000000000000 -r e63c23eaa88a foo | ||||
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 | ||||
+++ b/foo Thu Jan 01 00:00:00 1970 +0000 | ||||
@@ -0,0 +1,1 @@ | ||||
+foo | ||||
Brodie Rao
|
r11676 | % invalid arguments | ||
hg rt: invalid arguments | ||||
hg rt | ||||
alias for: hg root | ||||
print the root (top) of the current working directory | ||||
Print the root directory of the current repository. | ||||
Returns 0 on success. | ||||
use "hg -v help rt" to show global options | ||||