Show More
@@ -352,6 +352,7 def _dosign(ui, repo, *revs, **opts): | |||||
352 | sigsfile.close() |
|
352 | sigsfile.close() | |
353 |
|
353 | |||
354 | if b'.hgsigs' not in repo.dirstate: |
|
354 | if b'.hgsigs' not in repo.dirstate: | |
|
355 | with repo.dirstate.changing_files(repo): | |||
355 | repo[None].add([b".hgsigs"]) |
|
356 | repo[None].add([b".hgsigs"]) | |
356 |
|
357 | |||
357 | if opts[b"no_commit"]: |
|
358 | if opts[b"no_commit"]: |
General Comments 0
You need to be logged in to leave comments.
Login now