Fri, 05 Dec 2014 14:27:32 -0800 |
Durham Goode |
log: fix log -f slow path to actually follow history
stable
|
Fri, 17 Oct 2014 15:25:32 -0700 |
Pierre-Yves David |
repoview: issue a special message when filtering hidden changesets
|
Fri, 17 Oct 2014 15:54:43 -0700 |
Pierre-Yves David |
repoview: include the filter name in filtered revision error messages
|
Wed, 15 Oct 2014 20:37:44 -0700 |
Pierre-Yves David |
changectx: issue a FilteredRepoLookupError when applicable
|
Tue, 14 Oct 2014 13:34:25 -0700 |
Durham Goode |
obsolete: update tests to use obsolete options
|
Tue, 22 Jul 2014 22:40:16 -0700 |
Durham Goode |
log: allow patterns with -f
|
Fri, 01 Aug 2014 21:36:56 +0900 |
Yuya Nishihara |
log: do not use exact matcher for --patch --follow without file (issue4319)
stable
|
Sat, 26 Jul 2014 03:32:49 +0200 |
Pierre-Yves David |
resolve: add parenthesis around "no more unresolved files" message
stable
|
Wed, 16 Jul 2014 17:35:04 -0500 |
Matt Mackall |
merge with stable
|
Sat, 12 Jul 2014 02:23:17 -0700 |
Siddharth Agarwal |
log: make --patch --follow work inside a subdirectory
stable
|
Fri, 09 May 2014 14:46:50 -0500 |
Matt Mackall |
resolve: simplify "finished" message
|
Fri, 18 Apr 2014 22:19:25 -0700 |
Gregory Szorc |
resolve: print message when no unresolved files remain (issue4214)
|
Wed, 12 Mar 2014 10:26:48 +0200 |
Cristian Zamfir |
hg log: solves bug regarding hg log -r 0:null (issue4039)
stable
|
Tue, 23 Jul 2013 17:28:12 -0500 |
Matt Mackall |
revlog: handle hidden revs in _partialmatch (issue3979)
stable
|
Thu, 02 May 2013 20:41:22 -0500 |
Augie Fackler |
templater: fix output instability from gsoc patches
|
Thu, 18 Apr 2013 22:56:57 +0300 |
Iulian Stana |
log-style: add a log style that is default+phase (issue3436)
|
Thu, 02 May 2013 20:23:14 -0500 |
Iulian Stana |
templater: show the style list when I try to use a wrong one
|
Wed, 17 Apr 2013 00:29:54 +0400 |
Alexander Plavin |
log: fix behavior with empty repositories (issue3497)
|
Sun, 27 Jan 2013 14:24:37 -0600 |
Kevin Bullock |
bookmarks: don't use bookmarks.listbookmarks in local computations
stable
|
Mon, 28 Jan 2013 20:25:56 -0600 |
Kevin Bullock |
filtering: test that bookmarks prevent hiding of changesets
stable
|
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:12:52 -0600 |
Sean Farley |
log: remove any ancestors of nullrev (issue3772)
stable
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
log: make log work even if first parameter doesn't exist
|
Tue, 08 Jan 2013 20:37:37 +0100 |
Pierre-Yves David |
clfilter: enforce hidden changeset globally
|
Tue, 08 Jan 2013 17:31:00 +0100 |
Pierre-Yves David |
hidden: use both parents of working directory
|
Tue, 04 Dec 2012 15:25:22 +0100 |
Pierre-Yves David |
test: use obsolescence marker to test hidden
|
Fri, 12 Oct 2012 10:12:26 +0200 |
Adrian Buehlmann |
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9b
|
Thu, 13 Sep 2012 23:50:45 -0700 |
smuralid |
log: speed up hg log for untracked files (issue1340)
|
Mon, 16 Jul 2012 17:44:46 +0200 |
Pierre-Yves David |
hidden: move hiddenrevs set on the repository
|
Sat, 14 Jul 2012 19:09:22 +0200 |
Patrick Mezard |
log: support --graph without graphlog extension
|
Mon, 11 Jun 2012 17:45:36 +0200 |
Martin Geisler |
test-parse-date: move remaining date parsing tests from test-log
|
Mon, 11 Jun 2012 17:41:55 +0200 |
Martin Geisler |
test-log: removed tests already covered by test-parse-date
|
Mon, 11 Jun 2012 01:38:32 +0200 |
Mads Kiilerich |
tests: cleanup of tests that got lost in their own nested directories
|
Fri, 08 Jun 2012 15:11:05 +0200 |
Adrian Buehlmann |
test-log: enable for Windows
|
Fri, 24 Feb 2012 20:57:59 +0100 |
Patrick Mezard |
log: fix --follow FILE ancestry calculation
stable
|
Fri, 24 Feb 2012 20:56:18 +0100 |
Patrick Mezard |
test-glog: extend a test before fixing --follow issues
stable
|
Sun, 25 Dec 2011 20:35:16 +0900 |
FUJIWARA Katsunori |
i18n: use "encoding.lower()" to normalize specified keywords for log searching
|
Thu, 08 Dec 2011 16:01:44 -0600 |
Matt Mackall |
merge with stable
|
Thu, 08 Dec 2011 14:32:44 -0600 |
Matt Mackall |
branch: warn on branching
stable
|
Wed, 16 Nov 2011 18:04:19 -0600 |
Matt Mackall |
merge: give a special message for internal:merge failure (issue3105)
|
Mon, 07 Nov 2011 03:14:54 +0100 |
Mads Kiilerich |
tests: use 'hghave execbit' for tests that manipulate x bit in file system
|
Thu, 16 Jun 2011 01:58:00 +0200 |
Pierre-Yves David |
log: do not display hidden changeset
|
Tue, 05 Apr 2011 16:55:47 +0800 |
Yun Lee |
util: make 'hg log -d --2' abort (issue2734)
|
Tue, 05 Apr 2011 10:01:39 +0200 |
Martin Geisler |
help/dates: use DATE as place-holder in help and abort texts
|
Mon, 04 Apr 2011 09:39:22 -0500 |
Matt Mackall |
date: fixup breakage from ">" fix
|
Mon, 04 Apr 2011 00:23:21 +0800 |
Yun Lee |
log: abort for -d '>' or -d '<' (issue2749)
|
Sun, 27 Mar 2011 23:48:58 +0200 |
Idan Kamara |
util: dates cannot consist entirely of whitespace (issue2732)
|
Thu, 11 Nov 2010 02:10:37 +0900 |
Nicolas Dumazet |
log: fix log -rREV FILE when REV isnt the last filerev (issue2492)
stable
|
Mon, 08 Nov 2010 01:41:41 +0100 |
Mads Kiilerich |
tests: use (esc) for all non-ASCII test output
stable
|
Fri, 24 Sep 2010 10:13:49 +0200 |
Martin Geisler |
tests: added a short description to issue numbers
|
Thu, 23 Sep 2010 01:59:02 +0200 |
Mads Kiilerich |
merge with stable
base
tests/test-log@acf6a94552db
|
Fri, 17 Sep 2010 17:03:08 -0500 |
Matt Mackall |
tests: fix a bunch of pointless #s in unified tests
|
Fri, 17 Sep 2010 17:03:04 -0500 |
Matt Mackall |
tests: exit 0 no longer needed on unified tests
|
Thu, 16 Sep 2010 17:51:32 -0500 |
Matt Mackall |
tests: add exit codes to unified tests
|
Sun, 12 Sep 2010 18:05:53 -0500 |
Brodie Rao |
merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C'
|
Sun, 15 Aug 2010 23:34:46 +0900 |
Nicolas Dumazet |
tests: unify test-log
base
tests/test-log@e6789c93e5d9
|