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
|
Mon, 06 Jan 2014 14:26:49 -0800 |
Pierre-Yves David |
branchmap: simplify update code
|
Fri, 03 Jan 2014 16:44:23 -0800 |
Pierre-Yves David |
branchmap: stop useless rev -> node -> rev round trip
|
Tue, 15 Jan 2013 20:04:12 +0100 |
Pierre-Yves David |
branchmap: stop membership test in update logic
|