Show More
@@ -339,7 +339,7 b' def bundle(ui, repo, fname, dest=None, *' | |||
|
339 | 339 | changegroup.writebundle(cg, fname, "HG10BZ") |
|
340 | 340 | |
|
341 | 341 | def cat(ui, repo, file1, *pats, **opts): |
|
342 |
"""output the |
|
|
342 | """output the current or given revision of files | |
|
343 | 343 | |
|
344 | 344 | Print the specified files as they were at the given revision. |
|
345 | 345 | If no revision is given then working dir parent is used, or tip |
@@ -1741,9 +1741,11 b' def log(ui, repo, *pats, **opts):' | |||
|
1741 | 1741 | count += 1 |
|
1742 | 1742 | |
|
1743 | 1743 | def manifest(ui, repo, rev=None): |
|
1744 |
"""output the |
|
|
1744 | """output the current or given revision of the project manifest | |
|
1745 | 1745 | |
|
1746 | 1746 | Print a list of version controlled files for the given revision. |
|
1747 | If no revision is given then working dir parent is used, or tip | |
|
1748 | if no revision is checked out. | |
|
1747 | 1749 | |
|
1748 | 1750 | The manifest is the list of files being version controlled. If no revision |
|
1749 | 1751 | is given then the first parent of the working directory is used. |
@@ -125,7 +125,7 b' list of commands (use "hg help -v" to sh' | |||
|
125 | 125 | branch set or show the current branch name |
|
126 | 126 | branches list repository named branches |
|
127 | 127 | bundle create a changegroup file |
|
128 |
cat output the |
|
|
128 | cat output the current or given revision of files | |
|
129 | 129 | clone make a copy of an existing repository |
|
130 | 130 | commit commit the specified files or all outstanding changes |
|
131 | 131 | copy mark files as copied for the next commit |
@@ -140,7 +140,7 b' list of commands (use "hg help -v" to sh' | |||
|
140 | 140 | init create a new repository in the given directory |
|
141 | 141 | locate locate files matching specific patterns |
|
142 | 142 | log show revision history of entire repository or files |
|
143 |
manifest output the |
|
|
143 | manifest output the current or given revision of the project manifest | |
|
144 | 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 |
@@ -175,7 +175,7 b' list of commands (use "hg help -v" to sh' | |||
|
175 | 175 | branch set or show the current branch name |
|
176 | 176 | branches list repository named branches |
|
177 | 177 | bundle create a changegroup file |
|
178 |
cat output the |
|
|
178 | cat output the current or given revision of files | |
|
179 | 179 | clone make a copy of an existing repository |
|
180 | 180 | commit commit the specified files or all outstanding changes |
|
181 | 181 | copy mark files as copied for the next commit |
@@ -190,7 +190,7 b' list of commands (use "hg help -v" to sh' | |||
|
190 | 190 | init create a new repository in the given directory |
|
191 | 191 | locate locate files matching specific patterns |
|
192 | 192 | log show revision history of entire repository or files |
|
193 |
manifest output the |
|
|
193 | manifest output the current or given revision of the project manifest | |
|
194 | 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 |
@@ -46,7 +46,7 b' list of commands (use "hg help -v" to sh' | |||
|
46 | 46 | branch set or show the current branch name |
|
47 | 47 | branches list repository named branches |
|
48 | 48 | bundle create a changegroup file |
|
49 |
cat output the |
|
|
49 | cat output the current or given revision of files | |
|
50 | 50 | clone make a copy of an existing repository |
|
51 | 51 | commit commit the specified files or all outstanding changes |
|
52 | 52 | copy mark files as copied for the next commit |
@@ -61,7 +61,7 b' list of commands (use "hg help -v" to sh' | |||
|
61 | 61 | init create a new repository in the given directory |
|
62 | 62 | locate locate files matching specific patterns |
|
63 | 63 | log show revision history of entire repository or files |
|
64 |
manifest output the |
|
|
64 | manifest output the current or given revision of the project manifest | |
|
65 | 65 | merge Merge working directory with another revision |
|
66 | 66 | outgoing show changesets not found in destination |
|
67 | 67 | parents show the parents of the working dir or revision |
@@ -92,7 +92,7 b' list of commands (use "hg help -v" to sh' | |||
|
92 | 92 | branch set or show the current branch name |
|
93 | 93 | branches list repository named branches |
|
94 | 94 | bundle create a changegroup file |
|
95 |
cat output the |
|
|
95 | cat output the current or given revision of files | |
|
96 | 96 | clone make a copy of an existing repository |
|
97 | 97 | commit commit the specified files or all outstanding changes |
|
98 | 98 | copy mark files as copied for the next commit |
@@ -107,7 +107,7 b' list of commands (use "hg help -v" to sh' | |||
|
107 | 107 | init create a new repository in the given directory |
|
108 | 108 | locate locate files matching specific patterns |
|
109 | 109 | log show revision history of entire repository or files |
|
110 |
manifest output the |
|
|
110 | manifest output the current or given revision of the project manifest | |
|
111 | 111 | merge Merge working directory with another revision |
|
112 | 112 | outgoing show changesets not found in destination |
|
113 | 113 | parents show the parents of the working dir or revision |
General Comments 0
You need to be logged in to leave comments.
Login now