Show More
@@ -664,8 +664,9 b' def _tag(' | |||
|
664 | 664 | |
|
665 | 665 | repo.invalidatecaches() |
|
666 | 666 | |
|
667 | if b'.hgtags' not in repo.dirstate: | |
|
668 | repo[None].add([b'.hgtags']) | |
|
667 | with repo.dirstate.changing_files(repo): | |
|
668 | if b'.hgtags' not in repo.dirstate: | |
|
669 | repo[None].add([b'.hgtags']) | |
|
669 | 670 | |
|
670 | 671 | m = matchmod.exact([b'.hgtags']) |
|
671 | 672 | tagnode = repo.commit( |
General Comments 0
You need to be logged in to leave comments.
Login now