Mon, 18 May 2020 14:59:59 -0400 |
Augie Fackler |
mergestate: split out merge state handling code from main merge module
|
file |
diff |
annotate
|
Wed, 15 Apr 2020 19:24:21 +0900 |
Yuya Nishihara |
revset: remove explicit sort() from unstable()
|
file |
diff |
annotate
|
Fri, 10 Apr 2020 22:23:44 +0800 |
Anton Shestakov |
revset: implement a simple 'foo#generations' expression
|
file |
diff |
annotate
|
Fri, 10 Apr 2020 22:22:09 +0800 |
Anton Shestakov |
revset: rename generationsrel() to generationssubrel()
|
file |
diff |
annotate
|
Mon, 13 Apr 2020 12:18:29 -0400 |
Matt Harbison |
revset: mark `extinct()` experimental
|
file |
diff |
annotate
|
Mon, 13 Apr 2020 12:17:52 -0400 |
Matt Harbison |
revset: mark `successors()` experimental
|
file |
diff |
annotate
|
Mon, 13 Apr 2020 12:13:22 -0400 |
Matt Harbison |
revset: mark `obsolete()` experimental
|
file |
diff |
annotate
|
Mon, 13 Apr 2020 01:19:09 -0400 |
Matt Harbison |
revset: import `unstable()` from the evolve extension
|
file |
diff |
annotate
|
Sat, 21 Mar 2020 13:42:08 +0900 |
Yuya Nishihara |
revset: leverage internal _rev() function to implement rev()
|
file |
diff |
annotate
|
Sat, 21 Mar 2020 13:39:39 +0900 |
Yuya Nishihara |
revset: fix crash by repo.revs('%d', tip + 1)
|
file |
diff |
annotate
|
Sat, 21 Mar 2020 13:27:47 +0900 |
Yuya Nishihara |
revset: allow repo.revs('%d', wdirrev)
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
file |
diff |
annotate
|
Wed, 29 Jan 2020 11:30:35 -0800 |
Martin von Zweigbergk |
revset: add a revset for parents in merge state
|
file |
diff |
annotate
|
Fri, 27 Dec 2019 19:00:38 -0500 |
Matt Harbison |
revset: drop some unused code in the `remote` revset
|
file |
diff |
annotate
|
Tue, 19 Nov 2019 14:04:09 -0500 |
Matt Harbison |
revset: add an assertion to help pytype
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 15:28:08 -0500 |
Augie Fackler |
revset: use field names instead of field numbers on scmutil.status
|
file |
diff |
annotate
|
Wed, 30 Oct 2019 00:00:21 -0700 |
Martin von Zweigbergk |
revset: simplify checkstatus() by using any()
|
file |
diff |
annotate
|
Sat, 09 Nov 2019 13:23:53 +0100 |
Pierre-Yves David |
index: use `index.get_rev` in `revset._mapbynodefunc`
|
file |
diff |
annotate
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Thu, 18 Jul 2019 17:10:38 +0800 |
Anton Shestakov |
revset: drop argument when it's None
|
file |
diff |
annotate
|
Sun, 09 Jun 2019 22:23:41 +0900 |
Yuya Nishihara |
revset: fix merge() to fall back to changectx API if wdir specified
|
file |
diff |
annotate
|
Sun, 09 Jun 2019 22:18:22 +0900 |
Yuya Nishihara |
revset: use nullrev constant in merge()
|
file |
diff |
annotate
|
Tue, 30 Apr 2019 15:15:57 +0900 |
Yuya Nishihara |
revset: populate wdir() by its hash or revision number
|
file |
diff |
annotate
|
Tue, 30 Apr 2019 15:10:07 +0900 |
Yuya Nishihara |
revset: extract private constant of {nullrev, wdirrev} set
|
file |
diff |
annotate
|
Fri, 05 Apr 2019 14:30:52 -0400 |
Jordi GutiƩrrez Hermoso |
revset: short docstring for checkstatus
|
file |
diff |
annotate
|
Sun, 31 Mar 2019 09:39:02 -0700 |
Martin von Zweigbergk |
revset: remove comment about linkrev workaround from user-facing docs
|
file |
diff |
annotate
|