Show More
@@ -29,6 +29,7 from mercurial import ( | |||
|
29 | 29 | error, |
|
30 | 30 | node, |
|
31 | 31 | obsolete, |
|
32 | pycompat, | |
|
32 | 33 | registrar, |
|
33 | 34 | scmutil, |
|
34 | 35 | ) |
@@ -152,6 +153,7 def uncommit(ui, repo, *pats, **opts): | |||
|
152 | 153 | deleted in the changeset will be left unchanged, and so will remain |
|
153 | 154 | modified in the working directory. |
|
154 | 155 | """ |
|
156 | opts = pycompat.byteskwargs(opts) | |
|
155 | 157 | |
|
156 | 158 | with repo.wlock(), repo.lock(): |
|
157 | 159 | wctx = repo[None] |
General Comments 0
You need to be logged in to leave comments.
Login now