Tue, 22 Dec 2015 23:25:17 +0000 |
timeless |
histedit: hide --outgoing warnings
|
Wed, 23 Dec 2015 08:57:04 +0000 |
timeless |
histedit: list action when intervention is required
|
Wed, 23 Dec 2015 08:52:52 +0000 |
timeless |
error: make InterventionRequired take a hint
|
Thu, 24 Dec 2015 20:41:17 +0000 |
timeless |
histedit: hook afterresolvedstates
|
Thu, 24 Dec 2015 20:41:40 +0000 |
timeless |
rebase: hook afterresolvedstates
|
Thu, 24 Dec 2015 20:46:06 +0000 |
timeless |
graft: hook afterresolvedstates
|
Thu, 24 Dec 2015 19:25:44 +0000 |
timeless |
resolve: suggest the next action
|
Mon, 04 Jan 2016 21:52:44 -0800 |
Bryan O'Sullivan |
dispatch: report similar names consistently
|
Mon, 04 Jan 2016 16:14:04 -0800 |
Durham Goode |
cmdutil: pass node instead of ctx to diffordiffstat
|
Sun, 27 Dec 2015 23:37:14 +0900 |
Yuya Nishihara |
import-checker: list package directory as stdlib module
|
Sun, 27 Dec 2015 23:48:19 +0900 |
Yuya Nishihara |
import-checker: normalize directory separator to get module name on Windows
|
Sat, 02 Jan 2016 11:47:07 -0800 |
Gregory Szorc |
mail: use print function
|
Sat, 02 Jan 2016 11:45:29 -0800 |
Gregory Szorc |
lsprofcalltree: use print function
|
Sat, 02 Jan 2016 11:40:53 -0800 |
Gregory Szorc |
lsprof: use print function
|
Sun, 21 Jun 2015 23:14:54 -0700 |
Gregory Szorc |
keepalive: use print function
|
Sun, 21 Jun 2015 21:45:41 -0700 |
Gregory Szorc |
dispatch: use print function
|
Fri, 01 Jan 2016 16:59:13 +0000 |
timeless |
help: include section heading if section depth changes
|
Wed, 30 Dec 2015 21:07:51 +0000 |
timeless |
import: refactor nocommit and importbranch handling
|
Wed, 30 Dec 2015 21:06:31 +0000 |
timeless |
import: refactor date and user handling
|
Wed, 30 Dec 2015 21:05:42 +0000 |
timeless |
import: limit scope of msg in tryimportone
|
Sat, 02 Jan 2016 02:13:56 +0100 |
Matt Mackall |
merge with stable
|
Thu, 31 Dec 2015 13:45:48 -0500 |
Augie Fackler |
lazymanifest: check error return in filter
|
Thu, 31 Dec 2015 13:44:59 -0500 |
Augie Fackler |
lazymanifest: add missing closing parenthesis in comment
|
Wed, 30 Dec 2015 17:10:56 +0000 |
timeless |
help: rename the Format section to Structure
|
Wed, 30 Dec 2015 17:04:08 +0000 |
timeless |
help: refactor version/defaults from format section
|
Wed, 30 Dec 2015 17:06:11 +0000 |
timeless |
help: sort format section from newest to oldest
|
Wed, 30 Dec 2015 04:04:51 +0000 |
timeless |
histedit: fix comment in newnodestoabort
|
Wed, 30 Dec 2015 04:02:04 +0000 |
timeless |
histedit: fix comment in applychanges
|
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
|