Show More
@@ -13,7 +13,7 b' mkdir test2' | |||
|
13 | 13 | cd test2 |
|
14 | 14 | |
|
15 | 15 | hg init |
|
16 |
hg |
|
|
16 | hg pull ../test1 | |
|
17 | 17 | hg co |
|
18 | 18 | chmod +x a |
|
19 | 19 | hg ci -t "chmod +x a" -u test -d "0 0" |
@@ -22,7 +22,7 b' cd ../test1' | |||
|
22 | 22 | echo 123 >>a |
|
23 | 23 | hg ci -t "a updated" -u test -d "0 0" |
|
24 | 24 | |
|
25 |
hg |
|
|
25 | hg pull ../test2 | |
|
26 | 26 | hg heads |
|
27 | 27 | hg history |
|
28 | 28 |
@@ -14,11 +14,11 b' hg commands:' | |||
|
14 | 14 | help show help for a given command or all commands |
|
15 | 15 | history show the changelog history |
|
16 | 16 | identify print information about the working copy |
|
17 | import import an ordered set of patches | |
|
17 | 18 | init create a new repository or copy an existing one |
|
18 | 19 | log show the revision history of a single file |
|
19 | 20 | manifest output the latest or given revision of the project manifest |
|
20 | 21 | parents show the parents of the current working dir |
|
21 | patch import an ordered set of patches | |
|
22 | 22 | pull pull changes from the specified source |
|
23 | 23 | push push changes to the specified destination |
|
24 | 24 | rawcommit raw commit interface |
@@ -63,11 +63,11 b' hg commands:' | |||
|
63 | 63 | help show help for a given command or all commands |
|
64 | 64 | history show the changelog history |
|
65 | 65 | identify print information about the working copy |
|
66 | import import an ordered set of patches | |
|
66 | 67 | init create a new repository or copy an existing one |
|
67 | 68 | log show the revision history of a single file |
|
68 | 69 | manifest output the latest or given revision of the project manifest |
|
69 | 70 | parents show the parents of the current working dir |
|
70 | patch import an ordered set of patches | |
|
71 | 71 | pull pull changes from the specified source |
|
72 | 72 | push push changes to the specified destination |
|
73 | 73 | rawcommit raw commit interface |
General Comments 0
You need to be logged in to leave comments.
Login now