Show More
@@ -576,8 +576,8 b' class localrepository(object):' | |||
|
576 | 576 | if not local: |
|
577 | 577 | m = matchmod.exact(self.root, '', ['.hgtags']) |
|
578 | 578 | if util.any(self.status(match=m, unknown=True, ignored=True)): |
|
579 |
raise util.Abort(_('working copy of .hgtags is changed |
|
|
580 |
|
|
|
579 | raise util.Abort(_('working copy of .hgtags is changed'), | |
|
580 | hint=_('please commit .hgtags manually')) | |
|
581 | 581 | |
|
582 | 582 | self.tags() # instantiate the cache |
|
583 | 583 | self._tag(names, node, message, local, user, date, editor=editor) |
General Comments 0
You need to be logged in to leave comments.
Login now