log hgext/graphlog.py @ 14086:2d7cb340a53f

age author description
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: log -G --follow file does not work, forbid it
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: unify log -G revset translation
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: fix log -G --prune
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: escape log -G single value option arguments
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: fix log -G --removed
Sat, 30 Apr 2011 19:42:00 +0200 Patrick Mezard graphlog: fix log -G option types when translating to revset
Sat, 23 Apr 2011 15:04:15 +0200 Alexander Solovyov graphlog: make use of graphmod's revset support
Sun, 13 Mar 2011 15:53:38 +0100 Alexander Solovyov graphmod: use revsets internally
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil
Wed, 16 Mar 2011 23:54:55 +0100 Markus F.X.J. Oberhumer graphlog: do not swallow all TypeError exceptions (fix 29c800ee54cf)
Sun, 13 Mar 2011 15:04:13 +0100 Klaus Koch graphlog: give meaningful error if more than one file is given stable
Fri, 15 Oct 2010 05:21:51 +0200 Nicolas Dumazet outgoing: unify common graphlog.outgoing and hg.outgoing code
Thu, 14 Oct 2010 21:36:00 +0200 Nicolas Dumazet incoming: unify code for incoming and graphlog.incoming
Tue, 28 Sep 2010 02:58:00 +0200 Mads Kiilerich graphlog: style with header and footer (issue2395)
Wed, 11 Aug 2010 12:19:01 +0200 Martin Geisler graphlog: mark --branch as incompatible with --graph stable
Thu, 24 Jun 2010 21:35:52 -0700 Eric Eisner glog: fix crash on empty revision range stable
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Mon, 07 Jun 2010 18:35:54 +0200 Dirkjan Ochtman move discovery methods from localrepo into new discovery module
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Sun, 07 Feb 2010 15:23:46 +0100 Sune Foldager add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sun, 07 Feb 2010 14:29:07 +0100 Sune Foldager interpret repo#name url syntax as branch instead of revision
Wed, 03 Feb 2010 16:09:19 +0000 Christian Ebert graphlog: remove unused import
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 14 Dec 2009 00:32:29 +0900 Nicolas Dumazet cmdutil: replace sys.maxint with None as default value in loglimit
Fri, 18 Dec 2009 15:05:42 -0500 Greg Ward glog: fix "incompatible option" error message. stable
Fri, 11 Dec 2009 15:25:33 +0900 Nicolas Dumazet graphlog: fix output when both a limit and a path are provided stable
Wed, 21 Oct 2009 14:16:37 +0200 Peter Arrenbrecht graphlog: hide internal state of ascii() from users
Thu, 20 Aug 2009 08:49:01 +0200 Dirkjan Ochtman graphlog: simplify ascii drawing to process one cset at a time
Thu, 20 Aug 2009 08:36:20 +0200 Dirkjan Ochtman graphlog: shorter variable names, fewer underscores, single state container