basectx has int implemented. Per mailing list discussion
with Yuya, we don't like having this implemented because it is
too much magic and in some cases rev() will return None, which
isn't an int.
So convert a '%d' % ctx to ctx.rev() instead.
yuja |
hg-reviewers |
basectx has int implemented. Per mailing list discussion
with Yuya, we don't like having this implemented because it is
too much magic and in some cases rev() will return None, which
isn't an int.
So convert a '%d' % ctx to ctx.rev() instead.
Lint Skipped |
Unit Tests Skipped |