Show More
@@ -1,269 +1,273 b'' | |||||
1 | Mercurial Distributed SCM |
|
1 | Mercurial Distributed SCM | |
2 |
|
2 | |||
3 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
3 | basic commands (use "hg help" for the full list or option "-v" for details): | |
4 |
|
4 | |||
5 | add add the specified files on the next commit |
|
5 | add add the specified files on the next commit | |
6 | annotate show changeset information per file line |
|
6 | annotate show changeset information per file line | |
7 | clone make a copy of an existing repository |
|
7 | clone make a copy of an existing repository | |
8 | commit commit the specified files or all outstanding changes |
|
8 | commit commit the specified files or all outstanding changes | |
9 | diff diff repository (or selected files) |
|
9 | diff diff repository (or selected files) | |
10 | export dump the header and diffs for one or more changesets |
|
10 | export dump the header and diffs for one or more changesets | |
11 | init create a new repository in the given directory |
|
11 | init create a new repository in the given directory | |
12 | log show revision history of entire repository or files |
|
12 | log show revision history of entire repository or files | |
13 | parents show the parents of the working dir or revision |
|
13 | parents show the parents of the working dir or revision | |
14 | pull pull changes from the specified source |
|
14 | pull pull changes from the specified source | |
15 | push push changes to the specified destination |
|
15 | push push changes to the specified destination | |
16 | remove remove the specified files on the next commit |
|
16 | remove remove the specified files on the next commit | |
17 | revert revert files or dirs to their states as of some revision |
|
17 | revert revert files or dirs to their states as of some revision | |
18 | serve export the repository via HTTP |
|
18 | serve export the repository via HTTP | |
19 | status show changed files in the working directory |
|
19 | status show changed files in the working directory | |
20 | update update or merge working directory |
|
20 | update update or merge working directory | |
21 | add add the specified files on the next commit |
|
21 | add add the specified files on the next commit | |
22 | annotate show changeset information per file line |
|
22 | annotate show changeset information per file line | |
23 | clone make a copy of an existing repository |
|
23 | clone make a copy of an existing repository | |
24 | commit commit the specified files or all outstanding changes |
|
24 | commit commit the specified files or all outstanding changes | |
25 | diff diff repository (or selected files) |
|
25 | diff diff repository (or selected files) | |
26 | export dump the header and diffs for one or more changesets |
|
26 | export dump the header and diffs for one or more changesets | |
27 | init create a new repository in the given directory |
|
27 | init create a new repository in the given directory | |
28 | log show revision history of entire repository or files |
|
28 | log show revision history of entire repository or files | |
29 | parents show the parents of the working dir or revision |
|
29 | parents show the parents of the working dir or revision | |
30 | pull pull changes from the specified source |
|
30 | pull pull changes from the specified source | |
31 | push push changes to the specified destination |
|
31 | push push changes to the specified destination | |
32 | remove remove the specified files on the next commit |
|
32 | remove remove the specified files on the next commit | |
33 | revert revert files or dirs to their states as of some revision |
|
33 | revert revert files or dirs to their states as of some revision | |
34 | serve export the repository via HTTP |
|
34 | serve export the repository via HTTP | |
35 | status show changed files in the working directory |
|
35 | status show changed files in the working directory | |
36 | update update or merge working directory |
|
36 | update update or merge working directory | |
37 | Mercurial Distributed SCM |
|
37 | Mercurial Distributed SCM | |
38 |
|
38 | |||
39 | list of commands (use "hg help -v" to show aliases and global options): |
|
39 | list of commands (use "hg help -v" to show aliases and global options): | |
40 |
|
40 | |||
41 | add add the specified files on the next commit |
|
41 | add add the specified files on the next commit | |
42 | addremove add all new files, delete all missing files |
|
42 | addremove add all new files, delete all missing files | |
43 | annotate show changeset information per file line |
|
43 | annotate show changeset information per file line | |
44 | archive create unversioned archive of a repository revision |
|
44 | archive create unversioned archive of a repository revision | |
45 | backout reverse effect of earlier changeset |
|
45 | backout reverse effect of earlier changeset | |
46 | bundle create a changegroup file |
|
46 | bundle create a changegroup file | |
47 | cat output the latest or given revisions of files |
|
47 | cat output the latest or given revisions of files | |
48 | clone make a copy of an existing repository |
|
48 | clone make a copy of an existing repository | |
49 | commit commit the specified files or all outstanding changes |
|
49 | commit commit the specified files or all outstanding changes | |
50 | copy mark files as copied for the next commit |
|
50 | copy mark files as copied for the next commit | |
51 | diff diff repository (or selected files) |
|
51 | diff diff repository (or selected files) | |
52 | export dump the header and diffs for one or more changesets |
|
52 | export dump the header and diffs for one or more changesets | |
53 | grep search for a pattern in specified files and revisions |
|
53 | grep search for a pattern in specified files and revisions | |
54 | heads show current repository heads |
|
54 | heads show current repository heads | |
55 | help show help for a command, extension, or list of commands |
|
55 | help show help for a command, extension, or list of commands | |
56 | identify print information about the working copy |
|
56 | identify print information about the working copy | |
57 | import import an ordered set of patches |
|
57 | import import an ordered set of patches | |
58 | incoming show new changesets found in source |
|
58 | incoming show new changesets found in source | |
59 | init create a new repository in the given directory |
|
59 | init create a new repository in the given directory | |
60 | locate locate files matching specific patterns |
|
60 | locate locate files matching specific patterns | |
61 | log show revision history of entire repository or files |
|
61 | log show revision history of entire repository or files | |
62 | manifest output the latest or given revision of the project manifest |
|
62 | manifest output the latest or given revision of the project manifest | |
63 | merge Merge working directory with another revision |
|
63 | merge Merge working directory with another revision | |
64 | outgoing show changesets not found in destination |
|
64 | outgoing show changesets not found in destination | |
65 | parents show the parents of the working dir or revision |
|
65 | parents show the parents of the working dir or revision | |
66 | paths show definition of symbolic path names |
|
66 | paths show definition of symbolic path names | |
67 | pull pull changes from the specified source |
|
67 | pull pull changes from the specified source | |
68 | push push changes to the specified destination |
|
68 | push push changes to the specified destination | |
69 | recover roll back an interrupted transaction |
|
69 | recover roll back an interrupted transaction | |
70 | remove remove the specified files on the next commit |
|
70 | remove remove the specified files on the next commit | |
71 | rename rename files; equivalent of copy + remove |
|
71 | rename rename files; equivalent of copy + remove | |
72 | revert revert files or dirs to their states as of some revision |
|
72 | revert revert files or dirs to their states as of some revision | |
73 | rollback roll back the last transaction in this repository |
|
73 | rollback roll back the last transaction in this repository | |
74 | root print the root (top) of the current working dir |
|
74 | root print the root (top) of the current working dir | |
75 | serve export the repository via HTTP |
|
75 | serve export the repository via HTTP | |
76 | showconfig show combined config settings from all hgrc files |
|
76 | showconfig show combined config settings from all hgrc files | |
77 | status show changed files in the working directory |
|
77 | status show changed files in the working directory | |
78 | tag add a tag for the current tip or a given revision |
|
78 | tag add a tag for the current tip or a given revision | |
79 | tags list repository tags |
|
79 | tags list repository tags | |
80 | tip show the tip revision |
|
80 | tip show the tip revision | |
81 | unbundle apply a changegroup file |
|
81 | unbundle apply a changegroup file | |
82 | update update or merge working directory |
|
82 | update update or merge working directory | |
83 | verify verify the integrity of the repository |
|
83 | verify verify the integrity of the repository | |
84 | version output version and copyright information |
|
84 | version output version and copyright information | |
85 | add add the specified files on the next commit |
|
85 | add add the specified files on the next commit | |
86 | addremove add all new files, delete all missing files |
|
86 | addremove add all new files, delete all missing files | |
87 | annotate show changeset information per file line |
|
87 | annotate show changeset information per file line | |
88 | archive create unversioned archive of a repository revision |
|
88 | archive create unversioned archive of a repository revision | |
89 | backout reverse effect of earlier changeset |
|
89 | backout reverse effect of earlier changeset | |
90 | bundle create a changegroup file |
|
90 | bundle create a changegroup file | |
91 | cat output the latest or given revisions of files |
|
91 | cat output the latest or given revisions of files | |
92 | clone make a copy of an existing repository |
|
92 | clone make a copy of an existing repository | |
93 | commit commit the specified files or all outstanding changes |
|
93 | commit commit the specified files or all outstanding changes | |
94 | copy mark files as copied for the next commit |
|
94 | copy mark files as copied for the next commit | |
95 | diff diff repository (or selected files) |
|
95 | diff diff repository (or selected files) | |
96 | export dump the header and diffs for one or more changesets |
|
96 | export dump the header and diffs for one or more changesets | |
97 | grep search for a pattern in specified files and revisions |
|
97 | grep search for a pattern in specified files and revisions | |
98 | heads show current repository heads |
|
98 | heads show current repository heads | |
99 | help show help for a command, extension, or list of commands |
|
99 | help show help for a command, extension, or list of commands | |
100 | identify print information about the working copy |
|
100 | identify print information about the working copy | |
101 | import import an ordered set of patches |
|
101 | import import an ordered set of patches | |
102 | incoming show new changesets found in source |
|
102 | incoming show new changesets found in source | |
103 | init create a new repository in the given directory |
|
103 | init create a new repository in the given directory | |
104 | locate locate files matching specific patterns |
|
104 | locate locate files matching specific patterns | |
105 | log show revision history of entire repository or files |
|
105 | log show revision history of entire repository or files | |
106 | manifest output the latest or given revision of the project manifest |
|
106 | manifest output the latest or given revision of the project manifest | |
107 | merge Merge working directory with another revision |
|
107 | merge Merge working directory with another revision | |
108 | outgoing show changesets not found in destination |
|
108 | outgoing show changesets not found in destination | |
109 | parents show the parents of the working dir or revision |
|
109 | parents show the parents of the working dir or revision | |
110 | paths show definition of symbolic path names |
|
110 | paths show definition of symbolic path names | |
111 | pull pull changes from the specified source |
|
111 | pull pull changes from the specified source | |
112 | push push changes to the specified destination |
|
112 | push push changes to the specified destination | |
113 | recover roll back an interrupted transaction |
|
113 | recover roll back an interrupted transaction | |
114 | remove remove the specified files on the next commit |
|
114 | remove remove the specified files on the next commit | |
115 | rename rename files; equivalent of copy + remove |
|
115 | rename rename files; equivalent of copy + remove | |
116 | revert revert files or dirs to their states as of some revision |
|
116 | revert revert files or dirs to their states as of some revision | |
117 | rollback roll back the last transaction in this repository |
|
117 | rollback roll back the last transaction in this repository | |
118 | root print the root (top) of the current working dir |
|
118 | root print the root (top) of the current working dir | |
119 | serve export the repository via HTTP |
|
119 | serve export the repository via HTTP | |
120 | showconfig show combined config settings from all hgrc files |
|
120 | showconfig show combined config settings from all hgrc files | |
121 | status show changed files in the working directory |
|
121 | status show changed files in the working directory | |
122 | tag add a tag for the current tip or a given revision |
|
122 | tag add a tag for the current tip or a given revision | |
123 | tags list repository tags |
|
123 | tags list repository tags | |
124 | tip show the tip revision |
|
124 | tip show the tip revision | |
125 | unbundle apply a changegroup file |
|
125 | unbundle apply a changegroup file | |
126 | update update or merge working directory |
|
126 | update update or merge working directory | |
127 | verify verify the integrity of the repository |
|
127 | verify verify the integrity of the repository | |
128 | version output version and copyright information |
|
128 | version output version and copyright information | |
129 | hg add [OPTION]... [FILE]... |
|
129 | hg add [OPTION]... [FILE]... | |
130 |
|
130 | |||
131 | add the specified files on the next commit |
|
131 | add the specified files on the next commit | |
132 |
|
132 | |||
133 | Schedule files to be version controlled and added to the repository. |
|
133 | Schedule files to be version controlled and added to the repository. | |
134 |
|
134 | |||
135 | The files will be added to the repository at the next commit. |
|
135 | The files will be added to the repository at the next commit. | |
136 |
|
136 | |||
137 | If no names are given, add all files in the repository. |
|
137 | If no names are given, add all files in the repository. | |
138 |
|
138 | |||
139 | options: |
|
139 | options: | |
140 |
|
140 | |||
141 | -I --include include names matching the given patterns |
|
141 | -I --include include names matching the given patterns | |
142 | -X --exclude exclude names matching the given patterns |
|
142 | -X --exclude exclude names matching the given patterns | |
143 | -n --dry-run do not perform actions, just print output |
|
143 | -n --dry-run do not perform actions, just print output | |
144 | hg add: option --skjdfks not recognized |
|
144 | hg add: option --skjdfks not recognized | |
145 | hg add [OPTION]... [FILE]... |
|
145 | hg add [OPTION]... [FILE]... | |
146 |
|
146 | |||
147 | add the specified files on the next commit |
|
147 | add the specified files on the next commit | |
148 |
|
148 | |||
149 | Schedule files to be version controlled and added to the repository. |
|
149 | Schedule files to be version controlled and added to the repository. | |
150 |
|
150 | |||
151 | The files will be added to the repository at the next commit. |
|
151 | The files will be added to the repository at the next commit. | |
152 |
|
152 | |||
153 | If no names are given, add all files in the repository. |
|
153 | If no names are given, add all files in the repository. | |
154 |
|
154 | |||
155 | options: |
|
155 | options: | |
156 |
|
156 | |||
157 | -I --include include names matching the given patterns |
|
157 | -I --include include names matching the given patterns | |
158 | -X --exclude exclude names matching the given patterns |
|
158 | -X --exclude exclude names matching the given patterns | |
159 | -n --dry-run do not perform actions, just print output |
|
159 | -n --dry-run do not perform actions, just print output | |
160 | hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]... |
|
160 | hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]... | |
161 |
|
161 | |||
162 | diff repository (or selected files) |
|
162 | diff repository (or selected files) | |
163 |
|
163 | |||
164 | Show differences between revisions for the specified files. |
|
164 | Show differences between revisions for the specified files. | |
165 |
|
165 | |||
166 | Differences between files are shown using the unified diff format. |
|
166 | Differences between files are shown using the unified diff format. | |
167 |
|
167 | |||
168 | When two revision arguments are given, then changes are shown |
|
168 | When two revision arguments are given, then changes are shown | |
169 | between those revisions. If only one revision is specified then |
|
169 | between those revisions. If only one revision is specified then | |
170 | that revision is compared to the working directory, and, when no |
|
170 | that revision is compared to the working directory, and, when no | |
171 | revisions are specified, the working directory files are compared |
|
171 | revisions are specified, the working directory files are compared | |
172 | to its parent. |
|
172 | to its parent. | |
173 |
|
173 | |||
174 | Without the -a option, diff will avoid generating diffs of files |
|
174 | Without the -a option, diff will avoid generating diffs of files | |
175 | it detects as binary. With -a, diff will generate a diff anyway, |
|
175 | it detects as binary. With -a, diff will generate a diff anyway, | |
176 | probably with undesirable results. |
|
176 | probably with undesirable results. | |
177 |
|
177 | |||
178 | options: |
|
178 | options: | |
179 |
|
179 | |||
180 | -r --rev revision |
|
180 | -r --rev revision | |
181 | -a --text treat all files as text |
|
181 | -a --text treat all files as text | |
182 | -p --show-function show which function each change is in |
|
182 | -p --show-function show which function each change is in | |
183 | -g --git use git extended diff format |
|
183 | -g --git use git extended diff format | |
184 | --nodates don't include dates in diff headers |
|
184 | --nodates don't include dates in diff headers | |
185 | -w --ignore-all-space ignore white space when comparing lines |
|
185 | -w --ignore-all-space ignore white space when comparing lines | |
186 | -b --ignore-space-change ignore changes in the amount of white space |
|
186 | -b --ignore-space-change ignore changes in the amount of white space | |
187 | -B --ignore-blank-lines ignore changes whose lines are all blank |
|
187 | -B --ignore-blank-lines ignore changes whose lines are all blank | |
188 | -I --include include names matching the given patterns |
|
188 | -I --include include names matching the given patterns | |
189 | -X --exclude exclude names matching the given patterns |
|
189 | -X --exclude exclude names matching the given patterns | |
190 | hg status [OPTION]... [FILE]... |
|
190 | hg status [OPTION]... [FILE]... | |
191 |
|
191 | |||
192 | show changed files in the working directory |
|
192 | show changed files in the working directory | |
193 |
|
193 | |||
194 | Show status of files in the repository. If names are given, only |
|
194 | Show status of files in the repository. If names are given, only | |
195 | files that match are shown. Files that are clean or ignored, are |
|
195 | files that match are shown. Files that are clean or ignored, are | |
196 | not listed unless -c (clean), -i (ignored) or -A is given. |
|
196 | not listed unless -c (clean), -i (ignored) or -A is given. | |
197 |
|
197 | |||
|
198 | If one revision is given, it is used as the base revision. | |||
|
199 | If two revisions are given, the difference between them is shown. | |||
|
200 | ||||
198 | The codes used to show the status of files are: |
|
201 | The codes used to show the status of files are: | |
199 | M = modified |
|
202 | M = modified | |
200 | A = added |
|
203 | A = added | |
201 | R = removed |
|
204 | R = removed | |
202 | C = clean |
|
205 | C = clean | |
203 | ! = deleted, but still tracked |
|
206 | ! = deleted, but still tracked | |
204 | ? = not tracked |
|
207 | ? = not tracked | |
205 | I = ignored (not shown by default) |
|
208 | I = ignored (not shown by default) | |
206 | = the previous added file was copied from here |
|
209 | = the previous added file was copied from here | |
207 |
|
210 | |||
208 | aliases: st |
|
211 | aliases: st | |
209 |
|
212 | |||
210 | options: |
|
213 | options: | |
211 |
|
214 | |||
212 | -A --all show status of all files |
|
215 | -A --all show status of all files | |
213 | -m --modified show only modified files |
|
216 | -m --modified show only modified files | |
214 | -a --added show only added files |
|
217 | -a --added show only added files | |
215 | -r --removed show only removed files |
|
218 | -r --removed show only removed files | |
216 | -d --deleted show only deleted (but tracked) files |
|
219 | -d --deleted show only deleted (but tracked) files | |
217 | -c --clean show only files without changes |
|
220 | -c --clean show only files without changes | |
218 | -u --unknown show only unknown (not tracked) files |
|
221 | -u --unknown show only unknown (not tracked) files | |
219 | -i --ignored show ignored files |
|
222 | -i --ignored show ignored files | |
220 | -n --no-status hide status prefix |
|
223 | -n --no-status hide status prefix | |
221 | -C --copies show source of copied files |
|
224 | -C --copies show source of copied files | |
222 | -0 --print0 end filenames with NUL, for use with xargs |
|
225 | -0 --print0 end filenames with NUL, for use with xargs | |
|
226 | --rev show difference from revision | |||
223 | -I --include include names matching the given patterns |
|
227 | -I --include include names matching the given patterns | |
224 | -X --exclude exclude names matching the given patterns |
|
228 | -X --exclude exclude names matching the given patterns | |
225 | hg status [OPTION]... [FILE]... |
|
229 | hg status [OPTION]... [FILE]... | |
226 |
|
230 | |||
227 | show changed files in the working directory |
|
231 | show changed files in the working directory | |
228 | hg: unknown command 'foo' |
|
232 | hg: unknown command 'foo' | |
229 | Mercurial Distributed SCM |
|
233 | Mercurial Distributed SCM | |
230 |
|
234 | |||
231 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
235 | basic commands (use "hg help" for the full list or option "-v" for details): | |
232 |
|
236 | |||
233 | add add the specified files on the next commit |
|
237 | add add the specified files on the next commit | |
234 | annotate show changeset information per file line |
|
238 | annotate show changeset information per file line | |
235 | clone make a copy of an existing repository |
|
239 | clone make a copy of an existing repository | |
236 | commit commit the specified files or all outstanding changes |
|
240 | commit commit the specified files or all outstanding changes | |
237 | diff diff repository (or selected files) |
|
241 | diff diff repository (or selected files) | |
238 | export dump the header and diffs for one or more changesets |
|
242 | export dump the header and diffs for one or more changesets | |
239 | init create a new repository in the given directory |
|
243 | init create a new repository in the given directory | |
240 | log show revision history of entire repository or files |
|
244 | log show revision history of entire repository or files | |
241 | parents show the parents of the working dir or revision |
|
245 | parents show the parents of the working dir or revision | |
242 | pull pull changes from the specified source |
|
246 | pull pull changes from the specified source | |
243 | push push changes to the specified destination |
|
247 | push push changes to the specified destination | |
244 | remove remove the specified files on the next commit |
|
248 | remove remove the specified files on the next commit | |
245 | revert revert files or dirs to their states as of some revision |
|
249 | revert revert files or dirs to their states as of some revision | |
246 | serve export the repository via HTTP |
|
250 | serve export the repository via HTTP | |
247 | status show changed files in the working directory |
|
251 | status show changed files in the working directory | |
248 | update update or merge working directory |
|
252 | update update or merge working directory | |
249 | hg: unknown command 'skjdfks' |
|
253 | hg: unknown command 'skjdfks' | |
250 | Mercurial Distributed SCM |
|
254 | Mercurial Distributed SCM | |
251 |
|
255 | |||
252 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
256 | basic commands (use "hg help" for the full list or option "-v" for details): | |
253 |
|
257 | |||
254 | add add the specified files on the next commit |
|
258 | add add the specified files on the next commit | |
255 | annotate show changeset information per file line |
|
259 | annotate show changeset information per file line | |
256 | clone make a copy of an existing repository |
|
260 | clone make a copy of an existing repository | |
257 | commit commit the specified files or all outstanding changes |
|
261 | commit commit the specified files or all outstanding changes | |
258 | diff diff repository (or selected files) |
|
262 | diff diff repository (or selected files) | |
259 | export dump the header and diffs for one or more changesets |
|
263 | export dump the header and diffs for one or more changesets | |
260 | init create a new repository in the given directory |
|
264 | init create a new repository in the given directory | |
261 | log show revision history of entire repository or files |
|
265 | log show revision history of entire repository or files | |
262 | parents show the parents of the working dir or revision |
|
266 | parents show the parents of the working dir or revision | |
263 | pull pull changes from the specified source |
|
267 | pull pull changes from the specified source | |
264 | push push changes to the specified destination |
|
268 | push push changes to the specified destination | |
265 | remove remove the specified files on the next commit |
|
269 | remove remove the specified files on the next commit | |
266 | revert revert files or dirs to their states as of some revision |
|
270 | revert revert files or dirs to their states as of some revision | |
267 | serve export the repository via HTTP |
|
271 | serve export the repository via HTTP | |
268 | status show changed files in the working directory |
|
272 | status show changed files in the working directory | |
269 | update update or merge working directory |
|
273 | update update or merge working directory |
@@ -1,157 +1,161 b'' | |||||
1 | hg status in repo root: |
|
1 | hg status in repo root: | |
2 | ? a/1/in_a_1 |
|
2 | ? a/1/in_a_1 | |
3 | ? a/in_a |
|
3 | ? a/in_a | |
4 | ? b/1/in_b_1 |
|
4 | ? b/1/in_b_1 | |
5 | ? b/2/in_b_2 |
|
5 | ? b/2/in_b_2 | |
6 | ? b/in_b |
|
6 | ? b/in_b | |
7 | ? in_root |
|
7 | ? in_root | |
8 | hg status . in repo root: |
|
8 | hg status . in repo root: | |
9 | ? a/1/in_a_1 |
|
9 | ? a/1/in_a_1 | |
10 | ? a/in_a |
|
10 | ? a/in_a | |
11 | ? b/1/in_b_1 |
|
11 | ? b/1/in_b_1 | |
12 | ? b/2/in_b_2 |
|
12 | ? b/2/in_b_2 | |
13 | ? b/in_b |
|
13 | ? b/in_b | |
14 | ? in_root |
|
14 | ? in_root | |
15 | hg status in a: |
|
15 | hg status in a: | |
16 | ? a/1/in_a_1 |
|
16 | ? a/1/in_a_1 | |
17 | ? a/in_a |
|
17 | ? a/in_a | |
18 | ? b/1/in_b_1 |
|
18 | ? b/1/in_b_1 | |
19 | ? b/2/in_b_2 |
|
19 | ? b/2/in_b_2 | |
20 | ? b/in_b |
|
20 | ? b/in_b | |
21 | ? in_root |
|
21 | ? in_root | |
22 | hg status . in a: |
|
22 | hg status . in a: | |
23 | ? 1/in_a_1 |
|
23 | ? 1/in_a_1 | |
24 | ? in_a |
|
24 | ? in_a | |
25 | hg status .. in a: |
|
25 | hg status .. in a: | |
26 | ? 1/in_a_1 |
|
26 | ? 1/in_a_1 | |
27 | ? in_a |
|
27 | ? in_a | |
28 | ? ../b/1/in_b_1 |
|
28 | ? ../b/1/in_b_1 | |
29 | ? ../b/2/in_b_2 |
|
29 | ? ../b/2/in_b_2 | |
30 | ? ../b/in_b |
|
30 | ? ../b/in_b | |
31 | ? ../in_root |
|
31 | ? ../in_root | |
32 | hg status in b: |
|
32 | hg status in b: | |
33 | ? a/1/in_a_1 |
|
33 | ? a/1/in_a_1 | |
34 | ? a/in_a |
|
34 | ? a/in_a | |
35 | ? b/1/in_b_1 |
|
35 | ? b/1/in_b_1 | |
36 | ? b/2/in_b_2 |
|
36 | ? b/2/in_b_2 | |
37 | ? b/in_b |
|
37 | ? b/in_b | |
38 | ? in_root |
|
38 | ? in_root | |
39 | hg status . in b: |
|
39 | hg status . in b: | |
40 | ? 1/in_b_1 |
|
40 | ? 1/in_b_1 | |
41 | ? 2/in_b_2 |
|
41 | ? 2/in_b_2 | |
42 | ? in_b |
|
42 | ? in_b | |
43 | hg status .. in b: |
|
43 | hg status .. in b: | |
44 | ? ../a/1/in_a_1 |
|
44 | ? ../a/1/in_a_1 | |
45 | ? ../a/in_a |
|
45 | ? ../a/in_a | |
46 | ? 1/in_b_1 |
|
46 | ? 1/in_b_1 | |
47 | ? 2/in_b_2 |
|
47 | ? 2/in_b_2 | |
48 | ? in_b |
|
48 | ? in_b | |
49 | ? ../in_root |
|
49 | ? ../in_root | |
50 | hg status in a/1: |
|
50 | hg status in a/1: | |
51 | ? a/1/in_a_1 |
|
51 | ? a/1/in_a_1 | |
52 | ? a/in_a |
|
52 | ? a/in_a | |
53 | ? b/1/in_b_1 |
|
53 | ? b/1/in_b_1 | |
54 | ? b/2/in_b_2 |
|
54 | ? b/2/in_b_2 | |
55 | ? b/in_b |
|
55 | ? b/in_b | |
56 | ? in_root |
|
56 | ? in_root | |
57 | hg status . in a/1: |
|
57 | hg status . in a/1: | |
58 | ? in_a_1 |
|
58 | ? in_a_1 | |
59 | hg status .. in a/1: |
|
59 | hg status .. in a/1: | |
60 | ? in_a_1 |
|
60 | ? in_a_1 | |
61 | ? ../in_a |
|
61 | ? ../in_a | |
62 | hg status in b/1: |
|
62 | hg status in b/1: | |
63 | ? a/1/in_a_1 |
|
63 | ? a/1/in_a_1 | |
64 | ? a/in_a |
|
64 | ? a/in_a | |
65 | ? b/1/in_b_1 |
|
65 | ? b/1/in_b_1 | |
66 | ? b/2/in_b_2 |
|
66 | ? b/2/in_b_2 | |
67 | ? b/in_b |
|
67 | ? b/in_b | |
68 | ? in_root |
|
68 | ? in_root | |
69 | hg status . in b/1: |
|
69 | hg status . in b/1: | |
70 | ? in_b_1 |
|
70 | ? in_b_1 | |
71 | hg status .. in b/1: |
|
71 | hg status .. in b/1: | |
72 | ? in_b_1 |
|
72 | ? in_b_1 | |
73 | ? ../2/in_b_2 |
|
73 | ? ../2/in_b_2 | |
74 | ? ../in_b |
|
74 | ? ../in_b | |
75 | hg status in b/2: |
|
75 | hg status in b/2: | |
76 | ? a/1/in_a_1 |
|
76 | ? a/1/in_a_1 | |
77 | ? a/in_a |
|
77 | ? a/in_a | |
78 | ? b/1/in_b_1 |
|
78 | ? b/1/in_b_1 | |
79 | ? b/2/in_b_2 |
|
79 | ? b/2/in_b_2 | |
80 | ? b/in_b |
|
80 | ? b/in_b | |
81 | ? in_root |
|
81 | ? in_root | |
82 | hg status . in b/2: |
|
82 | hg status . in b/2: | |
83 | ? in_b_2 |
|
83 | ? in_b_2 | |
84 | hg status .. in b/2: |
|
84 | hg status .. in b/2: | |
85 | ? ../1/in_b_1 |
|
85 | ? ../1/in_b_1 | |
86 | ? in_b_2 |
|
86 | ? in_b_2 | |
87 | ? ../in_b |
|
87 | ? ../in_b | |
88 | adding .hgignore |
|
88 | adding .hgignore | |
89 | adding deleted |
|
89 | adding deleted | |
90 | adding modified |
|
90 | adding modified | |
91 | adding removed |
|
91 | adding removed | |
92 | hg status: |
|
92 | hg status: | |
93 | A added |
|
93 | A added | |
94 | R removed |
|
94 | R removed | |
95 | ! deleted |
|
95 | ! deleted | |
96 | ? unknown |
|
96 | ? unknown | |
97 | hg status modified added removed deleted unknown never-existed ignored: |
|
97 | hg status modified added removed deleted unknown never-existed ignored: | |
98 | never-existed: No such file or directory |
|
98 | never-existed: No such file or directory | |
99 | A added |
|
99 | A added | |
100 | R removed |
|
100 | R removed | |
101 | ! deleted |
|
101 | ! deleted | |
102 | ? ignored |
|
102 | ? ignored | |
103 | ? unknown |
|
103 | ? unknown | |
104 | hg status -C: |
|
104 | hg status -C: | |
105 | A added |
|
105 | A added | |
106 | A copied |
|
106 | A copied | |
107 | modified |
|
107 | modified | |
108 | R removed |
|
108 | R removed | |
109 | ! deleted |
|
109 | ! deleted | |
110 | ? unknown |
|
110 | ? unknown | |
111 | hg status -t: |
|
111 | hg status -t: | |
112 | hg status: option -t not recognized |
|
112 | hg status: option -t not recognized | |
113 | hg status [OPTION]... [FILE]... |
|
113 | hg status [OPTION]... [FILE]... | |
114 |
|
114 | |||
115 | show changed files in the working directory |
|
115 | show changed files in the working directory | |
116 |
|
116 | |||
117 | Show status of files in the repository. If names are given, only |
|
117 | Show status of files in the repository. If names are given, only | |
118 | files that match are shown. Files that are clean or ignored, are |
|
118 | files that match are shown. Files that are clean or ignored, are | |
119 | not listed unless -c (clean), -i (ignored) or -A is given. |
|
119 | not listed unless -c (clean), -i (ignored) or -A is given. | |
120 |
|
120 | |||
|
121 | If one revision is given, it is used as the base revision. | |||
|
122 | If two revisions are given, the difference between them is shown. | |||
|
123 | ||||
121 | The codes used to show the status of files are: |
|
124 | The codes used to show the status of files are: | |
122 | M = modified |
|
125 | M = modified | |
123 | A = added |
|
126 | A = added | |
124 | R = removed |
|
127 | R = removed | |
125 | C = clean |
|
128 | C = clean | |
126 | ! = deleted, but still tracked |
|
129 | ! = deleted, but still tracked | |
127 | ? = not tracked |
|
130 | ? = not tracked | |
128 | I = ignored (not shown by default) |
|
131 | I = ignored (not shown by default) | |
129 | = the previous added file was copied from here |
|
132 | = the previous added file was copied from here | |
130 |
|
133 | |||
131 | aliases: st |
|
134 | aliases: st | |
132 |
|
135 | |||
133 | options: |
|
136 | options: | |
134 |
|
137 | |||
135 | -A --all show status of all files |
|
138 | -A --all show status of all files | |
136 | -m --modified show only modified files |
|
139 | -m --modified show only modified files | |
137 | -a --added show only added files |
|
140 | -a --added show only added files | |
138 | -r --removed show only removed files |
|
141 | -r --removed show only removed files | |
139 | -d --deleted show only deleted (but tracked) files |
|
142 | -d --deleted show only deleted (but tracked) files | |
140 | -c --clean show only files without changes |
|
143 | -c --clean show only files without changes | |
141 | -u --unknown show only unknown (not tracked) files |
|
144 | -u --unknown show only unknown (not tracked) files | |
142 | -i --ignored show ignored files |
|
145 | -i --ignored show ignored files | |
143 | -n --no-status hide status prefix |
|
146 | -n --no-status hide status prefix | |
144 | -C --copies show source of copied files |
|
147 | -C --copies show source of copied files | |
145 | -0 --print0 end filenames with NUL, for use with xargs |
|
148 | -0 --print0 end filenames with NUL, for use with xargs | |
|
149 | --rev show difference from revision | |||
146 | -I --include include names matching the given patterns |
|
150 | -I --include include names matching the given patterns | |
147 | -X --exclude exclude names matching the given patterns |
|
151 | -X --exclude exclude names matching the given patterns | |
148 | hg status -A: |
|
152 | hg status -A: | |
149 | A added |
|
153 | A added | |
150 | A copied |
|
154 | A copied | |
151 | modified |
|
155 | modified | |
152 | R removed |
|
156 | R removed | |
153 | ! deleted |
|
157 | ! deleted | |
154 | ? unknown |
|
158 | ? unknown | |
155 | I ignored |
|
159 | I ignored | |
156 | C .hgignore |
|
160 | C .hgignore | |
157 | C modified |
|
161 | C modified |
General Comments 0
You need to be logged in to leave comments.
Login now