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
|
Thu, 20 Aug 2009 08:35:35 +0200 |
Dirkjan Ochtman |
graphlog: move common code into function again, change function types
|
Thu, 20 Aug 2009 08:35:03 +0200 |
Dirkjan Ochtman |
graphlog: extract some setup code out of common functions
|
Sun, 26 Jul 2009 01:46:28 +0200 |
Martin Geisler |
graphlog: wrap docstrings at 70 characters
|
Wed, 22 Jul 2009 23:12:54 +0200 |
Martin Geisler |
coding style: use a space after comma
|
Sun, 19 Jul 2009 21:15:40 +0200 |
Benoit Boissinot |
merge with -stable
|
Sun, 19 Jul 2009 18:59:19 +0200 |
Benoit Boissinot |
graphlog: fix incoming with local repo (issue1731)
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
graphlog: wrapped docstrings at 78 characters
|
Wed, 24 Jun 2009 13:42:02 +0200 |
Dirkjan Ochtman |
extensions: change descriptions for extensions providing a few commands
|
Wed, 24 Jun 2009 12:25:56 +0200 |
Dirkjan Ochtman |
extensions: fix up description lines some more
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Fri, 19 Jun 2009 13:22:32 +0200 |
Peter Arrenbrecht |
graphmod/graphlog: make dag walks carry data as type, payload
|
Sat, 16 May 2009 07:12:12 +0200 |
Peter Arrenbrecht |
graphlog: rename grapher to asciiedges
|
Sat, 16 May 2009 07:11:41 +0200 |
Peter Arrenbrecht |
graphlog: move and rename graphabledag to asciiformat
|
Fri, 19 Jun 2009 13:14:45 +0200 |
Peter Arrenbrecht |
graphmod/graphlog: extract nodelistwalk
|
Fri, 19 Jun 2009 13:14:01 +0200 |
Peter Arrenbrecht |
graphmod/graphlog: move log walks to graphmod
|
Sun, 31 May 2009 14:53:46 +0200 |
Martin Geisler |
graphlog, win32mbcs: capitalize ASCII
|
Sun, 26 Apr 2009 01:25:53 +0200 |
Martin Geisler |
add blank line after copyright notices and after header
|
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
|