Show More
@@ -691,6 +691,9 b' class hgtagsfnodescache(object):' | |||||
691 | If an .hgtags does not exist at the specified revision, nullid is |
|
691 | If an .hgtags does not exist at the specified revision, nullid is | |
692 | returned. |
|
692 | returned. | |
693 | """ |
|
693 | """ | |
|
694 | if node == nullid: | |||
|
695 | return nullid | |||
|
696 | ||||
694 | ctx = self._repo[node] |
|
697 | ctx = self._repo[node] | |
695 | rev = ctx.rev() |
|
698 | rev = ctx.rev() | |
696 |
|
699 |
General Comments 0
You need to be logged in to leave comments.
Login now