Show More
@@ -281,7 +281,7 b' def _dosign(ui, repo, *revs, **opts):' | |||||
281 | raise error.Abort(_("working copy of .hgsigs is changed "), |
|
281 | raise error.Abort(_("working copy of .hgsigs is changed "), | |
282 | hint=_("please commit .hgsigs manually")) |
|
282 | hint=_("please commit .hgsigs manually")) | |
283 |
|
283 | |||
284 |
sigsfile = repo.w |
|
284 | sigsfile = repo.wvfs(".hgsigs", "ab") | |
285 | sigsfile.write(sigmessage) |
|
285 | sigsfile.write(sigmessage) | |
286 | sigsfile.close() |
|
286 | sigsfile.close() | |
287 |
|
287 |
General Comments 0
You need to be logged in to leave comments.
Login now