Mon, 20 Jul 2015 15:33:20 -0700 |
Danek Duvall |
tests: use egrep with regular expression branches for compatibility
stable
|
Mon, 20 Jul 2015 23:38:56 +0900 |
Yuya Nishihara |
parsers: silence warning of implicit integer conversion issued by clang
stable
|
Sun, 19 Jul 2015 15:27:28 +0900 |
Yuya Nishihara |
tests: disable test of buffer overflow in parsers.c if --pure
stable
|
Sun, 19 Jul 2015 18:11:18 +0200 |
Pascal Quantin |
win32: update Inno Setup script after the changes done in 95e042d77a5f
stable
|
Sat, 18 Jul 2015 17:33:59 -0500 |
Matt Mackall |
Added signature for changeset 96a38d44ba09
stable
|
Sat, 18 Jul 2015 17:33:55 -0500 |
Matt Mackall |
Added tag 3.5-rc for changeset 96a38d44ba09
stable
|
Sat, 18 Jul 2015 17:32:38 -0500 |
Matt Mackall |
merge with default for code freeze
stable 3.5-rc
|
Fri, 26 Jun 2015 18:45:29 -0500 |
Matt Mackall |
tests: add a check-config pass
|
Sat, 18 Jul 2015 14:18:31 -0500 |
Matt Mackall |
hgweb: document web.certificates option
|
Sat, 18 Jul 2015 14:17:46 -0500 |
Matt Mackall |
shelve: make maxbackup doc check-config friendly
|
Sat, 18 Jul 2015 14:17:17 -0500 |
Matt Mackall |
share: make option docs more check-config friendly
|
Sat, 18 Jul 2015 14:16:36 -0500 |
Matt Mackall |
perf: mark experimental option presleep
|
Sat, 18 Jul 2015 14:16:07 -0500 |
Matt Mackall |
check-config: don't continue prematurely
|
Thu, 25 Jun 2015 17:57:26 -0500 |
Matt Mackall |
subrepo: mark internal-only option
|
Thu, 25 Jun 2015 17:56:54 -0500 |
Matt Mackall |
progress: mark experimental option
|
Thu, 25 Jun 2015 17:56:26 -0500 |
Matt Mackall |
censor: mark experimental option
|
Thu, 25 Jun 2015 17:56:06 -0500 |
Matt Mackall |
bundle2: fix type of experimental option
|
Thu, 25 Jun 2015 17:54:55 -0500 |
Matt Mackall |
merge: make merge.preferancestor type and default consistent
|
Thu, 25 Jun 2015 17:53:16 -0500 |
Matt Mackall |
merge: mark ancient debugging option
|
Thu, 25 Jun 2015 17:52:20 -0500 |
Matt Mackall |
email: fix config default value inconsistency
|
Thu, 25 Jun 2015 17:51:32 -0500 |
Matt Mackall |
bookmarks: mark internal-only option
|
Thu, 25 Jun 2015 17:51:02 -0500 |
Matt Mackall |
commit: mark internal-only option
|
Thu, 25 Jun 2015 17:50:27 -0500 |
Matt Mackall |
localrepo: mark format options
|
Thu, 25 Jun 2015 17:49:11 -0500 |
Matt Mackall |
formatter: mark developer options
|
Thu, 25 Jun 2015 17:48:43 -0500 |
Matt Mackall |
http2: mark experimental and developer options
|
Thu, 25 Jun 2015 17:47:32 -0500 |
Matt Mackall |
bookmarks: mark internal-only config option
|
Thu, 25 Jun 2015 17:46:55 -0500 |
Matt Mackall |
filemerge: mark internal-only config option
|
Thu, 25 Jun 2015 17:46:29 -0500 |
Matt Mackall |
profiler: mark developer-only config option
|
Thu, 25 Jun 2015 17:45:49 -0500 |
Matt Mackall |
debugger: mark developer-only option
|
Thu, 25 Jun 2015 17:44:15 -0500 |
Matt Mackall |
commandserver: mark developer-only logging option
|
Thu, 25 Jun 2015 17:43:52 -0500 |
Matt Mackall |
generaldelta: mark experimental reordering option
|
Thu, 25 Jun 2015 17:43:24 -0500 |
Matt Mackall |
bundlerepo: mark internal-only config variable
|
Thu, 25 Jun 2015 17:42:45 -0500 |
Matt Mackall |
win32text: mark deprecated extension option deprecated
|
Thu, 25 Jun 2015 17:42:09 -0500 |
Matt Mackall |
transplant: mark some undocumented options deprecated
|
Thu, 25 Jun 2015 17:41:40 -0500 |
Matt Mackall |
mq: tweak config reading to make check-config happy
|
Fri, 17 Jul 2015 13:41:07 -0500 |
Matt Mackall |
patchbomb: make sure all users of smtp.verifycert agree on the default
|
Thu, 25 Jun 2015 17:38:14 -0500 |
Matt Mackall |
patchbomb: mark ancient option deprecated
|
Thu, 25 Jun 2015 17:37:35 -0500 |
Matt Mackall |
histedit: mark defaultrev option experimental
|
Sat, 18 Jul 2015 10:57:20 -0700 |
Gregory Szorc |
changegroup: compute seen files as changesets are added (issue4750)
|
Sat, 18 Jul 2015 10:29:37 -0700 |
Gregory Szorc |
revlog: add support for a callback whenever revisions are added
|
Fri, 17 Jul 2015 13:44:01 -0700 |
Laurent Charignon |
crecord: throws error instead of crashing for large diffs
|
Fri, 17 Jul 2015 13:41:17 -0700 |
Laurent Charignon |
crecord: add error reporting for failure in curses interface initialization
|
Sun, 05 Jul 2015 12:15:54 +0900 |
Yuya Nishihara |
revset: parse nullary ":" operator as "0:tip"
|
Mon, 06 Jul 2015 22:01:41 +0900 |
Yuya Nishihara |
parser: take suffix action if no infix action is defined
|
Mon, 06 Jul 2015 21:55:55 +0900 |
Yuya Nishihara |
parser: reorder infix/suffix handling to be similar to prefix/primary flow
|
Sun, 05 Jul 2015 12:09:27 +0900 |
Yuya Nishihara |
parser: resolve ambiguity where both prefix and primary actions are defined
|
Sun, 05 Jul 2015 12:02:13 +0900 |
Yuya Nishihara |
parser: separate actions for primary expression and prefix operator
|
Fri, 17 Jul 2015 15:53:56 +0200 |
Pierre-Yves David |
changelog: update read pending documentation
|
Sun, 15 Jul 2012 12:43:10 -0400 |
Matt Harbison |
extdiff: add support for subrepos
|
Wed, 11 Jul 2012 20:48:51 -0400 |
Matt Harbison |
extdiff: use archiver to take snapshots of committed revisions
|
Sat, 11 Jul 2015 23:26:33 -0400 |
Matt Harbison |
largefiles: allow the archiving of largefiles to be disabled
|
Thu, 16 Jul 2015 23:36:08 +0900 |
Yuya Nishihara |
parsers: fix buffer overflow by invalid parent revision read from revlog
|
Thu, 16 Jul 2015 11:12:15 -0700 |
Laurent Charignon |
histedit: mark temporary commits as obsolete when allowed to
|
Thu, 16 Jul 2015 11:17:37 -0700 |
Laurent Charignon |
histedit: minor refactoring of createmarkers check
|
Wed, 15 Jul 2015 20:39:23 -0700 |
Laurent Charignon |
crecord: fix issue when backgrounding editor would leave artefact
|
Fri, 17 Jul 2015 00:22:16 +0900 |
FUJIWARA Katsunori |
censor: make various path forms available like other Mercurial commands
|
Tue, 14 Jul 2015 14:40:56 +0100 |
Eugene Baranov |
convert: use 'default' for specifying branch name in branchmap (issue4753)
|
Sun, 05 Jul 2015 11:54:14 +0900 |
Yuya Nishihara |
parser: extract function that tests if next token may start new term
|
Sun, 05 Jul 2015 18:09:15 +0900 |
Yuya Nishihara |
parser: factor out function that parses right-hand side of prefix/infix ops
|
Sun, 05 Jul 2015 17:50:35 +0900 |
Yuya Nishihara |
parser: remove unused parameter 'pos' from _match()
|