Wed, 13 Jun 2012 23:32:58 +0200 |
Angel Ezquerra |
revset: add "diff" field to "matching" keyword
|
Wed, 04 Jul 2012 09:38:07 -0700 |
Bryan O'Sullivan |
revset: ensure we are reversing a list (issue3530)
|
Tue, 05 Jun 2012 20:35:34 -0400 |
Matt Harbison |
revset: add a utility for obtaining the source of a given rev
|
Sun, 13 May 2012 01:12:26 -0400 |
Matt Harbison |
revset: add a predicate for finding converted changesets
|
Fri, 01 Jun 2012 15:50:22 -0700 |
Bryan O'Sullivan |
revset: introduce and use _revsbetween
|
Fri, 01 Jun 2012 15:50:22 -0700 |
Bryan O'Sullivan |
revset: implement dagrange directly
|
Fri, 01 Jun 2012 15:50:22 -0700 |
Bryan O'Sullivan |
revset: turn dagrange into a function
|
Fri, 01 Jun 2012 15:50:22 -0700 |
Bryan O'Sullivan |
revset: drop unreachable code
|
Thu, 24 May 2012 13:05:06 +0200 |
Patrick Mezard |
revset: cache alias expansions
|
Fri, 01 Jun 2012 17:05:31 -0700 |
Bryan O'Sullivan |
util: subclass deque for Python 2.4 backwards compatibility
|
Fri, 01 Jun 2012 15:13:05 -0500 |
Matt Mackall |
revset: avoid validating all tag nodes for tag(x)
|
Wed, 30 May 2012 23:14:04 +0100 |
Simon King |
revset: add pattern matching to 'extra' revset expression
|
Wed, 30 May 2012 23:13:58 +0100 |
Simon King |
revset: add pattern matching to the 'user' revset expression
|
Wed, 30 May 2012 23:13:33 +0100 |
Simon King |
revset: add pattern matching to 'bookmarks' revset expression
|
Wed, 30 May 2012 23:13:33 +0100 |
Simon King |
revset: add pattern matching to 'branch' revset expression
|
Wed, 30 May 2012 23:13:33 +0100 |
Simon King |
revset: add pattern matching to 'tag' revset expression
|
Wed, 30 May 2012 23:13:33 +0100 |
Simon King |
revset: add helper function for matching strings to patterns
|
Tue, 15 May 2012 10:46:23 -0700 |
Bryan O'Sullivan |
cleanup: use the deque type where appropriate
|
Tue, 22 May 2012 14:37:20 -0500 |
Matt Mackall |
merge with stable
|
Sat, 19 May 2012 17:19:55 +0200 |
Patrick Mezard |
revset: fix infinite alias expansion detection
stable
|
Sat, 19 May 2012 17:18:29 +0200 |
Patrick Mezard |
revset: explicitely tag alias arguments for expansion
stable
|
Sun, 20 May 2012 14:40:36 -0500 |
Matt Mackall |
merge with stable
|
Wed, 16 May 2012 17:02:30 +0900 |
FUJIWARA Katsunori |
doc: add detail explanation for 'present()' predicate of revsets
stable
|
Thu, 17 May 2012 15:52:14 -0500 |
Matt Mackall |
merge with stable
|
Mon, 14 May 2012 19:25:13 -0400 |
Matt Harbison |
revset: fix traceback for bogus revisions in id(rev)
stable
|
Sun, 13 May 2012 14:04:06 +0200 |
Brodie Rao |
context: add changectx.closesbranch() method
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Sat, 12 May 2012 10:20:57 +0200 |
Henrik Stuart |
revset: add function for matching extra data (issue2767)
|
Sat, 12 May 2012 00:24:07 +0200 |
Patrick Mezard |
phases: introduce phasecache
|
Tue, 08 May 2012 15:29:09 -0700 |
Bryan O'Sullivan |
bisect: track the current changeset (issue3382)
|
Wed, 09 May 2012 18:45:14 +0200 |
Patrick Mezard |
revset: make matching() preserve input revision order
stable
|
Thu, 10 May 2012 14:17:05 -0400 |
Jesse Glick |
revset: documentation typo "metatadata"
stable
|
Thu, 26 Apr 2012 21:32:48 +0900 |
FUJIWARA Katsunori |
doc: flatten description of 'matching()' predicate to be formatted well
stable
|
Thu, 26 Apr 2012 14:24:46 +0200 |
Patrick Mezard |
revset: fix adds/modifies/removes and patterns (issue3403)
stable
|
Wed, 18 Apr 2012 21:27:35 -0700 |
Bryan O'Sullivan |
revset: fix O(n**2) behaviour of bisect() (issue3381)
stable
|
Tue, 17 Apr 2012 10:33:47 +0200 |
Patrick Mezard |
revset: make matching() work on python 2.4
|
Tue, 17 Apr 2012 15:10:33 +0200 |
Thomas Arendsen Hein |
revset: use list instead of tuple for compatibility with python before 2.6
|
Sat, 14 Apr 2012 01:41:03 +0200 |
Angel Ezquerra |
revset: speedup matching() by first matching fields that take less time to
|
Fri, 13 Apr 2012 13:46:49 +0200 |
Angel Ezquerra |
revset: speedup matching() by stopping the match early if a field does not match
|
Fri, 13 Apr 2012 13:35:45 +0200 |
Angel Ezquerra |
revset: make matching keyword not match summary when matching for description
|
Fri, 13 Apr 2012 15:32:49 -0500 |
Matt Mackall |
revset: avoid demandimport bug
|
Thu, 12 Apr 2012 20:52:39 -0500 |
Matt Mackall |
merge with stable
|
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
|
Sun, 01 Apr 2012 14:12:14 +0200 |
Angel Ezquerra |
revset: add "matching" keyword
|
Sun, 08 Apr 2012 11:14:56 +0200 |
Patrick Mezard |
revset: avoid set duplication in roots()
stable
|
Sun, 08 Apr 2012 11:13:06 +0200 |
Patrick Mezard |
revset: retrieve a bit less parents in roots()
stable
|
Sun, 08 Apr 2012 11:11:30 +0200 |
Patrick Mezard |
revset: do not ignore input revisions in roots()
stable
|
Fri, 24 Feb 2012 11:02:21 +0100 |
Patrick Mezard |
debugrevspec: pretty print output
|
Sun, 26 Feb 2012 17:10:57 +0100 |
Patrick Mezard |
context: add followfirst arg to filectx and workingfilectx
|
Sun, 26 Feb 2012 17:10:51 +0100 |
Patrick Mezard |
graphlog: evaluate FILE/-I/-X filesets on the working dir
|
Sat, 25 Feb 2012 22:11:36 +0100 |
Patrick Mezard |
graphlog: implement --follow-first
|
Thu, 23 Feb 2012 18:05:20 +0100 |
Patrick Mezard |
graphlog: paths/-I/-X handling requires a new revset
|
Thu, 09 Feb 2012 21:03:07 +0100 |
Patrick Mezard |
revset: fix alias substitution recursion (issue3240)
|
Fri, 27 Jan 2012 22:29:58 +0900 |
FUJIWARA Katsunori |
revset: fix documentation for 'remote()' predicate
stable
|
Fri, 27 Jan 2012 22:29:58 +0900 |
FUJIWARA Katsunori |
revset: fix 'remote()' failure when remote repo has more revs than local
stable
|
Fri, 20 Jan 2012 23:52:31 -0600 |
Matt Mackall |
revset: include the correct first ancestor change for follow(file)
stable
|
Fri, 20 Jan 2012 23:10:13 -0600 |
Matt Mackall |
revset: remove unreferenced followfile function
stable
|
Fri, 20 Jan 2012 23:05:04 -0600 |
Matt Mackall |
revsets: provide contexts for filesets
stable
|
Fri, 20 Jan 2012 14:18:51 -0600 |
Matt Mackall |
revset: allow slashes in symbols
stable
|