Show More
@@ -1417,10 +1417,11 b' class localrepository(object):' | |||
|
1417 | 1417 | tags, tt = self._findtags() |
|
1418 | 1418 | else: |
|
1419 | 1419 | tags = self._tagscache.tags |
|
1420 | rev = self.changelog.rev | |
|
1420 | 1421 | for k, v in tags.iteritems(): |
|
1421 | 1422 | try: |
|
1422 | 1423 | # ignore tags to unknown nodes |
|
1423 |
|
|
|
1424 | rev(v) | |
|
1424 | 1425 | t[k] = v |
|
1425 | 1426 | except (error.LookupError, ValueError): |
|
1426 | 1427 | pass |
General Comments 0
You need to be logged in to leave comments.
Login now