Mon, 16 Mar 2015 16:17:06 +0900 |
Yuya Nishihara |
revset: use integer representation of wdir() in revset
|
Mon, 29 Jun 2015 16:38:22 -0500 |
Matt Mackall |
merge with stable
|
Thu, 25 Jun 2015 21:16:47 -0400 |
Matt Harbison |
archive: don't assume '.' is being archived for changessincelatesttag
stable
|
Sun, 26 Apr 2015 18:13:48 +0900 |
Yuya Nishihara |
revset: reduce nesting of chained 'or' operations (issue4624)
|
Tue, 26 May 2015 07:44:37 -0500 |
Matt Mackall |
merge with stable
|
Sun, 24 May 2015 10:29:33 +0900 |
Yuya Nishihara |
revset: drop magic of fullreposet membership test (issue4682)
stable
|
Sun, 26 Apr 2015 19:42:47 +0900 |
Yuya Nishihara |
revset: move validation of incomplete parsing to parse() function
|
Sat, 10 Jan 2015 14:49:50 +0900 |
Yuya Nishihara |
revset: have all() filter out null revision
|
Wed, 04 Mar 2015 21:47:07 +0900 |
Yuya Nishihara |
graphlog: do not bypass commands.log so that -fr works
|
Fri, 06 Feb 2015 11:04:55 -0800 |
Durham Goode |
log: make -fr show complete history from the given revs
|
Fri, 06 Feb 2015 21:53:39 +0900 |
Yuya Nishihara |
log: fix --follow null parent not to include revision 0
|
Thu, 05 Feb 2015 23:14:44 +0900 |
Yuya Nishihara |
graphlog: remove too early return from getgraphlogrevs() for empty repo
|
Sat, 10 Jan 2015 13:14:00 +0900 |
Yuya Nishihara |
log: use rev() to build revset of --follow option from numeric revision
stable
|
Mon, 08 Dec 2014 15:41:54 -0800 |
Durham Goode |
log: fix log revset instability
stable
|
Fri, 05 Dec 2014 14:27:32 -0800 |
Durham Goode |
log: fix log -f slow path to actually follow history
stable
|
Tue, 14 Oct 2014 13:34:25 -0700 |
Durham Goode |
obsolete: update tests to use obsolete options
|
Wed, 15 Oct 2014 15:35:59 -0400 |
Augie Fackler |
tests: use $PYTHON instead of hardcoding python
|
Thu, 09 Oct 2014 09:12:54 -0700 |
Pierre-Yves David |
revset-_descendant: rework the whole sorting and combining logic
|
Tue, 22 Jul 2014 22:40:16 -0700 |
Durham Goode |
log: allow patterns with -f
|
Fri, 28 Feb 2014 15:10:56 -0800 |
Lucas Moscovicz |
log: changed implementation to use graphlog code
|
Fri, 11 Apr 2014 16:38:55 -0400 |
Matt Mackall |
diff: use second filename for --stat reporting on git patches (issue4221)
|
Wed, 12 Mar 2014 10:26:48 +0200 |
Cristian Zamfir |
hg log: solves bug regarding hg log -r 0:null (issue4039)
stable
|
Fri, 22 Nov 2013 19:14:17 +0100 |
Martin Geisler |
tests: don't load unnecessary graphlog extension
|
Thu, 18 Apr 2013 16:46:09 +0400 |
Alexander Plavin |
revlog: fix a regression with null revision
|
Wed, 17 Apr 2013 00:29:54 +0400 |
Alexander Plavin |
log: fix behavior with empty repositories (issue3497)
|
Wed, 23 Jan 2013 11:55:39 -0600 |
Kevin Bullock |
tests: add regression tests for another revrange edge case
stable
|
Wed, 23 Jan 2013 00:20:26 -0600 |
Bryan O'Sullivan |
graphmod: don't try to visit nullrev (issue3772)
stable
|
Tue, 04 Dec 2012 15:25:22 +0100 |
Pierre-Yves David |
test: use obsolescence marker to test hidden
|
Thu, 30 Aug 2012 22:13:24 +0200 |
Pierre-Yves David |
test: remove invalid hidden rev in graphlog test
|
Wed, 08 Aug 2012 18:10:37 +0200 |
Mads Kiilerich |
check-code: fix check for trailing whitespace on continued lines too
|