Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
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
|
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
|
Sat, 14 Apr 2012 11:27:11 +0200 |
Patrick Mezard |
graphlog: fix --follow FILE and relative paths
|
Sat, 14 Apr 2012 11:16:57 +0200 |
Patrick Mezard |
graphlog: reduce duplication in --follow code
|
Sat, 14 Apr 2012 10:44:13 +0200 |
Patrick Mezard |
graphlog: add all log options to glog command
|
Sat, 14 Apr 2012 10:30:38 +0200 |
Patrick Mezard |
graphlog: implement --hidden
|
Wed, 11 Apr 2012 11:37:13 +0200 |
Patrick Mezard |
graphlog: cleanup before code move
|
Wed, 11 Apr 2012 11:32:00 +0200 |
Patrick Mezard |
graphlog: correctly handle calls in subdirectories
|
Wed, 11 Apr 2012 11:25:34 +0200 |
Patrick Mezard |
graphlog: fix --follow-first --rev combinations
|
Wed, 11 Apr 2012 11:22:40 +0200 |
Patrick Mezard |
graphlog: fix --follow --rev combinations
|
Wed, 11 Apr 2012 11:17:26 +0200 |
Patrick Mezard |
graphlog: support changeset identifiers in --branch
|
Wed, 11 Apr 2012 11:14:07 +0200 |
Patrick Mezard |
graphlog: pass changesets to revset.match() in changelog order
|
Wed, 11 Apr 2012 11:07:30 +0200 |
Patrick Mezard |
graphlog: refactor revset() to return revisions
|
Thu, 29 Mar 2012 22:42:03 +0200 |
Patrick Mezard |
graphlog: handle old-style --rev values
|
Thu, 29 Mar 2012 16:55:08 +0200 |
Patrick Mezard |
graphlog: improve --only-branch handling
|
Sun, 26 Feb 2012 17:12:15 +0100 |
Patrick Mezard |
graphlog: apply file filters --patch/--stat output
|
Sun, 26 Feb 2012 17:10:57 +0100 |
Patrick Mezard |
graphlog: fix --removed
|
Sun, 26 Feb 2012 17:10:51 +0100 |
Patrick Mezard |
graphlog: evaluate FILE/-I/-X filesets on the working dir
|
Sun, 26 Feb 2012 16:56:32 +0100 |
Patrick Mezard |
graphlog: implement --copies
|
Sat, 25 Feb 2012 22:11:36 +0100 |
Patrick Mezard |
graphlog: implement --follow-first
|
Sat, 25 Feb 2012 22:11:36 +0100 |
Patrick Mezard |
graphlog: implement --follow with file arguments
|
Sat, 25 Feb 2012 22:11:34 +0100 |
Patrick Mezard |
graphlog: restore FILE glob expansion on Windows
|
Thu, 23 Feb 2012 18:05:20 +0100 |
Patrick Mezard |
graphlog: paths/-I/-X handling requires a new revset
|
Thu, 23 Feb 2012 17:55:07 +0100 |
Patrick Mezard |
graphlog: imitate log slowpath when inputs are explicit files
|
Thu, 23 Feb 2012 17:54:42 +0100 |
Patrick Mezard |
graphlog: paths arguments must be or'ed
|
Thu, 23 Feb 2012 11:21:30 +0100 |
Patrick Mezard |
graphlog: rewrite --rev like all other options
|
Thu, 23 Feb 2012 11:21:04 +0100 |
Patrick Mezard |
graphlog: --branch and --only-branch are the same
|
Wed, 22 Feb 2012 12:30:15 +0100 |
Patrick Mezard |
graphlog: multiple --keyword must be or'ed
|
Wed, 22 Feb 2012 12:30:15 +0100 |
Patrick Mezard |
graphlog: multiple --branch must be or'ed
|
Wed, 22 Feb 2012 12:30:15 +0100 |
Patrick Mezard |
graphlog: multiple --user must be or'ed
|
Wed, 22 Feb 2012 12:30:15 +0100 |
Patrick Mezard |
graphlog: explicitely join multivalue parameters
|
Wed, 10 Aug 2011 13:25:35 -0500 |
Matt Mackall |
graphlog: attempt to fix index overrun (issue2912)
stable
|
Mon, 23 May 2011 23:22:47 +0300 |
Idan Kamara |
graphlog: remove unused arg from _wrapcmd
|
Fri, 13 May 2011 14:06:28 -0500 |
Matt Mackall |
scmutil: move revsingle/pair/range from cmdutil
|
Thu, 12 May 2011 20:27:35 +0200 |
Adrian Buehlmann |
graphlog: use cmdutil.command decorator
|
Sun, 01 May 2011 15:21:57 +0200 |
timeless |
remove unused imports
|
Sun, 01 May 2011 15:51:52 +0200 |
Patrick Mezard |
graphlog: always sort revisions topologically
|
Sun, 01 May 2011 15:51:48 +0200 |
Patrick Mezard |
graphlog: take the union of --rev specs instead of the intersection
|
Sun, 01 May 2011 15:51:20 +0200 |
Patrick Mezard |
graphlog: display nodes with more than 2 predecessors
|
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
|
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
|