test-strict.t
26 lines
| 435 B
| text/troff
|
Tads3Lexer
/ tests / test-strict.t
Nicolas Dumazet
|
r12097 | $ hg init | ||
$ echo a > a | ||||
$ hg ci -Ama | ||||
adding a | ||||
$ hg an a | ||||
0: a | ||||
Yuya Nishihara
|
r16591 | $ hg --config ui.strict=False an a | ||
0: a | ||||
Nicolas Dumazet
|
r12097 | $ echo "[ui]" >> $HGRCPATH | ||
$ echo "strict=True" >> $HGRCPATH | ||||
$ hg an a | ||||
hg: unknown command 'an' | ||||
Martin von Zweigbergk
|
r38823 | (use 'hg help' for a list of commands) | ||
Matt Mackall
|
r12316 | [255] | ||
Nicolas Dumazet
|
r12097 | $ hg annotate a | ||
0: a | ||||
should succeed - up is an alias, not an abbreviation | ||||
$ hg up | ||||
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | ||||