Fri, 12 Sep 2014 15:00:51 -0700 |
Durham Goode |
revset: make parents() O(number of parents)
|
Fri, 18 Jul 2014 19:46:56 -0400 |
Matt Harbison |
revset: avoid a ValueError when 'only()' is given an empty set
|
Sat, 12 Jul 2014 00:31:36 -0700 |
Siddharth Agarwal |
revset: replace _missingancestors optimization with only revset
|
Mon, 14 Jul 2014 17:55:31 -0500 |
Matt Mackall |
revset: maintain ordering when subtracting from a baseset (issue4289)
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
spelling: fixes from spell checker
|
Tue, 25 Mar 2014 14:10:01 -0700 |
Durham Goode |
revset: improve _descendants performance
|
Fri, 28 Mar 2014 17:00:13 -0700 |
Pierre-Yves David |
revset: raise ValueError when calling min or max on empty smartset
|
Thu, 20 Mar 2014 18:44:25 -0700 |
Pierre-Yves David |
revpair: smartset compatibility
|
Thu, 20 Mar 2014 09:55:44 -0700 |
Durham Goode |
scmutil: fix revrange when multiple revs are specified
|
Tue, 18 Mar 2014 17:56:27 -0500 |
Matt Mackall |
revrange: pass repo to revset parser
|
Tue, 11 Mar 2014 17:25:53 -0700 |
Lucas Moscovicz |
revset: extend sorting tests
|
Thu, 13 Mar 2014 17:20:03 -0700 |
Lucas Moscovicz |
tests: added tests to test sort revset
|
Sat, 16 Nov 2013 08:57:08 -0800 |
Durham Goode |
revset: add 'only' revset
|
Thu, 13 Feb 2014 14:04:47 -0800 |
Siddharth Agarwal |
revset: optimize missing ancestor expressions
|
Fri, 07 Feb 2014 15:01:33 -0800 |
Lucas Moscovicz |
revset: fixed bug where revset returning order was being changed
|