log

age author description
Tue, 14 Jan 2014 13:38:16 -0800 Durham Goode cat: increase perf when catting single files
Tue, 14 Jan 2014 13:49:19 -0800 Durham Goode changectx: increase perf of walk function
Wed, 15 Jan 2014 16:46:20 -0800 Lucas Moscovicz url: added authuri when login information is requested (issue3209)
Fri, 17 Jan 2014 23:55:11 +0900 FUJIWARA Katsunori doc: add description about pattern matching against directories
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.
Thu, 16 Jan 2014 12:08:57 +0100 Simon Heimberg run-tests: print more information on unnecessary glob matching
Thu, 16 Jan 2014 12:08:29 +0100 Simon Heimberg run-tests: suggest to append glob when only path sep does not match
Thu, 16 Jan 2014 12:06:49 +0100 Simon Heimberg run-tests: test each line matching function on its own
Thu, 16 Jan 2014 19:07:18 +0100 Simon Heimberg tests: new test for line matching functions in run-tests
Wed, 08 Jan 2014 17:15:22 -0800 Pierre-Yves David test-backout: add multiple summary calls to monitor result wc
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori transplant: use "ui.extractchoices()" to show the list of available responses
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori transplant: use "ui.promptchoice()" for interactive transplant
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori transplant: add test for interactive transplant
Mon, 02 Dec 2013 00:50:30 +0900 FUJIWARA Katsunori record: use "ui.extractchoices()" to get the list of available responses
Mon, 02 Dec 2013 00:50:29 +0900 FUJIWARA Katsunori ui: add "extractchoices()" to share the logic to extract choices from prompt
Mon, 06 Jan 2014 15:19:31 -0800 Pierre-Yves David branchmap: use set for update code