Tue, 13 Nov 2018 12:32:05 -0800 |
Gregory Szorc |
revlog: automatically read from opened file handles
|
Tue, 13 Nov 2018 12:30:59 -0800 |
Gregory Szorc |
revlog: detect incomplete revlog reads
|
Tue, 30 Oct 2018 16:50:05 -0700 |
Gregory Szorc |
revlog: use single file handle when de-inlining revlog
|
Tue, 13 Nov 2018 18:44:09 +0300 |
Pulkit Goyal |
store: raise ProgrammingError if unable to decode a storage path
|
Tue, 13 Nov 2018 23:54:23 -0500 |
Matt Harbison |
tests: document a known failing interaction between narrow and lfs
|
Sun, 11 Nov 2018 12:55:58 +0900 |
Yuya Nishihara |
logtoprocess: drop support for ui.log() call with invalid msg arguments (BC)
|
Sun, 11 Nov 2018 12:35:38 +0900 |
Yuya Nishihara |
py3: byte-stringify inline extension in test-logtoprocess.t
|
Sun, 11 Nov 2018 12:33:14 +0900 |
Yuya Nishihara |
logtoprocess: rewrite dict building in py3-compatible way
|
Sun, 11 Nov 2018 12:27:23 +0900 |
Yuya Nishihara |
logtoprocess: leverage procutil.shellenviron() to stringify variables (BC)
|
Tue, 13 Nov 2018 22:15:30 +0900 |
Yuya Nishihara |
templater: check invalid use of list expression properly (issue5920)
|
Wed, 14 Nov 2018 15:06:21 +0800 |
Anton Shestakov |
copystore: provide unit to ui.makeprogress()
stable
|
Wed, 14 Nov 2018 15:07:02 +0800 |
Anton Shestakov |
verify: provide unit to ui.makeprogress()
stable
|
Tue, 13 Nov 2018 19:47:48 -0500 |
Augie Fackler |
tests: fix wireproto redirection test on systems without tls1.2
stable
|
Tue, 13 Nov 2018 18:08:55 +0300 |
Pulkit Goyal |
py3: add b suffix to make sure file is opened in bytes mode
|
Tue, 13 Nov 2018 18:08:17 +0300 |
Pulkit Goyal |
py3: don't use dict.iterkeys()
|
Tue, 13 Nov 2018 18:07:21 +0300 |
Pulkit Goyal |
py3: use node.hex(h.digest()) instead of h.hexdigest()
|
Tue, 13 Nov 2018 17:41:54 +0300 |
Pulkit Goyal |
py3: make second argument of fdopen() a str
|
Tue, 13 Nov 2018 17:41:26 +0300 |
Pulkit Goyal |
py3: fix keyword arguments handling in hgext/remotefilelog/
|
Sat, 13 Oct 2018 05:09:18 +0300 |
Pulkit Goyal |
py3: add __pycache__ to .hgignore
|
Thu, 08 Nov 2018 16:07:16 +0100 |
Boris Feld |
sparse-revlog: stop using a heap to track selected gap
|
Thu, 08 Nov 2018 16:01:30 +0100 |
Boris Feld |
sparse-revlog: stop using a heap to track gaps
|
Thu, 08 Nov 2018 15:29:58 +0100 |
Boris Feld |
sparse-revlog: fast-path before computing payload size
|
Tue, 16 Oct 2018 14:46:28 +0200 |
Boris Feld |
sparse-revlog: drop unused deltainfo parameter from segmentspan
|
Tue, 16 Oct 2018 14:43:51 +0200 |
Boris Feld |
sparse-revlog: drop unused deltainfo parameter from _slicechunktodensity
|
Mon, 15 Oct 2018 15:45:08 +0200 |
Boris Feld |
sparse-revlog: skip the span check in the sparse-revlog case
|
Wed, 17 Oct 2018 17:15:42 -0400 |
Augie Fackler |
histedit: import chistedit curses UI from hg-experimental
|
Mon, 12 Nov 2018 20:32:58 -0500 |
Augie Fackler |
manifest: perform cheap checks before potentially allocating memory
|
Mon, 12 Nov 2018 20:31:57 -0500 |
Augie Fackler |
manifest: also reject obviously-too-short lines when parsing lines
|
Mon, 12 Nov 2018 20:35:22 -0500 |
Augie Fackler |
manifest: make sure there's a filename before bothering to look for newline
|
Tue, 06 Nov 2018 11:12:56 -0500 |
Augie Fackler |
revlog: replace PyInt_AS_LONG with a more portable helper function
|