Mon, 07 May 2018 19:43:43 -0700 |
Martin von Zweigbergk |
update: print warning about hidden changeset after update
|
Fri, 13 Apr 2018 23:45:07 +0900 |
Yuya Nishihara |
log: fix crash on empty revision with --copies switch
|
Fri, 13 Apr 2018 22:47:14 +0900 |
Yuya Nishihara |
logcmdutil: rewrite jsonchangeset printer to be backed by jsonformatter
|
Sat, 03 Mar 2018 18:33:10 -0500 |
Augie Fackler |
tests: port test-log to Python 3
|
Sun, 04 Mar 2018 07:03:50 -0500 |
Yuya Nishihara |
templater: fix position of terminator character in error message
|
Sat, 03 Mar 2018 14:30:21 -0800 |
Ryan McElroy |
templater: provide hint for multi-line templates with parse errors
|
Sat, 03 Mar 2018 14:23:40 -0800 |
Ryan McElroy |
templater: add hint to template parse errors to help locate issues
|
Mon, 19 Feb 2018 21:18:52 +0530 |
Pulkit Goyal |
py3: use dict.items() instead of dict.iteritems() in tests
|
Tue, 16 Jan 2018 14:28:57 +0100 |
Boris Feld |
bookmarks: display the obsfate of hidden revision we create a bookmark on
|
Tue, 16 Jan 2018 14:08:54 +0100 |
Boris Feld |
update: display the obsfate of hidden revision we update to
|
Mon, 08 Jan 2018 19:41:47 +0530 |
Pulkit Goyal |
merge: add `--abort` flag which can abort the merge
|
Wed, 03 Jan 2018 15:58:59 +0900 |
Yuya Nishihara |
log: follow file history across copies even with -rREV (BC) (issue4959)
|
Sun, 10 Dec 2017 17:28:44 +0900 |
Yuya Nishihara |
log: resolve --follow with -rREV in cmdutil.getlogrevs()
|
Tue, 16 Jan 2018 22:14:33 +0900 |
Yuya Nishihara |
match: do not weirdly include explicit files excluded by -X option
|
Fri, 05 Jan 2018 22:28:06 +0530 |
Pulkit Goyal |
bookmarks: add bookmarks to hidden revs if directaccess config is set
|
Fri, 05 Jan 2018 09:12:08 +0100 |
Boris Feld |
visibility: improve the message when accessing filtered obsolete rev
|
Thu, 04 Jan 2018 12:00:18 +0900 |
Yuya Nishihara |
log: don't expand aliases in revset built from command options
|
Wed, 27 Dec 2017 00:14:00 +0530 |
Pulkit Goyal |
update: support updating to hidden cset if directaccess config is set
|
Thu, 22 Sep 2016 19:41:42 +0900 |
Yuya Nishihara |
revset: make follow() accept empty startrev
|
Thu, 22 Sep 2016 19:40:07 +0900 |
Yuya Nishihara |
revset: alias follow(startrev=rev) to ancestors(rev)
|
Thu, 22 Sep 2016 19:35:36 +0900 |
Yuya Nishihara |
revset: make follow() accept keyword arguments
|
Thu, 22 Sep 2016 19:11:26 +0900 |
Yuya Nishihara |
revset: make follow() accept multiple startrevs
|
Thu, 22 Sep 2016 15:52:09 +0900 |
Yuya Nishihara |
test-log: test that fctx.ancestors() can't index parents only by linkrev
|
Thu, 28 Sep 2017 18:19:06 +0100 |
Boris Feld |
config: use 'experimental.evolution.create-markers'
|
Wed, 04 Oct 2017 10:02:15 +0200 |
Denis Laxalde |
tests: change to parent directory before all "hg init" in test-log.t
|
Fri, 01 Sep 2017 12:34:36 -0700 |
Saurabh Singh |
cmdutil: remove the redundant commit during amend
|
Tue, 22 Aug 2017 16:58:22 -0400 |
Augie Fackler |
tests: update test-log to pass our import checker
|
Fri, 04 Aug 2017 18:41:16 +0200 |
Boris Feld |
test: update evolution config
|
Thu, 15 Jun 2017 14:22:25 -0400 |
Augie Fackler |
tests: clean up many print statements to be print functions instead
|
Sun, 16 Jul 2017 02:33:14 +0200 |
Boris Feld |
debugobsolete: also report the number of obsoleted changesets
|
Wed, 05 Jul 2017 11:10:11 -0500 |
Augie Fackler |
tests: replace yet more calls to `python` with $PYTHON
|
Mon, 03 Jul 2017 02:52:39 +0900 |
FUJIWARA Katsunori |
tests: add fsmonitor specific output lines at enabling largefiles
|
Thu, 04 May 2017 00:23:09 +0530 |
Pulkit Goyal |
py3: explicitly convert a list to bytes to pass in ui.debug
|
Fri, 24 Mar 2017 19:19:00 -0700 |
Gregory Szorc |
show: new extension for displaying various repository data
|
Sat, 01 Oct 2016 20:20:11 +0900 |
Yuya Nishihara |
revset: do not rewrite ':y' to '0:y' (issue5385)
|
Sat, 24 Sep 2016 19:58:23 +0900 |
Yuya Nishihara |
log: copy the way of ancestor traversal to --follow matcher (issue5376)
|
Thu, 18 Aug 2016 17:25:10 +0200 |
Gábor Stefanik |
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
|
Wed, 23 Mar 2016 13:34:47 -0700 |
Martijn Pieters |
graphmod: set default edge styles for ascii graphs (BC)
|
Sun, 13 Mar 2016 23:27:27 +0900 |
Yuya Nishihara |
tests: add test for "log -r wdir() -p" (issue4871)
|
Sun, 13 Mar 2016 23:21:45 +0900 |
Yuya Nishihara |
tests: include modified/added/removed files in "log -r wdir()" output
|
Mon, 15 Feb 2016 22:46:07 +0900 |
Yuya Nishihara |
log: fix order of revisions filtered by multiple OR options (issue5100)
stable
|
Fri, 09 Oct 2015 13:54:52 -0700 |
Siddharth Agarwal |
simplemerge: move conflict warning message to filemerge
|
Thu, 20 Aug 2015 17:19:32 +0200 |
liscju |
revsets: makes follow() supports file patterns (issue4757) (BC)
|
Sat, 04 Jul 2015 17:19:49 +0900 |
Yuya Nishihara |
changeset_printer: display wdirrev/wdirnode values for workingctx
|
Thu, 02 Jul 2015 22:03:06 +0900 |
Yuya Nishihara |
changeset_printer: use node.wdirrev to calculate meaningful parentrevs
|
Sun, 28 Jun 2015 13:38:03 -0400 |
Matt Harbison |
workingctx: don't report the tags for its parents
|
Sun, 10 May 2015 14:04:43 -0400 |
Jordi Gutiérrez Hermoso |
log: add a status template
|
Sat, 14 Mar 2015 20:16:35 +0900 |
Yuya Nishihara |
jsonchangeset: set manifest node to "null" for workingctx
|
Sat, 14 Mar 2015 20:15:40 +0900 |
Yuya Nishihara |
jsonchangeset: set rev and node to "null" for workingctx
|
Sat, 14 Mar 2015 17:33:22 +0900 |
Yuya Nishihara |
changeset_printer: hide manifest node for workingctx
|
Sat, 14 Mar 2015 20:01:30 +0900 |
Yuya Nishihara |
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
|
Tue, 31 Mar 2015 08:31:42 -0500 |
Matt Mackall |
merge with stable
|
Sat, 28 Mar 2015 20:22:03 +0900 |
Yuya Nishihara |
templates: fix "log -q" output of phases style
stable
|
Sun, 01 Mar 2015 14:21:54 -0500 |
Matt Harbison |
largefiles: don't prefix standin patterns with '.hglf' when logging
|
Sat, 28 Feb 2015 23:42:38 -0500 |
Matt Harbison |
largefiles: teach log to handle patterns
|
Fri, 06 Feb 2015 11:04:55 -0800 |
Durham Goode |
log: make -fr show complete history from the given revs
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Fri, 06 Feb 2015 21:53:39 +0900 |
Yuya Nishihara |
log: fix --follow null parent not to include revision 0
|
Mon, 02 Feb 2015 14:26:47 -0500 |
Augie Fackler |
log: fix json-formatted output when file copies are listed (issue4523)
stable
|
Fri, 30 Jan 2015 20:44:11 -0500 |
Matt Harbison |
largefiles: don't interfere with logging normal files
stable
|
Sun, 25 Jan 2015 20:20:27 +0900 |
Yuya Nishihara |
revset: fix ancestors(null) to include null revision (issue4512)
stable
|
Wed, 14 Jan 2015 20:29:47 -0800 |
Sean Farley |
log: use namespace logname and colorname
|
Wed, 14 Jan 2015 19:55:20 -0800 |
Sean Farley |
namespaces: use named args for namespace api
|
Wed, 14 Jan 2015 17:21:09 -0800 |
Pierre-Yves David |
linkrev: use the right manifest content when adjusting linrev (issue4499)
|
Tue, 21 Oct 2014 19:49:23 -0700 |
Sean Farley |
namespaces: add test for log
|
Wed, 31 Dec 2014 16:50:19 -0600 |
Sean Farley |
tests: add a i18n translation test for log output
|
Tue, 06 Jan 2015 11:23:38 -0800 |
Pierre-Yves David |
revset-filelog: handle hidden linkrev for file missing for head (issue4490)
|
Mon, 29 Dec 2014 18:35:23 -0800 |
Pierre-Yves David |
linkrev-filelog: handle filtered linkrev with no visible children (issue4307)
|
Mon, 29 Dec 2014 17:23:16 -0800 |
Pierre-Yves David |
linkrev: work around linkrev to filtered entry in 'filelog' revset
|
Mon, 29 Dec 2014 23:40:24 -0800 |
Pierre-Yves David |
linkrev: also adjust linkrev when bootstrapping 'follow' revset
|
Tue, 23 Dec 2014 15:30:38 -0800 |
Pierre-Yves David |
filectx.parents: enforce changeid of parent to be in own changectx ancestors
|
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
|