Show More
@@ -1,214 +1,214 | |||||
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 working directory (or selected files) |
|
9 | diff diff working directory (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 the revision history of the repository or a single file |
|
12 | log show the revision history of the repository or a single file | |
13 | pull pull changes from the specified source |
|
13 | pull pull changes from the specified source | |
14 | push push changes to the specified destination |
|
14 | push push changes to the specified destination | |
15 | remove remove the specified files on the next commit |
|
15 | remove remove the specified files on the next commit | |
16 | revert revert modified files or dirs back to their unmodified states |
|
16 | revert revert modified files or dirs back to their unmodified states | |
17 | serve export the repository via HTTP |
|
17 | serve export the repository via HTTP | |
18 | status show changed files in the working directory |
|
18 | status show changed files in the working directory | |
19 | update update or merge working directory |
|
19 | update update or merge working directory | |
20 | add add the specified files on the next commit |
|
20 | add add the specified files on the next commit | |
21 | annotate show changeset information per file line |
|
21 | annotate show changeset information per file line | |
22 | clone make a copy of an existing repository |
|
22 | clone make a copy of an existing repository | |
23 | commit commit the specified files or all outstanding changes |
|
23 | commit commit the specified files or all outstanding changes | |
24 | diff diff working directory (or selected files) |
|
24 | diff diff working directory (or selected files) | |
25 | export dump the header and diffs for one or more changesets |
|
25 | export dump the header and diffs for one or more changesets | |
26 | init create a new repository in the given directory |
|
26 | init create a new repository in the given directory | |
27 | log show the revision history of the repository or a single file |
|
27 | log show the revision history of the repository or a single file | |
28 | pull pull changes from the specified source |
|
28 | pull pull changes from the specified source | |
29 | push push changes to the specified destination |
|
29 | push push changes to the specified destination | |
30 | remove remove the specified files on the next commit |
|
30 | remove remove the specified files on the next commit | |
31 | revert revert modified files or dirs back to their unmodified states |
|
31 | revert revert modified files or dirs back to their unmodified states | |
32 | serve export the repository via HTTP |
|
32 | serve export the repository via HTTP | |
33 | status show changed files in the working directory |
|
33 | status show changed files in the working directory | |
34 | update update or merge working directory |
|
34 | update update or merge working directory | |
35 | Mercurial Distributed SCM |
|
35 | Mercurial Distributed SCM | |
36 |
|
36 | |||
37 | list of commands (use "hg help -v" to show aliases and global options): |
|
37 | list of commands (use "hg help -v" to show aliases and global options): | |
38 |
|
38 | |||
39 | add add the specified files on the next commit |
|
39 | add add the specified files on the next commit | |
40 | addremove add all new files, delete all missing files |
|
40 | addremove add all new files, delete all missing files | |
41 | annotate show changeset information per file line |
|
41 | annotate show changeset information per file line | |
42 | cat output the latest or given revision of a file |
|
42 | cat output the latest or given revision of a file | |
43 | clone make a copy of an existing repository |
|
43 | clone make a copy of an existing repository | |
44 | commit commit the specified files or all outstanding changes |
|
44 | commit commit the specified files or all outstanding changes | |
45 | copy mark a file as copied or renamed for the next commit |
|
45 | copy mark a file as copied or renamed for the next commit | |
46 | diff diff working directory (or selected files) |
|
46 | diff diff working directory (or selected files) | |
47 | export dump the header and diffs for one or more changesets |
|
47 | export dump the header and diffs for one or more changesets | |
48 | forget don't add the specified files on the next commit |
|
48 | forget don't add the specified files on the next commit | |
49 | heads show current repository heads |
|
49 | heads show current repository heads | |
50 | help show help for a given command or all commands |
|
50 | help show help for a given command or all commands | |
51 | identify print information about the working copy |
|
51 | identify print information about the working copy | |
52 | import import an ordered set of patches |
|
52 | import import an ordered set of patches | |
53 |
incoming show changesets |
|
53 | incoming show new changesets found in source | |
54 | init create a new repository in the given directory |
|
54 | init create a new repository in the given directory | |
55 | locate locate files matching specific patterns |
|
55 | locate locate files matching specific patterns | |
56 | log show the revision history of the repository or a single file |
|
56 | log show the revision history of the repository or a single file | |
57 | manifest output the latest or given revision of the project manifest |
|
57 | manifest output the latest or given revision of the project manifest | |
58 | outgoing show changesets not found in destination |
|
58 | outgoing show changesets not found in destination | |
59 | parents show the parents of the working dir or revision |
|
59 | parents show the parents of the working dir or revision | |
60 | paths show definition of symbolic path names |
|
60 | paths show definition of symbolic path names | |
61 | pull pull changes from the specified source |
|
61 | pull pull changes from the specified source | |
62 | push push changes to the specified destination |
|
62 | push push changes to the specified destination | |
63 | rawcommit raw commit interface |
|
63 | rawcommit raw commit interface | |
64 | recover roll back an interrupted transaction |
|
64 | recover roll back an interrupted transaction | |
65 | remove remove the specified files on the next commit |
|
65 | remove remove the specified files on the next commit | |
66 | revert revert modified files or dirs back to their unmodified states |
|
66 | revert revert modified files or dirs back to their unmodified states | |
67 | root print the root (top) of the current working dir |
|
67 | root print the root (top) of the current working dir | |
68 | serve export the repository via HTTP |
|
68 | serve export the repository via HTTP | |
69 | status show changed files in the working directory |
|
69 | status show changed files in the working directory | |
70 | tag add a tag for the current tip or a given revision |
|
70 | tag add a tag for the current tip or a given revision | |
71 | tags list repository tags |
|
71 | tags list repository tags | |
72 | tip show the tip revision |
|
72 | tip show the tip revision | |
73 | undo undo the last commit or pull |
|
73 | undo undo the last commit or pull | |
74 | update update or merge working directory |
|
74 | update update or merge working directory | |
75 | verify verify the integrity of the repository |
|
75 | verify verify the integrity of the repository | |
76 | version output version and copyright information |
|
76 | version output version and copyright information | |
77 | add add the specified files on the next commit |
|
77 | add add the specified files on the next commit | |
78 | addremove add all new files, delete all missing files |
|
78 | addremove add all new files, delete all missing files | |
79 | annotate show changeset information per file line |
|
79 | annotate show changeset information per file line | |
80 | cat output the latest or given revision of a file |
|
80 | cat output the latest or given revision of a file | |
81 | clone make a copy of an existing repository |
|
81 | clone make a copy of an existing repository | |
82 | commit commit the specified files or all outstanding changes |
|
82 | commit commit the specified files or all outstanding changes | |
83 | copy mark a file as copied or renamed for the next commit |
|
83 | copy mark a file as copied or renamed for the next commit | |
84 | diff diff working directory (or selected files) |
|
84 | diff diff working directory (or selected files) | |
85 | export dump the header and diffs for one or more changesets |
|
85 | export dump the header and diffs for one or more changesets | |
86 | forget don't add the specified files on the next commit |
|
86 | forget don't add the specified files on the next commit | |
87 | heads show current repository heads |
|
87 | heads show current repository heads | |
88 | help show help for a given command or all commands |
|
88 | help show help for a given command or all commands | |
89 | identify print information about the working copy |
|
89 | identify print information about the working copy | |
90 | import import an ordered set of patches |
|
90 | import import an ordered set of patches | |
91 |
incoming show changesets |
|
91 | incoming show new changesets found in source | |
92 | init create a new repository in the given directory |
|
92 | init create a new repository in the given directory | |
93 | locate locate files matching specific patterns |
|
93 | locate locate files matching specific patterns | |
94 | log show the revision history of the repository or a single file |
|
94 | log show the revision history of the repository or a single file | |
95 | manifest output the latest or given revision of the project manifest |
|
95 | manifest output the latest or given revision of the project manifest | |
96 | outgoing show changesets not found in destination |
|
96 | outgoing show changesets not found in destination | |
97 | parents show the parents of the working dir or revision |
|
97 | parents show the parents of the working dir or revision | |
98 | paths show definition of symbolic path names |
|
98 | paths show definition of symbolic path names | |
99 | pull pull changes from the specified source |
|
99 | pull pull changes from the specified source | |
100 | push push changes to the specified destination |
|
100 | push push changes to the specified destination | |
101 | rawcommit raw commit interface |
|
101 | rawcommit raw commit interface | |
102 | recover roll back an interrupted transaction |
|
102 | recover roll back an interrupted transaction | |
103 | remove remove the specified files on the next commit |
|
103 | remove remove the specified files on the next commit | |
104 | revert revert modified files or dirs back to their unmodified states |
|
104 | revert revert modified files or dirs back to their unmodified states | |
105 | root print the root (top) of the current working dir |
|
105 | root print the root (top) of the current working dir | |
106 | serve export the repository via HTTP |
|
106 | serve export the repository via HTTP | |
107 | status show changed files in the working directory |
|
107 | status show changed files in the working directory | |
108 | tag add a tag for the current tip or a given revision |
|
108 | tag add a tag for the current tip or a given revision | |
109 | tags list repository tags |
|
109 | tags list repository tags | |
110 | tip show the tip revision |
|
110 | tip show the tip revision | |
111 | undo undo the last commit or pull |
|
111 | undo undo the last commit or pull | |
112 | update update or merge working directory |
|
112 | update update or merge working directory | |
113 | verify verify the integrity of the repository |
|
113 | verify verify the integrity of the repository | |
114 | version output version and copyright information |
|
114 | version output version and copyright information | |
115 | hg add: option -h not recognized |
|
115 | hg add: option -h not recognized | |
116 | hg add [OPTION]... [FILE]... |
|
116 | hg add [OPTION]... [FILE]... | |
117 |
|
117 | |||
118 | add the specified files on the next commit |
|
118 | add the specified files on the next commit | |
119 |
|
119 | |||
120 | options: |
|
120 | options: | |
121 |
|
121 | |||
122 | -I --include |
|
122 | -I --include | |
123 | include path in search |
|
123 | include path in search | |
124 | -X --exclude |
|
124 | -X --exclude | |
125 | exclude path from search |
|
125 | exclude path from search | |
126 | hg add: option --skjdfks not recognized |
|
126 | hg add: option --skjdfks not recognized | |
127 | hg add [OPTION]... [FILE]... |
|
127 | hg add [OPTION]... [FILE]... | |
128 |
|
128 | |||
129 | add the specified files on the next commit |
|
129 | add the specified files on the next commit | |
130 |
|
130 | |||
131 | options: |
|
131 | options: | |
132 |
|
132 | |||
133 | -I --include |
|
133 | -I --include | |
134 | include path in search |
|
134 | include path in search | |
135 | -X --exclude |
|
135 | -X --exclude | |
136 | exclude path from search |
|
136 | exclude path from search | |
137 | hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]... |
|
137 | hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]... | |
138 |
|
138 | |||
139 | diff working directory (or selected files) |
|
139 | diff working directory (or selected files) | |
140 |
|
140 | |||
141 | options: |
|
141 | options: | |
142 |
|
142 | |||
143 | -r --rev |
|
143 | -r --rev | |
144 | revision |
|
144 | revision | |
145 | -I --include |
|
145 | -I --include | |
146 | include path in search |
|
146 | include path in search | |
147 | -X --exclude |
|
147 | -X --exclude | |
148 | exclude path from search |
|
148 | exclude path from search | |
149 | hg status [OPTION]... [FILE]... |
|
149 | hg status [OPTION]... [FILE]... | |
150 |
|
150 | |||
151 | show changed files in the working directory |
|
151 | show changed files in the working directory | |
152 |
|
152 | |||
153 | M = modified |
|
153 | M = modified | |
154 | A = added |
|
154 | A = added | |
155 | R = removed |
|
155 | R = removed | |
156 | ? = not tracked |
|
156 | ? = not tracked | |
157 |
|
157 | |||
158 | options: |
|
158 | options: | |
159 |
|
159 | |||
160 | -m --modified |
|
160 | -m --modified | |
161 | show only modified files |
|
161 | show only modified files | |
162 | -a --added |
|
162 | -a --added | |
163 | show only added files |
|
163 | show only added files | |
164 | -r --removed |
|
164 | -r --removed | |
165 | show only removed files |
|
165 | show only removed files | |
166 | -u --unknown |
|
166 | -u --unknown | |
167 | show only unknown (not tracked) files |
|
167 | show only unknown (not tracked) files | |
168 | -I --include |
|
168 | -I --include | |
169 | include path in search |
|
169 | include path in search | |
170 | -X --exclude |
|
170 | -X --exclude | |
171 | exclude path from search |
|
171 | exclude path from search | |
172 | hg status [OPTION]... [FILE]... |
|
172 | hg status [OPTION]... [FILE]... | |
173 |
|
173 | |||
174 | show changed files in the working directory |
|
174 | show changed files in the working directory | |
175 | hg: unknown command 'foo' |
|
175 | hg: unknown command 'foo' | |
176 | Mercurial Distributed SCM |
|
176 | Mercurial Distributed SCM | |
177 |
|
177 | |||
178 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
178 | basic commands (use "hg help" for the full list or option "-v" for details): | |
179 |
|
179 | |||
180 | add add the specified files on the next commit |
|
180 | add add the specified files on the next commit | |
181 | annotate show changeset information per file line |
|
181 | annotate show changeset information per file line | |
182 | clone make a copy of an existing repository |
|
182 | clone make a copy of an existing repository | |
183 | commit commit the specified files or all outstanding changes |
|
183 | commit commit the specified files or all outstanding changes | |
184 | diff diff working directory (or selected files) |
|
184 | diff diff working directory (or selected files) | |
185 | export dump the header and diffs for one or more changesets |
|
185 | export dump the header and diffs for one or more changesets | |
186 | init create a new repository in the given directory |
|
186 | init create a new repository in the given directory | |
187 | log show the revision history of the repository or a single file |
|
187 | log show the revision history of the repository or a single file | |
188 | pull pull changes from the specified source |
|
188 | pull pull changes from the specified source | |
189 | push push changes to the specified destination |
|
189 | push push changes to the specified destination | |
190 | remove remove the specified files on the next commit |
|
190 | remove remove the specified files on the next commit | |
191 | revert revert modified files or dirs back to their unmodified states |
|
191 | revert revert modified files or dirs back to their unmodified states | |
192 | serve export the repository via HTTP |
|
192 | serve export the repository via HTTP | |
193 | status show changed files in the working directory |
|
193 | status show changed files in the working directory | |
194 | update update or merge working directory |
|
194 | update update or merge working directory | |
195 | hg: unknown command 'skjdfks' |
|
195 | hg: unknown command 'skjdfks' | |
196 | Mercurial Distributed SCM |
|
196 | Mercurial Distributed SCM | |
197 |
|
197 | |||
198 | basic commands (use "hg help" for the full list or option "-v" for details): |
|
198 | basic commands (use "hg help" for the full list or option "-v" for details): | |
199 |
|
199 | |||
200 | add add the specified files on the next commit |
|
200 | add add the specified files on the next commit | |
201 | annotate show changeset information per file line |
|
201 | annotate show changeset information per file line | |
202 | clone make a copy of an existing repository |
|
202 | clone make a copy of an existing repository | |
203 | commit commit the specified files or all outstanding changes |
|
203 | commit commit the specified files or all outstanding changes | |
204 | diff diff working directory (or selected files) |
|
204 | diff diff working directory (or selected files) | |
205 | export dump the header and diffs for one or more changesets |
|
205 | export dump the header and diffs for one or more changesets | |
206 | init create a new repository in the given directory |
|
206 | init create a new repository in the given directory | |
207 | log show the revision history of the repository or a single file |
|
207 | log show the revision history of the repository or a single file | |
208 | pull pull changes from the specified source |
|
208 | pull pull changes from the specified source | |
209 | push push changes to the specified destination |
|
209 | push push changes to the specified destination | |
210 | remove remove the specified files on the next commit |
|
210 | remove remove the specified files on the next commit | |
211 | revert revert modified files or dirs back to their unmodified states |
|
211 | revert revert modified files or dirs back to their unmodified states | |
212 | serve export the repository via HTTP |
|
212 | serve export the repository via HTTP | |
213 | status show changed files in the working directory |
|
213 | status show changed files in the working directory | |
214 | update update or merge working directory |
|
214 | update update or merge working directory |
General Comments 0
You need to be logged in to leave comments.
Login now