log hgext/graphlog.py @ 21932:21a2f31f054d stable

age author description
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
Sat, 14 Jul 2012 19:09:22 +0200 Patrick Mezard log: support --graph without graphlog extension
Sat, 14 Jul 2012 18:55:21 +0200 Patrick Mezard graphlog: extract revset/support functions into cmdutil
Wed, 11 Jul 2012 17:13:39 +0200 Patrick Mezard graphlog: extract ascii drawing code into graphmod
Wed, 11 Jul 2012 16:47:33 +0200 Patrick Mezard graphlog: remove unused ASCIIDATA constant
Wed, 11 Jul 2012 17:10:21 +0200 Patrick Mezard graphlog: make functions private, fix names
Wed, 11 Jul 2012 17:05:20 +0200 Patrick Mezard graphlog: remove unused get_revs() function
Fri, 06 Jul 2012 00:30:18 +0200 Mads Kiilerich graphlog: don't truncate template value at last \n
Wed, 04 Jul 2012 17:29:49 +0200 Pierre-Yves David graphlog: display obsolete changeset as "x"
Tue, 08 May 2012 22:43:44 +0200 Patrick Mezard graphlog: turn getlogrevs() into a generator
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such