Show More
@@ -1773,7 +1773,7 b' def manifest(ui, repo, rev=None):' | |||
|
1773 | 1773 | ui.write("%s\n" % f) |
|
1774 | 1774 | |
|
1775 | 1775 | def merge(ui, repo, node=None, force=None, branch=None): |
|
1776 |
""" |
|
|
1776 | """merge working directory with another revision | |
|
1777 | 1777 | |
|
1778 | 1778 | Merge the contents of the current working directory and the |
|
1779 | 1779 | requested revision. Files that changed between either parent are |
@@ -2489,7 +2489,7 b' def unbundle(ui, repo, fname, **opts):' | |||
|
2489 | 2489 | return postincoming(ui, repo, modheads, opts['update']) |
|
2490 | 2490 | |
|
2491 | 2491 | def update(ui, repo, node=None, clean=False, branch=None, date=None): |
|
2492 |
"""update |
|
|
2492 | """update working directory | |
|
2493 | 2493 | |
|
2494 | 2494 | Update the working directory to the specified revision. |
|
2495 | 2495 | |
@@ -2501,7 +2501,7 b' def update(ui, repo, node=None, clean=Fa' | |||
|
2501 | 2501 | merge command. |
|
2502 | 2502 | |
|
2503 | 2503 | By default, update will refuse to run if doing so would require |
|
2504 |
|
|
|
2504 | discarding local changes. | |
|
2505 | 2505 | """ |
|
2506 | 2506 | if date: |
|
2507 | 2507 | if node: |
@@ -2807,7 +2807,7 b' table = {' | |||
|
2807 | 2807 | ] + walkopts, |
|
2808 | 2808 | _('hg log [OPTION]... [FILE]')), |
|
2809 | 2809 | "manifest": (manifest, [], _('hg manifest [REV]')), |
|
2810 | "merge": | |
|
2810 | "^merge": | |
|
2811 | 2811 | (merge, |
|
2812 | 2812 | [('b', 'branch', '', _('merge with head of a specific branch (DEPRECATED)')), |
|
2813 | 2813 | ('f', 'force', None, _('force a merge with outstanding changes'))], |
@@ -141,7 +141,7 b' list of commands (use "hg help -v" to sh' | |||
|
141 | 141 | locate locate files matching specific patterns |
|
142 | 142 | log show revision history of entire repository or files |
|
143 | 143 | manifest output the current or given revision of the project manifest |
|
144 |
merge |
|
|
144 | merge merge working directory with another revision | |
|
145 | 145 | outgoing show changesets not found in destination |
|
146 | 146 | parents show the parents of the working dir or revision |
|
147 | 147 | paths show definition of symbolic path names |
@@ -160,7 +160,7 b' list of commands (use "hg help -v" to sh' | |||
|
160 | 160 | tags list repository tags |
|
161 | 161 | tip show the tip revision |
|
162 | 162 | unbundle apply a changegroup file |
|
163 |
update update |
|
|
163 | update update working directory | |
|
164 | 164 | verify verify the integrity of the repository |
|
165 | 165 | version output version and copyright information |
|
166 | 166 | Mercurial Distributed SCM |
@@ -191,7 +191,7 b' list of commands (use "hg help -v" to sh' | |||
|
191 | 191 | locate locate files matching specific patterns |
|
192 | 192 | log show revision history of entire repository or files |
|
193 | 193 | manifest output the current or given revision of the project manifest |
|
194 |
merge |
|
|
194 | merge merge working directory with another revision | |
|
195 | 195 | outgoing show changesets not found in destination |
|
196 | 196 | parents show the parents of the working dir or revision |
|
197 | 197 | paths show definition of symbolic path names |
@@ -210,7 +210,7 b' list of commands (use "hg help -v" to sh' | |||
|
210 | 210 | tags list repository tags |
|
211 | 211 | tip show the tip revision |
|
212 | 212 | unbundle apply a changegroup file |
|
213 |
update update |
|
|
213 | update update working directory | |
|
214 | 214 | verify verify the integrity of the repository |
|
215 | 215 | version output version and copyright information |
|
216 | 216 | %% not tested: --debugger |
@@ -10,6 +10,7 b' basic commands (use "hg help" for the fu' | |||
|
10 | 10 | export dump the header and diffs for one or more changesets |
|
11 | 11 | init create a new repository in the given directory |
|
12 | 12 | log show revision history of entire repository or files |
|
13 | merge merge working directory with another revision | |
|
13 | 14 | parents show the parents of the working dir or revision |
|
14 | 15 | pull pull changes from the specified source |
|
15 | 16 | push push changes to the specified destination |
@@ -17,7 +18,7 b' basic commands (use "hg help" for the fu' | |||
|
17 | 18 | revert revert files or dirs to their states as of some revision |
|
18 | 19 | serve export the repository via HTTP |
|
19 | 20 | status show changed files in the working directory |
|
20 |
update update |
|
|
21 | update update working directory | |
|
21 | 22 | add add the specified files on the next commit |
|
22 | 23 | annotate show changeset information per file line |
|
23 | 24 | clone make a copy of an existing repository |
@@ -26,6 +27,7 b' basic commands (use "hg help" for the fu' | |||
|
26 | 27 | export dump the header and diffs for one or more changesets |
|
27 | 28 | init create a new repository in the given directory |
|
28 | 29 | log show revision history of entire repository or files |
|
30 | merge merge working directory with another revision | |
|
29 | 31 | parents show the parents of the working dir or revision |
|
30 | 32 | pull pull changes from the specified source |
|
31 | 33 | push push changes to the specified destination |
@@ -33,7 +35,7 b' basic commands (use "hg help" for the fu' | |||
|
33 | 35 | revert revert files or dirs to their states as of some revision |
|
34 | 36 | serve export the repository via HTTP |
|
35 | 37 | status show changed files in the working directory |
|
36 |
update update |
|
|
38 | update update working directory | |
|
37 | 39 | Mercurial Distributed SCM |
|
38 | 40 | |
|
39 | 41 | list of commands (use "hg help -v" to show aliases and global options): |
@@ -62,7 +64,7 b' list of commands (use "hg help -v" to sh' | |||
|
62 | 64 | locate locate files matching specific patterns |
|
63 | 65 | log show revision history of entire repository or files |
|
64 | 66 | manifest output the current or given revision of the project manifest |
|
65 |
merge |
|
|
67 | merge merge working directory with another revision | |
|
66 | 68 | outgoing show changesets not found in destination |
|
67 | 69 | parents show the parents of the working dir or revision |
|
68 | 70 | paths show definition of symbolic path names |
@@ -81,7 +83,7 b' list of commands (use "hg help -v" to sh' | |||
|
81 | 83 | tags list repository tags |
|
82 | 84 | tip show the tip revision |
|
83 | 85 | unbundle apply a changegroup file |
|
84 |
update update |
|
|
86 | update update working directory | |
|
85 | 87 | verify verify the integrity of the repository |
|
86 | 88 | version output version and copyright information |
|
87 | 89 | add add the specified files on the next commit |
@@ -108,7 +110,7 b' list of commands (use "hg help -v" to sh' | |||
|
108 | 110 | locate locate files matching specific patterns |
|
109 | 111 | log show revision history of entire repository or files |
|
110 | 112 | manifest output the current or given revision of the project manifest |
|
111 |
merge |
|
|
113 | merge merge working directory with another revision | |
|
112 | 114 | outgoing show changesets not found in destination |
|
113 | 115 | parents show the parents of the working dir or revision |
|
114 | 116 | paths show definition of symbolic path names |
@@ -127,7 +129,7 b' list of commands (use "hg help -v" to sh' | |||
|
127 | 129 | tags list repository tags |
|
128 | 130 | tip show the tip revision |
|
129 | 131 | unbundle apply a changegroup file |
|
130 |
update update |
|
|
132 | update update working directory | |
|
131 | 133 | verify verify the integrity of the repository |
|
132 | 134 | version output version and copyright information |
|
133 | 135 | hg add [OPTION]... [FILE]... |
@@ -257,6 +259,7 b' basic commands (use "hg help" for the fu' | |||
|
257 | 259 | export dump the header and diffs for one or more changesets |
|
258 | 260 | init create a new repository in the given directory |
|
259 | 261 | log show revision history of entire repository or files |
|
262 | merge merge working directory with another revision | |
|
260 | 263 | parents show the parents of the working dir or revision |
|
261 | 264 | pull pull changes from the specified source |
|
262 | 265 | push push changes to the specified destination |
@@ -264,7 +267,7 b' basic commands (use "hg help" for the fu' | |||
|
264 | 267 | revert revert files or dirs to their states as of some revision |
|
265 | 268 | serve export the repository via HTTP |
|
266 | 269 | status show changed files in the working directory |
|
267 |
update update |
|
|
270 | update update working directory | |
|
268 | 271 | hg: unknown command 'skjdfks' |
|
269 | 272 | Mercurial Distributed SCM |
|
270 | 273 | |
@@ -278,6 +281,7 b' basic commands (use "hg help" for the fu' | |||
|
278 | 281 | export dump the header and diffs for one or more changesets |
|
279 | 282 | init create a new repository in the given directory |
|
280 | 283 | log show revision history of entire repository or files |
|
284 | merge merge working directory with another revision | |
|
281 | 285 | parents show the parents of the working dir or revision |
|
282 | 286 | pull pull changes from the specified source |
|
283 | 287 | push push changes to the specified destination |
@@ -285,4 +289,4 b' basic commands (use "hg help" for the fu' | |||
|
285 | 289 | revert revert files or dirs to their states as of some revision |
|
286 | 290 | serve export the repository via HTTP |
|
287 | 291 | status show changed files in the working directory |
|
288 |
update update |
|
|
292 | update update working directory |
@@ -13,6 +13,7 b' basic commands (use "hg help" for the fu' | |||
|
13 | 13 | export dump the header and diffs for one or more changesets |
|
14 | 14 | init create a new repository in the given directory |
|
15 | 15 | log show revision history of entire repository or files |
|
16 | merge merge working directory with another revision | |
|
16 | 17 | parents show the parents of the working dir or revision |
|
17 | 18 | pull pull changes from the specified source |
|
18 | 19 | push push changes to the specified destination |
@@ -20,7 +21,7 b' basic commands (use "hg help" for the fu' | |||
|
20 | 21 | revert revert files or dirs to their states as of some revision |
|
21 | 22 | serve export the repository via HTTP |
|
22 | 23 | status show changed files in the working directory |
|
23 |
update update |
|
|
24 | update update working directory | |
|
24 | 25 | 0: a |
|
25 | 26 | % should succeed - up is an alias, not an abbreviation |
|
26 | 27 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
General Comments 0
You need to be logged in to leave comments.
Login now