##// END OF EJS Templates
Add 'local' tags...
mpm@selenic.com -
r454:58d57594 default
parent child Browse files
Show More
@@ -394,6 +394,9 b' class localrepository:'
394 394 n, k = l.split(" ", 1)
395 395 self.tagscache[k.strip()] = bin(n)
396 396 except KeyError: pass
397 for k, n in self.ui.configitems("tags"):
398 self.tagscache[k] = bin(n)
399
397 400 self.tagscache['tip'] = self.changelog.tip()
398 401
399 402 return self.tagscache
General Comments 0
You need to be logged in to leave comments. Login now