diff -r d4706faa2061 -r abdb46cf3b38 mercurial/revset.py --- a/mercurial/revset.py Thu Oct 02 19:02:50 2014 -0500 +++ b/mercurial/revset.py Thu Oct 02 19:03:14 2014 -0500 @@ -2418,12 +2418,6 @@ self._condition = condition self._cache = {} - def min(self): - return min(self) - - def max(self): - return max(self) - def __contains__(self, x): c = self._cache if x not in c: