log

age author description
Thu, 09 Feb 2017 09:17:40 -0800 Martin von Zweigbergk update: clarify update() call sites by specifying argument names
Thu, 18 Oct 2018 10:11:08 -0700 Martin von Zweigbergk debugcommands: avoid stack trace from debugindexstats in pure mode
Thu, 18 Oct 2018 11:24:20 -0400 Augie Fackler tests: fix up pure case of test-sqlitestore.t
Thu, 18 Oct 2018 11:14:04 -0400 Augie Fackler tests: don't emit false failures when sqlite3 is missing
Tue, 16 Oct 2018 08:48:23 +0200 Yuya Nishihara py3: get around IOError variants in test-commandserver.t
Tue, 16 Oct 2018 08:41:58 +0200 Yuya Nishihara py3: don't use traceback.print_exc() in commandserver.py
Tue, 16 Oct 2018 08:29:24 +0200 Yuya Nishihara py3: invalidate repository cache with system-string keys
Tue, 16 Oct 2018 08:20:03 +0200 Yuya Nishihara py3: system-stringify file mode in commandserver.py
Tue, 16 Oct 2018 07:57:40 +0200 Yuya Nishihara py3: alias next to __next__ in commandserver.py
Tue, 16 Oct 2018 07:57:05 +0200 Yuya Nishihara py3: system-stringify list of attributes to be forwarded from commandserver.py
Tue, 16 Oct 2018 07:52:56 +0200 Yuya Nishihara py3: import StringIO from test utility to test-commandserver.t
Tue, 16 Oct 2018 07:38:31 +0200 Yuya Nishihara py3: use bprint() helper in test-commandserver.t
Tue, 16 Oct 2018 07:35:29 +0200 Yuya Nishihara py3: byte-stringify most literals in test-commandserver.t
Sun, 14 Oct 2018 09:50:21 -0400 Augie Fackler localrepo: ensure we properly %-format int in exception throw
Thu, 18 Oct 2018 14:41:14 +0300 Pulkit Goyal py3: add a r'' prefix in mercurial/exchange.py
Thu, 18 Oct 2018 14:37:38 +0300 Pulkit Goyal py3: add 5 new passing tests to whitelist caught by buildbot
Wed, 17 Oct 2018 21:54:49 -0400 Matt Harbison py3: fix test-import-context.t
Mon, 15 Oct 2018 22:02:10 -0400 Matt Harbison py3: restore perfstartup() prior to b456b2e0ad9f on Windows
Wed, 17 Oct 2018 21:05:43 -0400 Matt Harbison help: document the server capabilities added by the LFS extension
Thu, 27 Sep 2018 21:54:13 -0400 Matt Harbison py3: fix test-propertycache.py on Windows
Wed, 17 Oct 2018 21:00:36 +0800 Anton Shestakov commands: adjust metavariables as appropriate
Sun, 14 Oct 2018 11:16:22 -0400 Augie Fackler match: fix up a repr to not crash on Python 3
Fri, 05 Oct 2018 11:07:34 -0700 Martin von Zweigbergk narrow: when widening, don't include manifests the client already has
Wed, 17 Oct 2018 09:30:07 -0700 Martin von Zweigbergk tests: add test for widening from an empty clone
Wed, 17 Oct 2018 11:43:39 -0700 Martin von Zweigbergk subrepo: access status members by name instead of by position
Tue, 16 Oct 2018 07:21:00 -0700 Kyle Lippincott revisions: when using prefixhexnode, ensure we prefix "0"
Wed, 03 Oct 2018 16:45:24 +0300 Pulkit Goyal store: pass matcher to store.datafiles()
Wed, 03 Oct 2018 17:59:05 +0300 Pulkit Goyal streamclone: pass narrowing related info in _walkstreamfiles()
Wed, 26 Sep 2018 17:20:04 +0300 Pulkit Goyal streamclone: new server config and some API changes for narrow stream clones
Wed, 10 Oct 2018 17:36:59 +0300 Pulkit Goyal narrow: only send the narrowspecs back if ACL in play