Mercurial > hg-stable
annotate tests/test-globalopts.t @ 47283:a671832a8e41
urlutil: move url "fixing" at the time of `ui.paths` initialization
Doing such fixing at the time is simpler and will be necessary to deal with
urls list in a sane manner. It also reduce the size of fix-config which is
always better.
I wish we could get ride of the hackish way to pass the root around, I suspect
that the `root` variable could be stored as part of the config value, along side
the source. However getting to the end of this `root` business is a far too
large detours to make now.
The test change to `tests/test-hgrc.t` and `test-config.t` are expectied since
we are not longer altering the config itself, but the way it is interpreted when
building path. This seems more correct.
I also added a couple of test call to `test-config.t` and `test-globalopts.t` to
clarify that the expanding process is properly happening a the right time.
Differential Revision: https://phab.mercurial-scm.org/D10451
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 15 Apr 2021 20:13:29 +0200 |
parents | da4e6d7a8fdd |
children | ebdef6283798 |
rev | line source |
---|---|
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
1 $ hg init a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
2 $ cd a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
3 $ echo a > a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
4 $ hg ci -A -d'1 0' -m a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
5 adding a |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
6 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
7 $ cd .. |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
8 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
9 $ hg init b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
10 $ cd b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
11 $ echo b > b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
12 $ hg ci -A -d'1 0' -m b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
13 adding b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
14 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
15 $ cd .. |
7429
dbc40381620e
tests: Skip tests if they will fail because of outer repo
Mads Kiilerich <mads@kiilerich.com>
parents:
6150
diff
changeset
|
16 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
17 $ hg clone a c |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
18 updating to branch default |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
19 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
20 $ cd c |
12637
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
21 $ cat >> .hg/hgrc <<EOF |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
22 > [paths] |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
23 > relative = ../a |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
24 > EOF |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
25 $ hg pull -f ../b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
26 pulling from ../b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
27 searching for changes |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
28 warning: repository is unrelated |
13742
7abab875e647
discovery: avoid discovery when local graph is a subset of remote
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
13368
diff
changeset
|
29 requesting all changes |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
30 adding changesets |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
31 adding manifests |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
32 adding file changes |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
33 added 1 changesets with 1 changes to 1 files (+1 heads) |
34661
eb586ed5d8ce
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
34444
diff
changeset
|
34 new changesets b6c483daf290 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
35 (run 'hg heads' to see heads, 'hg merge' to merge) |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
36 $ hg merge |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
37 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
38 (branch merge, don't forget to commit) |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
39 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
40 $ cd .. |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
41 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
42 Testing -R/--repository: |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
43 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
44 $ hg -R a tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
45 changeset: 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
46 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
47 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
48 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
49 summary: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
50 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
51 $ hg --repository b tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
52 changeset: 0:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
53 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
54 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
55 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
56 summary: b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
57 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
58 |
12635
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
59 -R with a URL: |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
60 |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
61 $ hg -R file:a identify |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
62 8580ff50825a tip |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
63 $ hg -R file://localhost/`pwd`/a/ identify |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
64 8580ff50825a tip |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
65 |
12637
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
66 -R with path aliases: |
12635
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
67 |
46762
5a2212d40398
tests: Disable for rhg remaining tests that fail in that mode
Simon Sapin <simon.sapin@octobus.net>
parents:
46750
diff
changeset
|
68 TODO: add rhg support for path aliases |
5a2212d40398
tests: Disable for rhg remaining tests that fail in that mode
Simon Sapin <simon.sapin@octobus.net>
parents:
46750
diff
changeset
|
69 #if no-rhg |
12635
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
70 $ cd c |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
71 $ hg -R default identify |
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
72 8580ff50825a tip |
12637
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
73 $ hg -R relative identify |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
74 8580ff50825a tip |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
75 $ echo '[paths]' >> $HGRCPATH |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
76 $ echo 'relativetohome = a' >> $HGRCPATH |
47283
a671832a8e41
urlutil: move url "fixing" at the time of `ui.paths` initialization
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47058
diff
changeset
|
77 $ hg path | grep relativetohome |
a671832a8e41
urlutil: move url "fixing" at the time of `ui.paths` initialization
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47058
diff
changeset
|
78 relativetohome = $TESTTMP/a |
a671832a8e41
urlutil: move url "fixing" at the time of `ui.paths` initialization
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47058
diff
changeset
|
79 $ HOME=`pwd`/../ hg path | grep relativetohome |
a671832a8e41
urlutil: move url "fixing" at the time of `ui.paths` initialization
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47058
diff
changeset
|
80 relativetohome = $TESTTMP/a |
12637
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
81 $ HOME=`pwd`/../ hg -R relativetohome identify |
42ca7aef28d3
dispatch: properly handle relative path aliases used with -R (issue2376)
Brodie Rao <brodie@bitheap.org>
parents:
12635
diff
changeset
|
82 8580ff50825a tip |
12635
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
83 $ cd .. |
46762
5a2212d40398
tests: Disable for rhg remaining tests that fail in that mode
Simon Sapin <simon.sapin@octobus.net>
parents:
46750
diff
changeset
|
84 #endif |
12635
45ef87f41f98
test-globalopts: test hg -R file:// and hg -R path-alias
Brodie Rao <brodie@bitheap.org>
parents:
12376
diff
changeset
|
85 |
17014
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
86 #if no-outer-repo |
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
87 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
88 Implicit -R: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
89 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
90 $ hg ann a/a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
91 0: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
92 $ hg ann a/a a/a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
93 0: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
94 $ hg ann a/a b/b |
45921
95c4cca641f6
errors: remove trailing "!" from some error messages for consistency
Martin von Zweigbergk <martinvonz@google.com>
parents:
43305
diff
changeset
|
95 abort: no repository found in '$TESTTMP' (.hg not found) |
45926
8939062597f0
errors: raise InputError on bad repo arguments
Martin von Zweigbergk <martinvonz@google.com>
parents:
45924
diff
changeset
|
96 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
97 $ hg -R b ann a/a |
35400
4441705b7111
tests: remove (glob) annotations that were only for '\' matches
Matt Harbison <matt_harbison@yahoo.com>
parents:
35068
diff
changeset
|
98 abort: a/a not under root '$TESTTMP/b' |
25011
7d6a507a4c53
pathutil: hint if a path is root relative instead of cwd relative (issue4663)
Matt Harbison <matt_harbison@yahoo.com>
parents:
24364
diff
changeset
|
99 (consider using '--cwd b') |
12316
4134686b83e1
tests: add exit codes to unified tests
Matt Mackall <mpm@selenic.com>
parents:
12194
diff
changeset
|
100 [255] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
101 $ hg log |
45921
95c4cca641f6
errors: remove trailing "!" from some error messages for consistency
Martin von Zweigbergk <martinvonz@google.com>
parents:
43305
diff
changeset
|
102 abort: no repository found in '$TESTTMP' (.hg not found) |
45926
8939062597f0
errors: raise InputError on bad repo arguments
Martin von Zweigbergk <martinvonz@google.com>
parents:
45924
diff
changeset
|
103 [10] |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
104 |
17014
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
105 #endif |
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
106 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
107 Abbreviation of long option: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
108 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
109 $ hg --repo c tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
110 changeset: 1:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
111 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
112 parent: -1:000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
113 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
114 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
115 summary: b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
116 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
117 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
118 earlygetopt with duplicate options (36d23de02da1): |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
119 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
120 $ hg --cwd a --cwd b --cwd c tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
121 changeset: 1:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
122 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
123 parent: -1:000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
124 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
125 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
126 summary: b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
127 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
128 $ hg --repo c --repository b -R a tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
129 changeset: 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
130 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
131 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
132 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
133 summary: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
134 |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
135 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
136 earlygetopt short option without following space: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
137 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
138 $ hg -q -Rb tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
139 0:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
140 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
141 earlygetopt with illegal abbreviations: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
142 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
143 $ hg --confi "foo.bar=baz" |
45924
ca39c45014fa
errors: remove trailing "!" in messages about bad top-level args
Martin von Zweigbergk <martinvonz@google.com>
parents:
45921
diff
changeset
|
144 abort: option --config may not be abbreviated |
45933
ac565222b9f8
errors: raise InputError on bad top-level flags
Martin von Zweigbergk <martinvonz@google.com>
parents:
45926
diff
changeset
|
145 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
146 $ hg --cw a tip |
45924
ca39c45014fa
errors: remove trailing "!" in messages about bad top-level args
Martin von Zweigbergk <martinvonz@google.com>
parents:
45921
diff
changeset
|
147 abort: option --cwd may not be abbreviated |
45933
ac565222b9f8
errors: raise InputError on bad top-level flags
Martin von Zweigbergk <martinvonz@google.com>
parents:
45926
diff
changeset
|
148 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
149 $ hg --rep a tip |
45924
ca39c45014fa
errors: remove trailing "!" in messages about bad top-level args
Martin von Zweigbergk <martinvonz@google.com>
parents:
45921
diff
changeset
|
150 abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo |
45933
ac565222b9f8
errors: raise InputError on bad top-level flags
Martin von Zweigbergk <martinvonz@google.com>
parents:
45926
diff
changeset
|
151 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
152 $ hg --repositor a tip |
45924
ca39c45014fa
errors: remove trailing "!" in messages about bad top-level args
Martin von Zweigbergk <martinvonz@google.com>
parents:
45921
diff
changeset
|
153 abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo |
45933
ac565222b9f8
errors: raise InputError on bad top-level flags
Martin von Zweigbergk <martinvonz@google.com>
parents:
45926
diff
changeset
|
154 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
155 $ hg -qR a tip |
45924
ca39c45014fa
errors: remove trailing "!" in messages about bad top-level args
Martin von Zweigbergk <martinvonz@google.com>
parents:
45921
diff
changeset
|
156 abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo |
45933
ac565222b9f8
errors: raise InputError on bad top-level flags
Martin von Zweigbergk <martinvonz@google.com>
parents:
45926
diff
changeset
|
157 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
158 $ hg -qRa tip |
45924
ca39c45014fa
errors: remove trailing "!" in messages about bad top-level args
Martin von Zweigbergk <martinvonz@google.com>
parents:
45921
diff
changeset
|
159 abort: option -R has to be separated from other options (e.g. not -qR) and --repository may only be abbreviated as --repo |
45933
ac565222b9f8
errors: raise InputError on bad top-level flags
Martin von Zweigbergk <martinvonz@google.com>
parents:
45926
diff
changeset
|
160 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
161 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
162 Testing --cwd: |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
163 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
164 $ hg --cwd a parents |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
165 changeset: 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
166 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
167 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
168 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
169 summary: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
170 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
171 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
172 Testing -y/--noninteractive - just be sure it is parsed: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
173 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
174 $ hg --cwd a tip -q --noninteractive |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
175 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
176 $ hg --cwd a tip -q -y |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
177 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
178 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
179 Testing -q/--quiet: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
180 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
181 $ hg -R a -q tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
182 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
183 $ hg -R b -q tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
184 0:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
185 $ hg -R c --quiet parents |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
186 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
187 1:b6c483daf290 |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
188 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
189 Testing -v/--verbose: |
6150
aafdea37f796
Infer a --repository argument from command arguments when reasonable.
Jesse Glick <jesse.glick@sun.com>
parents:
4734
diff
changeset
|
190 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
191 $ hg --cwd c head -v |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
192 changeset: 1:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
193 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
194 parent: -1:000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
195 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
196 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
197 files: b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
198 description: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
199 b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
200 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
201 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
202 changeset: 0:8580ff50825a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
203 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
204 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
205 files: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
206 description: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
207 a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
208 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
209 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
210 $ hg --cwd b tip --verbose |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
211 changeset: 0:b6c483daf290 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
212 tag: tip |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
213 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
214 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
215 files: b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
216 description: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
217 b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
218 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
219 |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
220 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
221 Testing --config: |
4728
7bb5bcb089e3
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4365
diff
changeset
|
222 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
223 $ hg --cwd c --config paths.quuxfoo=bar paths | grep quuxfoo > /dev/null && echo quuxfoo |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
224 quuxfoo |
46762
5a2212d40398
tests: Disable for rhg remaining tests that fail in that mode
Simon Sapin <simon.sapin@octobus.net>
parents:
46750
diff
changeset
|
225 TODO: add rhg support for detailed exit codes |
5a2212d40398
tests: Disable for rhg remaining tests that fail in that mode
Simon Sapin <simon.sapin@octobus.net>
parents:
46750
diff
changeset
|
226 #if no-rhg |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
227 $ hg --cwd c --config '' tip -q |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
228 abort: malformed --config option: '' (use --config section.name=value) |
46119
db5dddb38f5b
errors: raise InputError on early parse error in dispatch
Martin von Zweigbergk <martinvonz@google.com>
parents:
45933
diff
changeset
|
229 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
230 $ hg --cwd c --config a.b tip -q |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
231 abort: malformed --config option: 'a.b' (use --config section.name=value) |
46119
db5dddb38f5b
errors: raise InputError on early parse error in dispatch
Martin von Zweigbergk <martinvonz@google.com>
parents:
45933
diff
changeset
|
232 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
233 $ hg --cwd c --config a tip -q |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
234 abort: malformed --config option: 'a' (use --config section.name=value) |
46119
db5dddb38f5b
errors: raise InputError on early parse error in dispatch
Martin von Zweigbergk <martinvonz@google.com>
parents:
45933
diff
changeset
|
235 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
236 $ hg --cwd c --config a.= tip -q |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
237 abort: malformed --config option: 'a.=' (use --config section.name=value) |
46119
db5dddb38f5b
errors: raise InputError on early parse error in dispatch
Martin von Zweigbergk <martinvonz@google.com>
parents:
45933
diff
changeset
|
238 [10] |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
239 $ hg --cwd c --config .b= tip -q |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
240 abort: malformed --config option: '.b=' (use --config section.name=value) |
46119
db5dddb38f5b
errors: raise InputError on early parse error in dispatch
Martin von Zweigbergk <martinvonz@google.com>
parents:
45933
diff
changeset
|
241 [10] |
46762
5a2212d40398
tests: Disable for rhg remaining tests that fail in that mode
Simon Sapin <simon.sapin@octobus.net>
parents:
46750
diff
changeset
|
242 #endif |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
243 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
244 Testing --debug: |
4728
7bb5bcb089e3
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4365
diff
changeset
|
245 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
246 $ hg --cwd c log --debug |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
247 changeset: 1:b6c483daf2907ce5825c0bb50f5716226281cc1a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
248 tag: tip |
22765
55dcc7fb731c
log: do not hide the public phase in debug mode (BC)
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
22501
diff
changeset
|
249 phase: public |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
250 parent: -1:0000000000000000000000000000000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
251 parent: -1:0000000000000000000000000000000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
252 manifest: 1:23226e7a252cacdc2d99e4fbdc3653441056de49 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
253 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
254 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
255 files+: b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
256 extra: branch=default |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
257 description: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
258 b |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
259 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
260 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
261 changeset: 0:8580ff50825a50c8f716709acdf8de0deddcd6ab |
22765
55dcc7fb731c
log: do not hide the public phase in debug mode (BC)
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
22501
diff
changeset
|
262 phase: public |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
263 parent: -1:0000000000000000000000000000000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
264 parent: -1:0000000000000000000000000000000000000000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
265 manifest: 0:a0c8bcbbb45c63b90b70ad007bf38961f64f2af0 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
266 user: test |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
267 date: Thu Jan 01 00:00:01 1970 +0000 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
268 files+: a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
269 extra: branch=default |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
270 description: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
271 a |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
272 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
273 |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
274 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
275 Testing --traceback: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
276 |
46750
e96a0a53de20
tests: Adapt expected output for minor differences with rhg
Simon Sapin <simon.sapin@octobus.net>
parents:
46440
diff
changeset
|
277 #if no-chg no-rhg |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
278 $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback' |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
279 Traceback (most recent call last): |
40263
8cf459d8b111
py3: use py3 as the test tag, dropping the k
Martijn Pieters <mj@octobus.net>
parents:
40224
diff
changeset
|
280 Traceback (most recent call last): (py3 !) |
34444
f2268edf38d5
test-globalopts: make the test compatible with chg
Saurabh Singh <singhsrb@fb.com>
parents:
31798
diff
changeset
|
281 #else |
f2268edf38d5
test-globalopts: make the test compatible with chg
Saurabh Singh <singhsrb@fb.com>
parents:
31798
diff
changeset
|
282 Traceback for '--config' errors not supported with chg. |
f2268edf38d5
test-globalopts: make the test compatible with chg
Saurabh Singh <singhsrb@fb.com>
parents:
31798
diff
changeset
|
283 $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback' |
f2268edf38d5
test-globalopts: make the test compatible with chg
Saurabh Singh <singhsrb@fb.com>
parents:
31798
diff
changeset
|
284 [1] |
f2268edf38d5
test-globalopts: make the test compatible with chg
Saurabh Singh <singhsrb@fb.com>
parents:
31798
diff
changeset
|
285 #endif |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
286 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
287 Testing --time: |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
288 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
289 $ hg --cwd a --time id |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
290 8580ff50825a tip |
16933
30143c3dd102
dispatch: lowercase --time message
Martin Geisler <mg@aragost.com>
parents:
16547
diff
changeset
|
291 time: real * (glob) |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
292 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
293 Testing --version: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
294 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
295 $ hg --version -q |
12376
97ffc68f71d3
tests: add glob matching for unified tests
Brodie Rao <brodie@bitheap.org>
parents:
12375
diff
changeset
|
296 Mercurial Distributed SCM * (glob) |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
297 |
17014
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
298 hide outer repo |
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
299 $ hg init |
50fbe9063ff2
tests: convert some 'hghave no-outer-repo' to #if
Mads Kiilerich <mads@kiilerich.com>
parents:
16933
diff
changeset
|
300 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
301 Testing -h/--help: |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
302 |
37342
4e6a6d0dccee
tests: conditionalize tests based on presence of custom extensions
Gregory Szorc <gregory.szorc@gmail.com>
parents:
35400
diff
changeset
|
303 #if no-extraextensions |
4e6a6d0dccee
tests: conditionalize tests based on presence of custom extensions
Gregory Szorc <gregory.szorc@gmail.com>
parents:
35400
diff
changeset
|
304 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
305 $ hg -h |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
306 Mercurial Distributed SCM |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
307 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
308 list of commands: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
309 |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
310 Repository creation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
311 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
312 clone make a copy of an existing repository |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
313 init create a new repository in the given directory |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
314 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
315 Remote repository management: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
316 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
317 incoming show new changesets found in source |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
318 outgoing show changesets not found in the destination |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
319 paths show aliases for remote repositories |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
320 pull pull changes from the specified source |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
321 push push changes to the specified destination |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
322 serve start stand-alone webserver |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
323 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
324 Change creation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
325 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
326 commit commit the specified files or all outstanding changes |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
327 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
328 Change manipulation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
329 |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
330 backout reverse effect of earlier changeset |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
331 graft copy changes from other branches onto the current branch |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
332 merge merge another revision into working directory |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
333 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
334 Change organization: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
335 |
21762
0c6cdbb697d9
bookmarks: improve the bookmark help (issue4244)
Matt Mackall <mpm@selenic.com>
parents:
20570
diff
changeset
|
336 bookmarks create a new bookmark or list existing bookmarks |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
337 branch set or show the current branch name |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
338 branches list repository named branches |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
339 phase set or show the current phase name |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
340 tag add one or more tags for the current or given revision |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
341 tags list repository tags |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
342 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
343 File content management: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
344 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
345 annotate show changeset information by line for each file |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
346 cat output the current or given revision of files |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
347 copy mark files as copied for the next commit |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
348 diff diff repository (or selected files) |
43305
d782cce137fd
grep: update docs to reflect new --all-files default
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
42548
diff
changeset
|
349 grep search for a pattern in specified files |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
350 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
351 Change navigation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
352 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
353 bisect subdivision search of changesets |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
354 heads show branch heads |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
355 identify identify the working directory or specified revision |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
356 log show revision history of entire repository or files |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
357 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
358 Working directory management: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
359 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
360 add add the specified files on the next commit |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
361 addremove add all new files, delete all missing files |
22423
edf07a804ac4
files: add new command unifying locate and manifest functionality
Matt Mackall <mpm@selenic.com>
parents:
22118
diff
changeset
|
362 files list tracked files |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
363 forget forget the specified files on the next commit |
46440
bb3a5c0df06b
purge: move extension into core mercurial
Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
parents:
46119
diff
changeset
|
364 purge removes files not tracked by Mercurial |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
365 remove remove the specified files on the next commit |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
366 rename rename files; equivalent of copy + remove |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
367 resolve redo merges or set/view the merge status of files |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
368 revert restore files to their checkout state |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
369 root print the root (top) of the current working directory |
42548
3de4f17f4824
shelve: move shelve extension to core
Navaneeth Suresh <navaneeths1998@gmail.com>
parents:
40294
diff
changeset
|
370 shelve save and set aside changes from the working directory |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
371 status show changed files in the working directory |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
372 summary summarize working directory state |
42548
3de4f17f4824
shelve: move shelve extension to core
Navaneeth Suresh <navaneeths1998@gmail.com>
parents:
40294
diff
changeset
|
373 unshelve restore a shelved change to the working directory |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
374 update update working directory (or switch revisions) |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
375 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
376 Change import/export: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
377 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
378 archive create an unversioned archive of a repository revision |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
379 bundle create a bundle file |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
380 export dump the header and diffs for one or more changesets |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
381 import import an ordered set of patches |
31798
2b130e26c3a4
commands: update help for "unbundle"
Gregory Szorc <gregory.szorc@gmail.com>
parents:
31797
diff
changeset
|
382 unbundle apply one or more bundle files |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
383 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
384 Repository maintenance: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
385 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
386 manifest output the current or given revision of the project manifest |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
387 recover roll back an interrupted transaction |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
388 verify verify the integrity of the repository |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
389 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
390 Help: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
391 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
392 config show combined config settings from all hgrc files |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
393 help show help for a given topic or a help overview |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
394 version output version and copyright information |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
395 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
396 additional help topics: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
397 |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
398 Mercurial identifiers: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
399 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
400 filesets Specifying File Sets |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
401 hgignore Syntax for Mercurial Ignore Files |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
402 patterns File Name Patterns |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
403 revisions Specifying Revisions |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
404 urls URL Paths |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
405 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
406 Mercurial output: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
407 |
31144
71f692f1f678
color: update the help table
Pierre-Yves David <pierre-yves.david@ens-lyon.org>
parents:
31081
diff
changeset
|
408 color Colorizing Outputs |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
409 dates Date Formats |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
410 diffs Diff Formats |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
411 templating Template Usage |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
412 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
413 Mercurial configuration: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
414 |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
415 config Configuration Files |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
416 environment Environment Variables |
16547
23072be2eaa3
help: consistently use title capitalization for help topics
Martin Geisler <mg@aragost.com>
parents:
15996
diff
changeset
|
417 extensions Using Additional Features |
35068
b0262b25ab48
help: adding a topic on flags
Rodrigo Damazio Bovendorp <rdamazio@google.com>
parents:
34661
diff
changeset
|
418 flags Command-line flags |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
419 hgweb Configuring hgweb |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
420 merge-tools Merge Tools |
31081
900996da577a
pager: move most help to a new help topic and deprecate extension
Augie Fackler <augie@google.com>
parents:
30769
diff
changeset
|
421 pager Pager Support |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
422 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
423 Concepts: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
424 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
425 bundlespec Bundle File Formats |
47058
da4e6d7a8fdd
help: add topic about evolution, based on text from evolve extension
Martin von Zweigbergk <martinvonz@google.com>
parents:
46762
diff
changeset
|
426 evolution Safely rewriting history (EXPERIMENTAL) |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
427 glossary Glossary |
15996 | 428 phases Working with Phases |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
429 subrepos Subrepositories |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
430 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
431 Miscellaneous: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
432 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
433 deprecated Deprecated Features |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
434 internals Technical implementation topics |
25881
9de443515f1d
help: scripting help topic
Gregory Szorc <gregory.szorc@gmail.com>
parents:
25011
diff
changeset
|
435 scripting Using Mercurial from scripts and automation |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
436 |
29978
7109d5ddeb0c
help: use single quotes in use warning
timeless <timeless@mozdev.org>
parents:
27376
diff
changeset
|
437 (use 'hg help -v' to show built-in aliases and global options) |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
438 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
439 $ hg --help |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
440 Mercurial Distributed SCM |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
441 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
442 list of commands: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
443 |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
444 Repository creation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
445 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
446 clone make a copy of an existing repository |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
447 init create a new repository in the given directory |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
448 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
449 Remote repository management: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
450 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
451 incoming show new changesets found in source |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
452 outgoing show changesets not found in the destination |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
453 paths show aliases for remote repositories |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
454 pull pull changes from the specified source |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
455 push push changes to the specified destination |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
456 serve start stand-alone webserver |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
457 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
458 Change creation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
459 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
460 commit commit the specified files or all outstanding changes |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
461 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
462 Change manipulation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
463 |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
464 backout reverse effect of earlier changeset |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
465 graft copy changes from other branches onto the current branch |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
466 merge merge another revision into working directory |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
467 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
468 Change organization: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
469 |
21762
0c6cdbb697d9
bookmarks: improve the bookmark help (issue4244)
Matt Mackall <mpm@selenic.com>
parents:
20570
diff
changeset
|
470 bookmarks create a new bookmark or list existing bookmarks |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
471 branch set or show the current branch name |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
472 branches list repository named branches |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
473 phase set or show the current phase name |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
474 tag add one or more tags for the current or given revision |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
475 tags list repository tags |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
476 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
477 File content management: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
478 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
479 annotate show changeset information by line for each file |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
480 cat output the current or given revision of files |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
481 copy mark files as copied for the next commit |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
482 diff diff repository (or selected files) |
43305
d782cce137fd
grep: update docs to reflect new --all-files default
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
42548
diff
changeset
|
483 grep search for a pattern in specified files |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
484 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
485 Change navigation: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
486 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
487 bisect subdivision search of changesets |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
488 heads show branch heads |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
489 identify identify the working directory or specified revision |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
490 log show revision history of entire repository or files |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
491 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
492 Working directory management: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
493 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
494 add add the specified files on the next commit |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
495 addremove add all new files, delete all missing files |
22423
edf07a804ac4
files: add new command unifying locate and manifest functionality
Matt Mackall <mpm@selenic.com>
parents:
22118
diff
changeset
|
496 files list tracked files |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
497 forget forget the specified files on the next commit |
46440
bb3a5c0df06b
purge: move extension into core mercurial
Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
parents:
46119
diff
changeset
|
498 purge removes files not tracked by Mercurial |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
499 remove remove the specified files on the next commit |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
500 rename rename files; equivalent of copy + remove |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
501 resolve redo merges or set/view the merge status of files |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
502 revert restore files to their checkout state |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
503 root print the root (top) of the current working directory |
42548
3de4f17f4824
shelve: move shelve extension to core
Navaneeth Suresh <navaneeths1998@gmail.com>
parents:
40294
diff
changeset
|
504 shelve save and set aside changes from the working directory |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
505 status show changed files in the working directory |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
506 summary summarize working directory state |
42548
3de4f17f4824
shelve: move shelve extension to core
Navaneeth Suresh <navaneeths1998@gmail.com>
parents:
40294
diff
changeset
|
507 unshelve restore a shelved change to the working directory |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
508 update update working directory (or switch revisions) |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
509 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
510 Change import/export: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
511 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
512 archive create an unversioned archive of a repository revision |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
513 bundle create a bundle file |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
514 export dump the header and diffs for one or more changesets |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
515 import import an ordered set of patches |
31798
2b130e26c3a4
commands: update help for "unbundle"
Gregory Szorc <gregory.szorc@gmail.com>
parents:
31797
diff
changeset
|
516 unbundle apply one or more bundle files |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
517 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
518 Repository maintenance: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
519 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
520 manifest output the current or given revision of the project manifest |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
521 recover roll back an interrupted transaction |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
522 verify verify the integrity of the repository |
40293
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
523 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
524 Help: |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
525 |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
526 config show combined config settings from all hgrc files |
c303d65d2e34
help: assigning categories to existing commands
rdamazio@google.com
parents:
40263
diff
changeset
|
527 help show help for a given topic or a help overview |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
528 version output version and copyright information |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
529 |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
530 additional help topics: |
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
531 |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
532 Mercurial identifiers: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
533 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
534 filesets Specifying File Sets |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
535 hgignore Syntax for Mercurial Ignore Files |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
536 patterns File Name Patterns |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
537 revisions Specifying Revisions |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
538 urls URL Paths |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
539 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
540 Mercurial output: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
541 |
31144
71f692f1f678
color: update the help table
Pierre-Yves David <pierre-yves.david@ens-lyon.org>
parents:
31081
diff
changeset
|
542 color Colorizing Outputs |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
543 dates Date Formats |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
544 diffs Diff Formats |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
545 templating Template Usage |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
546 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
547 Mercurial configuration: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
548 |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
549 config Configuration Files |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
550 environment Environment Variables |
16547
23072be2eaa3
help: consistently use title capitalization for help topics
Martin Geisler <mg@aragost.com>
parents:
15996
diff
changeset
|
551 extensions Using Additional Features |
35068
b0262b25ab48
help: adding a topic on flags
Rodrigo Damazio Bovendorp <rdamazio@google.com>
parents:
34661
diff
changeset
|
552 flags Command-line flags |
15862
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
553 hgweb Configuring hgweb |
d0f2a89c8cfa
help: fix column alignment in "hg help" output
Olav Reinert <seroton10@gmail.com>
parents:
15830
diff
changeset
|
554 merge-tools Merge Tools |
31081
900996da577a
pager: move most help to a new help topic and deprecate extension
Augie Fackler <augie@google.com>
parents:
30769
diff
changeset
|
555 pager Pager Support |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
556 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
557 Concepts: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
558 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
559 bundlespec Bundle File Formats |
47058
da4e6d7a8fdd
help: add topic about evolution, based on text from evolve extension
Martin von Zweigbergk <martinvonz@google.com>
parents:
46762
diff
changeset
|
560 evolution Safely rewriting history (EXPERIMENTAL) |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
561 glossary Glossary |
15996 | 562 phases Working with Phases |
40294
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
563 subrepos Subrepositories |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
564 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
565 Miscellaneous: |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
566 |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
567 deprecated Deprecated Features |
fabbf9310025
help: assigning topic categories
Rodrigo Damazio <rdamazio@google.com>
parents:
40293
diff
changeset
|
568 internals Technical implementation topics |
25881
9de443515f1d
help: scripting help topic
Gregory Szorc <gregory.szorc@gmail.com>
parents:
25011
diff
changeset
|
569 scripting Using Mercurial from scripts and automation |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
570 |
29978
7109d5ddeb0c
help: use single quotes in use warning
timeless <timeless@mozdev.org>
parents:
27376
diff
changeset
|
571 (use 'hg help -v' to show built-in aliases and global options) |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
572 |
37342
4e6a6d0dccee
tests: conditionalize tests based on presence of custom extensions
Gregory Szorc <gregory.szorc@gmail.com>
parents:
35400
diff
changeset
|
573 #endif |
4e6a6d0dccee
tests: conditionalize tests based on presence of custom extensions
Gregory Szorc <gregory.szorc@gmail.com>
parents:
35400
diff
changeset
|
574 |
12194
9e40ea08c2ab
tests: unify test-globalopts
Adrian Buehlmann <adrian@cadifra.com>
parents:
7429
diff
changeset
|
575 Not tested: --debugger |
2293
3dc6f2501dbc
add --config global option. allows to set hgrc option on command line.
Vadim Gelfer <vadim.gelfer@gmail.com>
parents:
diff
changeset
|
576 |