Tue, 29 Dec 2015 04:30:38 +0000 |
timeless |
run-tests: fix get port to try differing ports
|
Thu, 31 Dec 2015 13:19:20 -0500 |
Augie Fackler |
httpclient: update to 938f2107d6e2 of httpplus
|
Thu, 31 Dec 2015 15:39:38 +0000 |
timeless |
histedit: remove unused variable state
|
Wed, 23 Dec 2015 12:51:45 -0800 |
Siddharth Agarwal |
filemerge: default change/delete conflicts to 'leave unresolved' (BC)
|
Wed, 23 Dec 2015 12:41:20 -0800 |
Siddharth Agarwal |
tests: explicitly request changed version in test-rebase-newancestor.t
|
Wed, 23 Dec 2015 12:41:20 -0800 |
Siddharth Agarwal |
tests: explicitly request changed version in c/d conflict in test-commit-amend.t
|
Wed, 23 Dec 2015 12:41:20 -0800 |
Siddharth Agarwal |
test-copy-move-merge.t: explicitly request changed version
|
Sat, 26 Dec 2015 19:40:38 -0800 |
Laurent Charignon |
match: add option to return line and lineno from readpattern
|
Wed, 23 Dec 2015 11:52:54 -0800 |
Laurent Charignon |
dirstate: extract logic to compute the list of ignorefiles
|
Wed, 23 Dec 2015 13:16:03 -0800 |
Laurent Charignon |
dirstate: call the C implementation of nonnonormalentries when available
|
Mon, 21 Dec 2015 16:27:16 -0800 |
Laurent Charignon |
dirstate: add a C implementation for nonnormalentries
|
Mon, 21 Dec 2015 16:26:44 -0800 |
Laurent Charignon |
dirstate: add test for non-normal set consistency
|
Fri, 01 Jan 2016 23:40:54 +0100 |
Laurent Charignon |
dirstate: add code to update the non-normal set
|
Wed, 23 Dec 2015 13:13:22 -0800 |
Laurent Charignon |
dirstate: attach the nonnormalset to a propertycache
|
Mon, 21 Dec 2015 16:22:43 -0800 |
Laurent Charignon |
dirstate: add a function to compute non-normal entries from the dmap
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to mark a predicate as safe
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
registrar: add delayregistrar class to register function in extensions
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to register a function as revset predicate
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
registrar: add funcregistrar class to register function for specific purpose
|
Wed, 30 Dec 2015 17:15:10 -0700 |
Gregory Szorc |
hgweb: support rendering a sub-topic
|
Wed, 30 Dec 2015 17:34:51 -0700 |
Gregory Szorc |
hgweb: support rendering sub-topic indexes
|
Wed, 30 Dec 2015 17:26:33 -0700 |
Gregory Szorc |
templates: support linking to main help page
|
Wed, 30 Dec 2015 17:01:28 -0700 |
Gregory Szorc |
templates: differentiate between partial and full topic name
|
Wed, 30 Dec 2015 17:12:59 -0700 |
Gregory Szorc |
templates: make earlycommands and othercommands optional
|
Tue, 29 Dec 2015 15:32:12 -0800 |
Laurent Charignon |
rebase: better error message when rebased changes are all in destination
|
Wed, 30 Dec 2015 13:10:53 -0800 |
Eric Sumner |
lrucachedict: add copy method
|
Sat, 02 Jan 2016 02:04:32 +0100 |
Matt Mackall |
Added signature for changeset ea389970c084
stable
|
Sat, 02 Jan 2016 02:04:26 +0100 |
Matt Mackall |
Added tag 3.6.3 for changeset ea389970c084
stable
|
Sat, 02 Jan 2016 01:49:18 +0100 |
Matt Mackall |
merge with i18n
stable 3.6.3
|
Fri, 01 Jan 2016 12:21:11 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with ca8ada499529
stable
|
Mon, 28 Dec 2015 22:51:37 -0800 |
Siddharth Agarwal |
merge: while checking for unknown files don't follow symlinks (issue5027)
stable
|
Thu, 31 Dec 2015 09:55:56 +0100 |
Matt Mackall |
merge with stable
|
Tue, 22 Dec 2015 11:05:56 +0000 |
timeless |
tests: add test-check-execute.t
|
Wed, 23 Dec 2015 19:07:34 +0000 |
timeless |
parents: correct help revset replacements
|
Mon, 28 Dec 2015 16:01:31 +0000 |
timeless |
run-tests: avoid double counting server fails
|
Mon, 14 Dec 2015 23:50:02 +0900 |
Yuya Nishihara |
commandserver: reset state of progress bar per command
|
Mon, 14 Dec 2015 23:13:42 +0900 |
Yuya Nishihara |
commandserver: do not set nontty flag if channel is replaced by a real file
|
Tue, 22 Dec 2015 08:00:03 +0000 |
timeless |
run-tests: report missing feature for skipped tests
|
Sat, 26 Dec 2015 16:06:12 +0900 |
Yuya Nishihara |
paths: do not process default-push as pushurl of default path (issue5000)
|
Sat, 26 Dec 2015 16:12:28 +0900 |
Yuya Nishihara |
push: specify default-push and default as fallback paths
|
Sat, 26 Dec 2015 16:10:39 +0900 |
Yuya Nishihara |
paths: make getpath() accept multiple defaults
|
Thu, 24 Dec 2015 19:32:14 +0000 |
timeless |
check-code: improve test-check-code error diffs
|
Thu, 24 Dec 2015 10:16:30 -0800 |
Gregory Szorc |
destutil: use scmutil.revrange for desthistedit (issue5001)
|
Fri, 18 Dec 2015 13:53:50 -0600 |
Matt Mackall |
pull: make a single call to obsstore.add (issue5006)
|
Sun, 27 Dec 2015 15:24:48 -0800 |
Danek Duvall |
tests: Solaris diff -U also emits "No differences encountered"
|
Tue, 29 Dec 2015 18:11:14 -0500 |
Augie Fackler |
test-glog: avoid check-code violation after next patch
|
Sat, 26 Dec 2015 15:18:16 +0900 |
Yuya Nishihara |
push: restore old behavior of default-push (issue5000)
stable
|
Tue, 29 Dec 2015 00:48:03 +0900 |
Yoshinari Takaoka |
hgweb: fixed invalid atom-log feed url in file log page
|
Tue, 29 Dec 2015 10:21:39 -0800 |
Laurent Charignon |
repair: improves documentation of strip regarding locks
|
Tue, 29 Dec 2015 15:02:13 +0000 |
timeless |
help: remove stray double spaces from config help
|
Tue, 29 Dec 2015 15:00:04 +0000 |
timeless |
help: clarify that the config hook priority prefix includes a period
|
Tue, 29 Dec 2015 01:40:34 +0800 |
Anton Shestakov |
monoblue: correct feed links on /branches, /tags and /bookmarks
|
Tue, 29 Dec 2015 18:17:29 +0800 |
Anton Shestakov |
gitweb: describe feed type in links on /branches, /tags and /bookmarks
|
Tue, 29 Dec 2015 18:16:09 +0800 |
Anton Shestakov |
gitweb: link to the correct feeds from help pages
|
Wed, 23 Dec 2015 23:51:29 +0000 |
timeless |
histedit: handle exceptions from node.bin in fromrule
|
Wed, 23 Dec 2015 23:23:28 +0000 |
timeless |
histedit: limit cleanup of histedit-last-edit.txt to success
|
Sun, 27 Dec 2015 03:33:09 +0000 |
timeless |
histedit: use parse-error exception for parsing
|
Fri, 11 Dec 2015 07:08:36 +0000 |
timeless |
test-histedit-edit: test histedit with dirty repo
|
Fri, 11 Dec 2015 07:08:09 +0000 |
timeless |
histedit: limit mentioning histedit-last-edit.txt
|