##// END OF EJS Templates
changectx: fix the handling of `tip`...
changectx: fix the handling of `tip` We can not use `len(repo,changelog)`, it may be a filtered revision. We now use `repo,changelog.tip()` to fetch this information. The `tip` command is also fixed and tested Thanks goes to Idan Kamara for the initial report.

File last commit:

r0:9117c656 default
r18464:a2e9fe93 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer