Show More
@@ -722,7 +722,8 b' class workingctx(changectx):' | |||
|
722 | 722 | |
|
723 | 723 | def tags(self): |
|
724 | 724 | t = [] |
|
725 |
|
|
|
725 | for p in self.parents(): | |
|
726 | t.extend(p.tags()) | |
|
726 | 727 | return t |
|
727 | 728 | |
|
728 | 729 | def children(self): |
General Comments 0
You need to be logged in to leave comments.
Login now