##// END OF EJS Templates
hgtagsfnodescache: handle nullid lookup...
marmoute -
r42422:2930b313 default
parent child Browse files
Show More
@@ -691,6 +691,9 b' class hgtagsfnodescache(object):'
691 691 If an .hgtags does not exist at the specified revision, nullid is
692 692 returned.
693 693 """
694 if node == nullid:
695 return nullid
696
694 697 ctx = self._repo[node]
695 698 rev = ctx.rev()
696 699
General Comments 0
You need to be logged in to leave comments. Login now