diff -r 57b50abe2b24 -r 7731a2281cf0 mercurial/revset.py --- a/mercurial/revset.py Sun Apr 13 19:01:00 2014 +0200 +++ b/mercurial/revset.py Sun Apr 13 19:01:00 2014 +0200 @@ -2459,7 +2459,7 @@ If the ascending attribute is set, that means the two structures are ordered in either an ascending or descending way. Therefore, we can add - them mantaining the order by iterating over both at the same time + them maintaining the order by iterating over both at the same time This class does not duck-type baseset and it's only supposed to be used internally