log

age author description
Fri, 17 Jan 2014 23:55:11 +0900 FUJIWARA Katsunori revset: add explanation about the pattern without explicit kind
Fri, 17 Jan 2014 23:55:03 +0900 FUJIWARA Katsunori revset: use "canonpath()" for "filelog()" pattern without explicit kind
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: avoid loop for "match.files()" having always one element for efficiency
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: make default kind of pattern for "contains()" rooted at cwd
Fri, 17 Jan 2014 23:42:12 +0900 FUJIWARA Katsunori revset: narrow scope of the variable referred only in specific code path
Fri, 17 Jan 2014 12:46:29 +0100 Simon Heimberg tests: fix test-run-tests.py on OS X
Fri, 17 Jan 2014 19:46:23 +0100 Simon Heimberg tests: test-debugcommands.t also matches stack trace on python 2.4
Wed, 15 Jan 2014 17:55:13 -0600 Sean Farley commands: use bookmarks.validdest instead of duplicating logic
Wed, 15 Jan 2014 17:48:48 -0600 Sean Farley update: consider successor changesets when moving active bookmark
Wed, 15 Jan 2014 16:41:18 -0600 Sean Farley merge: consider successor changesets for a bare update
Wed, 06 Nov 2013 17:02:07 -0600 Sean Farley merge: refactor initialization of variables in update
Wed, 06 Nov 2013 10:26:25 -0600 Sean Farley merge: update comment for future devs
Wed, 15 Jan 2014 18:14:12 -0600 Sean Farley obsolete: clarify documentation for succcessorssets
Wed, 08 Jan 2014 17:23:26 -0800 Pierre-Yves David backout: add a message after backout that need manual commit
Wed, 08 Jan 2014 14:53:46 -0800 Pierre-Yves David backout: avoid update on simple case.