Show More
@@ -151,6 +151,9 b' def uncommit(ui, repo, *pats, **opts):' | |||||
151 | files to their uncommitted state. This means that files modified or |
|
151 | files to their uncommitted state. This means that files modified or | |
152 | deleted in the changeset will be left unchanged, and so will remain |
|
152 | deleted in the changeset will be left unchanged, and so will remain | |
153 | modified in the working directory. |
|
153 | modified in the working directory. | |
|
154 | ||||
|
155 | If no files are specified, the commit will be pruned, unless --keep is | |||
|
156 | given. | |||
154 | """ |
|
157 | """ | |
155 | opts = pycompat.byteskwargs(opts) |
|
158 | opts = pycompat.byteskwargs(opts) | |
156 |
|
159 |
@@ -27,6 +27,9 b' Help for uncommit' | |||||
27 | deleted in the changeset will be left unchanged, and so will remain |
|
27 | deleted in the changeset will be left unchanged, and so will remain | |
28 | modified in the working directory. |
|
28 | modified in the working directory. | |
29 |
|
29 | |||
|
30 | If no files are specified, the commit will be pruned, unless --keep is | |||
|
31 | given. | |||
|
32 | ||||
30 | (use 'hg help -e uncommit' to show help for the uncommit extension) |
|
33 | (use 'hg help -e uncommit' to show help for the uncommit extension) | |
31 |
|
34 | |||
32 | options ([+] can be repeated): |
|
35 | options ([+] can be repeated): |
General Comments 0
You need to be logged in to leave comments.
Login now