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
|