Show More
@@ -151,6 +151,9 b' def uncommit(ui, repo, *pats, **opts):' | |||
|
151 | 151 | files to their uncommitted state. This means that files modified or |
|
152 | 152 | deleted in the changeset will be left unchanged, and so will remain |
|
153 | 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 | 158 | opts = pycompat.byteskwargs(opts) |
|
156 | 159 |
@@ -27,6 +27,9 b' Help for uncommit' | |||
|
27 | 27 | deleted in the changeset will be left unchanged, and so will remain |
|
28 | 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 | 33 | (use 'hg help -e uncommit' to show help for the uncommit extension) |
|
31 | 34 | |
|
32 | 35 | options ([+] can be repeated): |
General Comments 0
You need to be logged in to leave comments.
Login now