mercurial/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 10 Jan 2015 21:31:59 +0900
branchstable
changeset 23826 c90d195320c5
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
revset: fix spanset.isascending() to honor sort() or reverse() request Because spanset.isascending() ignored the ascending flag, the result of "fullreposet() & x" was always sorted in ascending order. The test case is carefully chosen to call fullreposet.__and__.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: