hgext/graphlog.py
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall add cmdutil.remoteui
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Sat, 14 Feb 2009 22:41:18 +0100 Jim Correia log-like commands now use -G for --graph, -g for --git
Mon, 26 Jan 2009 16:50:27 +0100 Dirkjan Ochtman graphlog: extract large parts of repeated code from incoming/outgoing
Mon, 26 Jan 2009 16:40:43 +0100 Dirkjan Ochtman graphlog: reuse cmdutil.loglimit() instead of redefining
Mon, 26 Jan 2009 16:15:28 +0100 Dirkjan Ochtman graphlog: import util module rather than selected functions
Thu, 27 Nov 2008 16:07:17 +0100 Dirkjan Ochtman bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Fri, 21 Nov 2008 22:27:11 +0000 Alpar Juttner Graphlog extension adds a --graph option to log/in/out
Sun, 16 Nov 2008 20:55:30 +0100 Peter Arrenbrecht graphlog: fix regression with filelogs introduced by 7bc62ebe7693
Sat, 15 Nov 2008 12:27:40 +0100 Dirkjan Ochtman graphlog: fix python2.3 incompatibility (used genexp, sorted())
Fri, 14 Nov 2008 18:34:47 +0100 Dirkjan Ochtman graphlog: kill whitespace from earlier refactoring
Fri, 14 Nov 2008 13:48:23 +0100 Dirkjan Ochtman graphlog: use built-in log output buffering
Fri, 14 Nov 2008 13:44:10 +0100 Peter Arrenbrecht graphlog: refactor common grapher code
Fri, 14 Nov 2008 13:59:25 +0100 Dirkjan Ochtman cmdutil: use change contexts for cset-printer and cset-templater
Wed, 12 Nov 2008 16:32:21 +0100 Peter Arrenbrecht graphlog: add assertion for allowed n_column_diff range
Wed, 12 Nov 2008 16:32:35 +0100 Peter Arrenbrecht graphlog: drop redundant comment (see docstring)
Fri, 07 Nov 2008 11:44:37 +0100 Dirkjan Ochtman graphlog: move functions around, eliminate helper function
Fri, 07 Nov 2008 10:37:20 +0100 Peter Arrenbrecht graphlog: split the actual DAG grapher out into a separate method
Fri, 07 Nov 2008 10:29:43 +0100 Peter Arrenbrecht graphlog: rename some vars prior to refactoring
Fri, 07 Nov 2008 10:29:35 +0100 Peter Arrenbrecht graphlog: make some comment lines more like others in punctuation
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Tue, 02 Sep 2008 09:47:40 +0200 Patrick Mezard Merge with crew-stable
Tue, 02 Sep 2008 09:25:29 +0200 Patrick Mezard graphlog: fix calls from outside the repository (issue1285)
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 12 Jun 2008 11:33:47 +0200 Dirkjan Ochtman convert comments to docstrings in a bunch of extensions
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 29 Feb 2008 02:45:12 +0100 Thomas Arendsen Hein Introduce templateopts and logopts to reduce duplicate option definitions.
Wed, 30 Jan 2008 10:58:54 -0600 Steve Borho graphlog: skip filectx parents in other filelogs
Sat, 26 Jan 2008 00:14:20 +0100 Thomas Arendsen Hein glog shows at most one file: correct synopsis
Fri, 25 Jan 2008 20:17:48 +0100 Thomas Arendsen Hein Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
Fri, 25 Jan 2008 10:28:21 -0600 Steve Borho graphlog: add filelog revision grapher
Thu, 28 Jun 2007 16:18:09 +0200 Thomas Arendsen Hein Make hg glog abort if unused arguments are given.
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Thu, 14 Jun 2007 12:54:06 +0200 Thomas Arendsen Hein Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Wed, 06 Jun 2007 18:28:48 +0200 Thomas Arendsen Hein graphlog: Print . instead of @ for working directory parents
Mon, 09 Apr 2007 10:39:28 +0200 Joel Rosdahl Add graphlog extension
less more (0) tip