##// END OF EJS Templates
Update test-help for bundle/unbundle
mpm@selenic.com -
r1223:8d43f8c0 default
parent child Browse files
Show More
@@ -39,6 +39,7 b' list of commands (use "hg help -v" to sh'
39 39 add add the specified files on the next commit
40 40 addremove add all new files, delete all missing files
41 41 annotate show changeset information per file line
42 bundle create a changegroup file
42 43 cat output the latest or given revision of a file
43 44 clone make a copy of an existing repository
44 45 commit commit the specified files or all outstanding changes
@@ -71,6 +72,7 b' list of commands (use "hg help -v" to sh'
71 72 tag add a tag for the current tip or a given revision
72 73 tags list repository tags
73 74 tip show the tip revision
75 unbundle apply a changegroup file
74 76 undo undo the last commit or pull
75 77 update update or merge working directory
76 78 verify verify the integrity of the repository
@@ -78,6 +80,7 b' list of commands (use "hg help -v" to sh'
78 80 add add the specified files on the next commit
79 81 addremove add all new files, delete all missing files
80 82 annotate show changeset information per file line
83 bundle create a changegroup file
81 84 cat output the latest or given revision of a file
82 85 clone make a copy of an existing repository
83 86 commit commit the specified files or all outstanding changes
@@ -110,6 +113,7 b' list of commands (use "hg help -v" to sh'
110 113 tag add a tag for the current tip or a given revision
111 114 tags list repository tags
112 115 tip show the tip revision
116 unbundle apply a changegroup file
113 117 undo undo the last commit or pull
114 118 update update or merge working directory
115 119 verify verify the integrity of the repository
General Comments 0
You need to be logged in to leave comments. Login now