log mercurial/revset.py @ 16824:f3b8c82a559c

age author description
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