Show More
@@ -1532,7 +1532,7 b' class localrepository(object):' | |||
|
1532 | 1532 | |
|
1533 | 1533 | # dealing with some special values |
|
1534 | 1534 | if changeid == b'null' or changeid == nullrev: |
|
1535 | return context.changectx(self, nullrev, nullid) | |
|
1535 | return context.changectx(self, nullrev, nullid, maybe_filtered=False) | |
|
1536 | 1536 | if changeid == b'tip': |
|
1537 | 1537 | node = self.changelog.tip() |
|
1538 | 1538 | rev = self.changelog.rev(node) |
General Comments 0
You need to be logged in to leave comments.
Login now