Mercurial > hg
graph
-
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
-
perf: start from an existing branchmap if possibleWed, 21 Nov 2018 21:11:47 +0000, by Boris Feld
-
perf: rely on repoview for perfbranchmapupdateWed, 21 Nov 2018 20:35:22 +0000, by Boris Feld
-
perf: pre-indent some code in `perfbranchmapupdate`Wed, 21 Nov 2018 22:56:06 +0100, by Boris Feld
-
perf: add a `perfbranchmapupdate` commandWed, 21 Nov 2018 12:02:25 +0000, by Boris Feld
-
push: config option to control behavior when pushing to a publishing serverMon, 05 Nov 2018 13:52:19 +0800, by Anton Shestakov
-
narrowcommands: remove an unrequired `repo.narrowpats` callFri, 30 Nov 2018 17:42:55 +0300, by Pulkit Goyal
-
manifest: reject lines shorter than 42 bytes, not 22Thu, 29 Nov 2018 16:44:01 -0500, by Augie Fackler
-
blackbox: initialize logger with repo instanceSun, 11 Nov 2018 20:05:38 +0900, by Yuya Nishihara
-
blackbox: do not nullify repo to deactivate the logger on failureSat, 17 Nov 2018 20:56:25 +0900, by Yuya Nishihara
-
blackbox: extract global last logger to proxylogger classSun, 11 Nov 2018 20:02:34 +0900, by Yuya Nishihara
-
ui: pass in bytes opts dict to logger.log()Sun, 11 Nov 2018 19:36:21 +0900, by Yuya Nishihara
-
ui: pass in formatted message to logger.log()Sun, 11 Nov 2018 19:35:33 +0900, by Yuya Nishihara
-
blackbox: send debug message to logger by core uiSun, 11 Nov 2018 17:34:46 +0900, by Yuya Nishihara
-
blackbox: change the way of deactivating the logger on write errorSat, 17 Nov 2018 20:23:50 +0900, by Yuya Nishihara
-
match: remove obsolete catching of OverflowErrorWed, 28 Nov 2018 10:12:50 -0800, by Martin von Zweigbergk
-
sparse: raise a move verbose index error from the C codeTue, 27 Nov 2018 02:10:14 +0100, by Boris Feld
-
narrow: drop the bundle2 capability since we have server capabilities (BC)Fri, 05 Oct 2018 23:10:56 +0300, by Pulkit Goyal
-
vfs: extract the audit path logic into a submethodSun, 02 Jul 2017 04:06:24 +0200, by Boris Feld
-
subrepo-git: use an official origvfs when appropriateThu, 22 Nov 2018 20:01:28 +0100, by Boris Feld
-
revert: extract origvfs logic in a sub-functionThu, 22 Nov 2018 19:26:05 +0100, by Boris Feld
-
vfs: treat 'undo.' file the same as 'journal.' fileThu, 22 Nov 2018 18:44:07 +0100, by Boris Feld
-
perf: add a perfignore commandThu, 22 Nov 2018 21:00:13 +0100, by Boris Feld
-
py3: use pycompat.xrange instead of xrangeMon, 26 Nov 2018 15:36:06 +0300, by Pulkit Goyal
-
store: write fncache only once if there are both adds and removesTue, 27 Nov 2018 16:16:13 +0300, by Pulkit Goyal
-
perf: disable revlogs clearing in `perftags` by defaultTue, 20 Nov 2018 17:44:24 +0000, by Boris Feld
-
perf: add a `clear-revlogs` flag to `perfbookmarks`Tue, 20 Nov 2018 10:55:20 +0000, by Boris Feld
-
tags: cache `repo.changelog` access when checking tags nodesTue, 20 Nov 2018 10:38:15 +0000, by Boris Feld
-
perf: add a `clear-revlogs` flag to `perftags`Tue, 20 Nov 2018 10:46:20 +0000, by Boris Feld
-
perf: stop creating new revlog by hand in perftagsSun, 25 Nov 2018 13:37:53 +0100, by Boris Feld
-
revlog: update the documentation for `trim_endidx`Mon, 26 Nov 2018 00:23:12 +0100, by Boris Feld