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