log tests/test-log.t @ 27626:157675d0f600

age author description
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