Mercurial > hg
comparison tests/test-strict.out @ 2988:63c3a1921a67
Add ui.strict config item.
This turns off command matching by unambiguous prefix, and is a good
thing if you want to write future-proof scripts.
This fixes issue 314.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 21 Aug 2006 21:59:29 -0700 |
parents | |
children | 509342f95564 |
comparison
equal
deleted
inserted
replaced
2987:12d1475b48df | 2988:63c3a1921a67 |
---|---|
1 adding a | |
2 0: a | |
3 hg: unknown command 'an' | |
4 Mercurial Distributed SCM | |
5 | |
6 basic commands (use "hg help" for the full list or option "-v" for details): | |
7 | |
8 add add the specified files on the next commit | |
9 annotate show changeset information per file line | |
10 clone make a copy of an existing repository | |
11 commit commit the specified files or all outstanding changes | |
12 diff diff repository (or selected files) | |
13 export dump the header and diffs for one or more changesets | |
14 init create a new repository in the given directory | |
15 log show revision history of entire repository or files | |
16 parents show the parents of the working dir or revision | |
17 pull pull changes from the specified source | |
18 push push changes to the specified destination | |
19 remove remove the specified files on the next commit | |
20 revert revert files or dirs to their states as of some revision | |
21 serve export the repository via HTTP | |
22 status show changed files in the working directory | |
23 update update or merge working directory | |
24 0: a | |
25 % should succeed - up is an alias, not an abbreviation | |
26 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |