Mercurial > hg
graph
-
tests: stabilize test-inherit-mode.t on FreeBSD and macOS againTue, 04 Dec 2018 17:34:10 -0500, by Augie Fackler
-
tests: drop redundant "#if execbit" from test-rebase-inmemory.tTue, 04 Dec 2018 08:50:33 -0800, by Martin von Zweigbergk
-
narrow: don't resurrect old commits when narrowing (don't strip obsmarkers)Mon, 03 Dec 2018 16:56:09 -0800, by Martin von Zweigbergk
-
commandserver: turn server debug messages into logsSun, 18 Nov 2018 19:55:53 +0900, by Yuya Nishihara
-
commandserver: add config knob for various logging optionsSun, 18 Nov 2018 19:47:04 +0900, by Yuya Nishihara
-
commandserver: expand log path for convenienceSat, 10 Nov 2018 19:27:47 +0900, by Yuya Nishihara
-
commandserver: switch logging facility to ui.log() interfaceSat, 10 Nov 2018 19:09:37 +0900, by Yuya Nishihara
-
commandserver: install logger to record server events through canonical APISat, 10 Nov 2018 19:00:17 +0900, by Yuya Nishihara
-
commandserver: enable logging when server process startedSat, 10 Nov 2018 18:19:34 +0900, by Yuya Nishihara
-
test-commandserver: change way of triggering early crashSat, 10 Nov 2018 18:16:33 +0900, by Yuya Nishihara
-
loggingutil: add basic logger backendsSun, 18 Nov 2018 18:58:06 +0900, by Yuya Nishihara
-
hgweb: register web.comparisoncontext to the config table stableSun, 09 Dec 2018 23:48:50 -0500, by Matt Harbison
-
merge with stableTue, 04 Dec 2018 17:13:01 -0500, by Augie Fackler
-
rebase: fix path auditing to audit path relative to repo root (issue5818) stable 4.8.1Tue, 20 Nov 2018 14:43:27 -0800, by Martin von Zweigbergk
-
tests: show bad path auditing in in-memory rebase stableTue, 04 Dec 2018 08:56:43 -0800, by Martin von Zweigbergk
-
tests: add a missing "cd .." to test-rebase-inmemory.t stableTue, 04 Dec 2018 08:55:48 -0800, by Martin von Zweigbergk
-
rust: fix possible out-of-bounds read through index_get_parents() stableSun, 28 Oct 2018 21:29:04 +0900, by Yuya Nishihara
-
revlog: fix out-of-bounds access by negative parents read from revlog (SEC) stableThu, 01 Nov 2018 20:32:59 +0900, by Yuya Nishihara
-
rust: peek_mut optim for lazy ancestorsThu, 29 Nov 2018 09:13:13 +0000, by Georges Racinet
-
fuzz: grep away HAVE_GETC_UNLOCKED in pyconfig.h to avoid msan badnessMon, 03 Dec 2018 18:07:09 -0500, by Augie Fackler
-
fuzz: more correctly specify CFLAGS and LDFLAGS when building PythonTue, 13 Nov 2018 09:19:05 -0500, by Augie Fackler
-
tests: stabilize test-blackbox.t on WindowsTue, 04 Dec 2018 00:19:33 -0500, by Matt Harbison
-
tests: stabilize for recent wcache changesTue, 04 Dec 2018 00:16:12 -0500, by Matt Harbison
-
extdiff: avoid double backslashes in the displayed tool path on WindowsMon, 03 Dec 2018 12:48:42 -0500, by Matt Harbison
-
contrib: add a helper script that help to build interesting repositoriesWed, 28 Nov 2018 05:06:58 +0100, by Boris Feld
-
py3: listify filter() to call len() on itMon, 03 Dec 2018 19:42:46 +0300, by Pulkit Goyal
-
rebase: fix dir/file conflict detection when using in-mem merge stableMon, 03 Dec 2018 11:14:44 -0800, by Martin von Zweigbergk
-
tests: show that in-mem rebase does not find path dir/file conflicts stableMon, 03 Dec 2018 11:11:34 -0800, by Martin von Zweigbergk
-
extdiff: register the configuration generated commands with a help category stableMon, 03 Dec 2018 20:59:48 -0500, by Matt Harbison
-
loggingutil: document openlogfile()Sun, 18 Nov 2018 18:35:31 +0900, by Yuya Nishihara
-
loggingutil: extract openlogfile() and proxylogger to new moduleSun, 18 Nov 2018 18:25:37 +0900, by Yuya Nishihara
-
blackbox: pass in options to _openlogfile() as argumentsSun, 18 Nov 2018 18:21:39 +0900, by Yuya Nishihara
-
blackbox: just try writing to repo.vfs and update lastlogger on successSat, 17 Nov 2018 22:10:27 +0900, by Yuya Nishihara
-
vfs: add option to not create parent directories implicitlyTue, 20 Nov 2018 22:31:12 +0900, by Yuya Nishihara
-
repo: add a `wcachevfs` to access the `.hg/wcache/` directoryThu, 15 Nov 2018 02:55:33 +0100, by Boris Feld
-
cache: create `wcache` directory at init timeThu, 15 Nov 2018 02:46:31 +0100, by Boris Feld
-
cache: create `cache` directory at init timeThu, 15 Nov 2018 02:38:55 +0100, by Boris Feld
-
check-exec: write file in 'wcache' instead of 'cache'Thu, 15 Nov 2018 17:08:23 +0100, by Boris Feld
-
rebase: abort in-mem rebase if there's a dirty merge state stableMon, 03 Dec 2018 09:36:40 -0800, by Martin von Zweigbergk
-
rebase: preserve working copy when redoing in-mem rebase on disk stableFri, 30 Nov 2018 16:21:37 -0800, by Martin von Zweigbergk
-
tests: show that in-mem rebase falling back loses state stableFri, 30 Nov 2018 15:08:43 -0800, by Martin von Zweigbergk
-
commandserver: get around ETIMEDOUT raised by selectors2 stableMon, 03 Dec 2018 21:45:15 +0900, by Yuya Nishihara
-
selectors2: backport minimal fix of timeout handling from 2.0.1 stableMon, 03 Dec 2018 21:31:19 +0900, by Yuya Nishihara
-
mmapindex: set default to 1MBFri, 23 Nov 2018 06:09:44 +0100, by Boris Feld
-
mmapindex: move the 'mmapindexthreshold' option out of experimentalFri, 23 Nov 2018 06:07:33 +0100, by Boris Feld
-
perf: add a --rev attribute to perfindexSat, 01 Dec 2018 15:57:27 +0100, by Boris Feld
-
perf: update perfindex to be more realisticFri, 23 Nov 2018 06:03:38 +0100, by Boris Feld
-
match: drop unnecessary wrapping of regex in groupSun, 02 Dec 2018 13:09:46 -0800, by Martin von Zweigbergk
-
match: use _BASE_SIZE instead of magic value 4Sun, 02 Dec 2018 13:45:20 -0800, by Martin von Zweigbergk
-
match: make "groupsize" include the trailing "|"Sun, 02 Dec 2018 13:44:49 -0800, by Martin von Zweigbergk
-
match: fix an unaligned (but harmless) indentSun, 02 Dec 2018 13:09:43 -0800, by Martin von Zweigbergk
-
match: raise an Abort error instead of OverflowErrorThu, 22 Nov 2018 17:41:10 +0100, by Boris Feld
-
match: avoid translating glob to matcher multiple times for large setsThu, 22 Nov 2018 21:02:02 +0100, by Boris Feld
-
match: extract function that group regexpsThu, 22 Nov 2018 17:25:49 +0100, by Boris Feld
-
match: test for overflow error in patternThu, 22 Nov 2018 17:16:05 +0100, by Boris Feld
-
match: extract a literal constant into a symbolic oneThu, 22 Nov 2018 17:20:32 +0100, by Boris Feld
-
tests: apply binary mode to output in seq.pySat, 01 Dec 2018 21:42:48 -0500, by Matt Harbison
-
perf: add a `--clear-caches` to `perfbranchmapupdate`Fri, 23 Nov 2018 01:09:37 +0100, by Boris Feld