check-code: lift the ban on 'next()'
'next' is supported by Python2.6 the new lowest version supported by Mercurial.
check-code: drop the 'isdisjoint' ban
'isdisjoint' is available in Python 2.6. The new lowest supported version.
check-code: fix the error message about 'class foo():'
Using 'classs foo():' result in old style object instead of new style object. We
do not want old style object so this check is unrelated to 2.4.
check-code: remove the check for os.path.relpath
This is available in Python2.6 the new default supported release.
patch: remove duplicated import of cStringIO
It is already imported a couple of line above.
paper: show branch/tags/bookmarks when blaming (
issue3559)
paper: show branch/tags/bookmarks when comparing (
issue3559)
paper: show branch/tags/bookmarks when diffing (
issue3559)
paper: show branch/tags/bookmarks when viewing (
issue3559)