Thu, 20 Sep 2018 17:27:01 -0700 Matt Harbison lfs: autoload the extension when cloning from repo with lfs enabled
Tue, 16 Oct 2018 16:24:46 +0200 Gregory Szorc testing: switch to inserting deltas
Tue, 16 Oct 2018 15:24:06 +0200 Gregory Szorc testing: remove expectation of error on bad node insert
Tue, 16 Oct 2018 17:45:39 +0200 Gregory Szorc storageutil: convert fileid to bytes to avoid cast to %s
Tue, 16 Oct 2018 17:48:28 +0200 Gregory Szorc tests: use byte literals in test-storage.py
Tue, 16 Oct 2018 07:19:38 +0200 Yuya Nishihara py3: byte-stringify literals in test-keyword.t
Tue, 16 Oct 2018 07:18:30 +0200 Yuya Nishihara py3: flush std streams before/after running user code in heredoctest.py
Tue, 16 Oct 2018 08:06:17 +0200 Yuya Nishihara py3: rewrite StringIO fallback for Python 3
Tue, 16 Oct 2018 07:04:07 +0200 Yuya Nishihara py3: reinvent print() function for contrib/hgclient.py
Tue, 16 Oct 2018 07:08:12 +0200 Yuya Nishihara py3: work around unicode stdio streams in contrib/hgclient.py
Tue, 16 Oct 2018 07:00:41 +0200 Yuya Nishihara py3: convert string literals to bytes in contrib/hgclient.py
Tue, 16 Oct 2018 08:16:11 -0400 Augie Fackler merge with stable
Fri, 31 Aug 2018 19:58:41 +0100 Martijn Pieters branchmap: remove redundant sort
Thu, 11 Oct 2018 03:15:04 +0200 Boris Feld revset: drop special case of 'revset(...)' function in analyze
Thu, 11 Oct 2018 03:13:53 +0200 Boris Feld revset: document the `revset(...)` syntax
Tue, 16 Oct 2018 12:39:21 +0200 Yuya Nishihara check-commit: update test expectation per removal of "double empty line" rule
Sun, 14 Oct 2018 15:40:16 +0200 Martijn Pieters style: drop requirement to only use single lines between top-level objects
Sun, 14 Oct 2018 13:05:53 -0400 Matt Harbison py3: byteify extension in test-relink.t
Sat, 13 Oct 2018 04:20:22 -0400 Augie Fackler f: fix a Python 3 bytes/string issue
Sun, 14 Oct 2018 08:55:30 -0400 Augie Fackler tests: use regex instead of Python versions for archive hash changes
Sun, 14 Oct 2018 05:29:00 -0400 Augie Fackler notify: a ton of encoding dancing to deal with the email module
Sun, 14 Oct 2018 11:06:21 -0400 Augie Fackler tests: add missing b prefix in test-context-metadata.t
Sun, 14 Oct 2018 11:05:41 -0400 Augie Fackler context: raise runtime errors with sysstrs
Mon, 15 Oct 2018 11:16:12 +0200 Georges Racinet rust: rustfmt config for hg-direct-ffi
Mon, 08 Oct 2018 19:11:41 +0200 Georges Racinet rust: rustlazyancestors.__contains__
Sun, 14 Oct 2018 01:39:22 -0400 Matt Harbison help: fix a missing quote character in ui.tweakdefaults
Thu, 27 Sep 2018 16:55:44 +0200 Georges Racinet rust: hooking into Python code
Sun, 14 Oct 2018 14:10:38 +0000 Mark Thomas py3: fix test-propertycache.py
Sun, 14 Oct 2018 14:02:32 +0000 Mark Thomas py3: fix test-dirstate-race.t
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Fri, 12 Oct 2018 18:06:32 +0200 Rodrigo Damazio help: assigning topic categories
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Fri, 12 Oct 2018 17:57:36 +0200 Rodrigo Damazio help: splitting the topics by category
Sat, 13 Oct 2018 05:03:50 -0700 rdamazio help: adding support for command categories
Sun, 14 Oct 2018 13:35:47 +0200 Yuya Nishihara notify: just use email.errors
Sat, 06 Oct 2018 21:13:59 +0900 Yuya Nishihara rust-chg: add struct holding information needed to spawn server process
Sun, 07 Oct 2018 11:32:42 +0900 Yuya Nishihara rust-chg: install logger if $CHGDEBUG is set
Sat, 06 Oct 2018 20:07:11 +0900 Yuya Nishihara rust-chg: depend on log and tokio_timer
Sun, 07 Oct 2018 20:55:51 +0900 Yuya Nishihara rust-chg: suppress panic while writing chg error to stderr
Sun, 14 Oct 2018 04:37:25 -0400 Augie Fackler logcmdutil: add a helpful assertion to catch mistyped templates early
Sun, 14 Oct 2018 05:28:01 -0400 Augie Fackler notify: adapt to new location of email module's errors
Sun, 14 Oct 2018 04:33:47 -0400 Augie Fackler notify: add some b prefixes
Sun, 14 Oct 2018 09:24:36 +0000 Mark Thomas py3: fix test-diff-color.t
Sun, 14 Oct 2018 09:07:43 +0000 Mark Thomas py3: fix test-revlog.t
Sun, 14 Oct 2018 04:11:35 -0400 Augie Fackler fuzz: try *even harder* to prevent Python from looking up usernames
Sun, 14 Oct 2018 03:42:43 -0400 Connor Sheehan wireproto: fix incorrect function name in docstring
Sat, 13 Oct 2018 15:32:52 +0000 Mark Thomas py3: fix test-status.t
Sun, 14 Oct 2018 07:25:01 +0200 Yuya Nishihara formatter: make debug output prettier
Sun, 14 Oct 2018 07:23:02 +0200 Yuya Nishihara stringutil: allow to specify initial indent level of pprint()
Sun, 14 Oct 2018 07:18:19 +0200 Yuya Nishihara stringutil: make level parameter of pprintgen() 0-origin
Sun, 14 Oct 2018 06:51:19 +0200 Yuya Nishihara formatter: use stringutil.pprint() in debug output to drop b''
Thu, 27 Sep 2018 16:56:15 +0200 Georges Racinet rust: exposing in parsers module
Thu, 27 Sep 2018 16:51:36 +0200 Georges Racinet rust: iterator bindings to C code
Thu, 27 Sep 2018 17:03:16 +0200 Georges Racinet rust: pure Rust lazyancestors iterator
Sat, 13 Oct 2018 23:08:29 -0400 Matt Harbison run-tests: restore quoting the python executable for running *.py tests
Sat, 13 Oct 2018 19:49:33 -0400 Matt Harbison tests: replace `cd ..` with an absolute path in a couple ssh tests
Thu, 04 Oct 2018 00:17:26 -0400 Matt Harbison lfs: register the flag processors per repository
Tue, 09 Oct 2018 21:53:21 -0400 Matt Harbison revlog: allow flag processors to be applied via store options
Fri, 12 Oct 2018 17:34:45 -0400 Matt Harbison py3: use str to query registry values on Windows
Sat, 13 Oct 2018 16:57:28 +0200 Yuya Nishihara py3: convert "usage" literal to bytes
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip