Sat, 16 Jun 2018 23:26:40 +0900 |
Yuya Nishihara |
revset: move lookup of first ancestor() candidate out of the loop
|
file |
diff |
annotate
|
Sat, 16 Jun 2018 23:21:47 +0900 |
Yuya Nishihara |
revset: leverage orset() to flatten ancestor() arguments
|
file |
diff |
annotate
|
Sat, 16 Jun 2018 23:12:41 +0900 |
Yuya Nishihara |
revset: remove orphan i18n comment from ancestor()
|
file |
diff |
annotate
|
Wed, 27 Jun 2018 23:39:41 +0900 |
Yuya Nishihara |
revset: fix heads() order to always follow the input set (BC)
|
file |
diff |
annotate
|
Mon, 11 Jun 2018 11:37:21 -0700 |
Martin von Zweigbergk |
revsets: define a none() revset
|
file |
diff |
annotate
|
Wed, 06 Jun 2018 13:31:24 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Mon, 07 May 2018 14:32:55 -0700 |
Martin von Zweigbergk |
revset: use resolvehexnodeidprefix() in id() predicate (BC)
|
file |
diff |
annotate
|
Mon, 07 May 2018 14:32:43 -0700 |
Martin von Zweigbergk |
revset: make id() an empty set for ambiguous nodeid (BC)
|
file |
diff |
annotate
|
Fri, 11 May 2018 20:10:22 +0900 |
Yuya Nishihara |
revset: pass in lookup function to matchany() (issue5879)
stable
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 12:57:32 +0900 |
Yuya Nishihara |
revset: pass in lookup function instead of repo (API)
|
file |
diff |
annotate
|
Sat, 14 Apr 2018 12:44:40 +0900 |
Yuya Nishihara |
revset: drop support for posttreebuilthook() (API)
|
file |
diff |
annotate
|
Thu, 05 Apr 2018 17:58:58 +0200 |
Boris Feld |
stack: follow-up on the stack revset
|
file |
diff |
annotate
|
Sun, 01 Apr 2018 22:48:32 -0700 |
Martin von Zweigbergk |
revset: use revsymbol() for checking if a symbol is valid
|
file |
diff |
annotate
|
Mon, 02 Apr 2018 16:18:33 -0700 |
Martin von Zweigbergk |
scmutil: add method for looking up a context given a revision symbol
|
file |
diff |
annotate
|
Mon, 02 Apr 2018 09:16:52 -0700 |
Martin von Zweigbergk |
revset: drop support for '' as alias for '.'
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 16:52:02 +0100 |
Boris Feld |
stack: import Evolve stack test file
|
file |
diff |
annotate
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 11:37:41 -0500 |
Augie Fackler |
revset: use %d to turn an int into a bytestr
|
file |
diff |
annotate
|
Fri, 02 Mar 2018 11:37:21 -0500 |
Augie Fackler |
revset: use {force,}bytestr to fix some %r formatting issues
|
file |
diff |
annotate
|
Mon, 05 Feb 2018 12:59:57 +0530 |
Pulkit Goyal |
py3: use .startswith() instead of bytes[0]
|
file |
diff |
annotate
|
Sat, 27 Jan 2018 17:46:37 +0900 |
Yuya Nishihara |
py3: drop b'' from repr() of smartset
|
file |
diff |
annotate
|
Fri, 02 Feb 2018 23:48:25 -0500 |
Matt Harbison |
revset: drop deprecated evolution predicates
|
file |
diff |
annotate
|
Sun, 28 Jan 2018 14:08:59 -0500 |
Matt Harbison |
revset: evaluate filesets against each revision for 'file()' (issue5778)
stable
|
file |
diff |
annotate
|
Thu, 04 May 2017 02:28:19 +0200 |
Boris Feld |
revset: use 'tiprev' when appropriate
|
file |
diff |
annotate
|
Thu, 14 Dec 2017 15:03:55 -0800 |
Hollis Blanchard |
outgoing: respect ":pushurl" paths (issue5365)
|
file |
diff |
annotate
|
Sun, 10 Dec 2017 04:48:12 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in revset.py
|
file |
diff |
annotate
|
Fri, 08 Dec 2017 14:20:34 -0800 |
Jun Wu |
revset: use phasecache.getrevset to calculate public()
|
file |
diff |
annotate
|
Thu, 22 Sep 2016 19:41:42 +0900 |
Yuya Nishihara |
revset: make follow() accept empty startrev
|
file |
diff |
annotate
|
Thu, 22 Sep 2016 19:40:07 +0900 |
Yuya Nishihara |
revset: alias follow(startrev=rev) to ancestors(rev)
|
file |
diff |
annotate
|