mercurial/pure/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 28 Apr 2014 15:14:11 -0700
changeset 21284 3e53a64345c1
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
revset: cosmetic changes in spanset range comparison We use the python syntax for range comparison: `a < x < c`. This is shorter, more readable and less error prone. This comparison escaped the cleanup make in e2031c8ca4f8