log hgext/graphlog.py @ 36268:be5a6fe3643a

age author description
Mon, 23 Oct 2017 00:03:08 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/graphlog.py
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Fri, 06 May 2016 21:48:17 +0530 Pulkit Goyal py3: make hgext/graphlog.py use absolute_import
Wed, 06 Jan 2016 17:17:49 +0000 timeless graphlog: update help with replacement
Sun, 29 Nov 2015 06:51:23 +0000 timeless graphlog: rename glog function
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Wed, 04 Mar 2015 21:47:07 +0900 Yuya Nishihara graphlog: do not bypass commands.log so that -fr works
Fri, 24 Oct 2014 13:50:00 -0400 Jordi GutiƩrrez Hermoso doc: change 'revision or range' to 'revision or revset' stable
Sun, 04 May 2014 22:28:46 -0700 Gregory Szorc graphlog: define inferrepo in command decorator
Sat, 23 Nov 2013 18:34:32 +0100 Martin Geisler graphlog: mark as deprecated
Tue, 08 Jan 2013 20:37:37 +0100 Pierre-Yves David clfilter: enforce hidden changeset globally
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Wed, 11 Jul 2012 18:22:07 +0200 Patrick Mezard incoming/outgoing: handle --graph in core