log

age author description
Tue, 02 Oct 2018 22:40:01 -0400 Matt Harbison setup: ignore message about disabling 3rd party extensions because of version
Tue, 02 Oct 2018 09:11:18 -0700 Martin von Zweigbergk narrow: avoid overwriting a variable
Thu, 27 Sep 2018 20:16:48 -0700 spectral treemanifests: remove _loadalllazy in _diff()
Tue, 02 Oct 2018 13:41:00 -0700 spectral treemanifests: skip extraneous check for item before calling _loadlazy
Tue, 02 Oct 2018 13:38:26 -0700 spectral treemanifests: make _loadchildrensetlazy just call _loadlazy
Tue, 02 Oct 2018 13:37:12 -0700 spectral treemanifests: make _loadlazy tolerate item not on _lazydirs
Wed, 08 Aug 2018 23:17:16 -0700 Martin von Zweigbergk debugcommands: add a debugindexstats command
Mon, 24 Sep 2018 19:23:50 +0900 Yuya Nishihara rust-chg: add main program
Mon, 24 Sep 2018 19:06:30 +0900 Yuya Nishihara rust-chg: add interface to chdir the server
Mon, 24 Sep 2018 18:57:54 +0900 Yuya Nishihara rust-chg: add Client extensions to run cHg-specific requests
Mon, 24 Sep 2018 18:33:46 +0900 Yuya Nishihara rust-chg: port basic socket path handling from cHg of C
Mon, 24 Sep 2018 18:21:10 +0900 Yuya Nishihara rust-chg: add state machine to handle "runcommand" request with cHg extension
Mon, 24 Sep 2018 18:18:35 +0900 Yuya Nishihara rust-chg: add callback to handle pager and shell command requests
Sat, 29 Sep 2018 21:59:07 +0900 Yuya Nishihara rust-chg: add low-level function to set pager fd blocking
Mon, 24 Sep 2018 16:59:12 +0900 Yuya Nishihara rust-chg: add future that handles "attachio" request
Mon, 24 Sep 2018 16:33:24 +0900 Yuya Nishihara rust-chg: add parser for request messages sent to "S" channel
Mon, 24 Sep 2018 16:22:03 +0900 Yuya Nishihara rust-chg: add wrapper around C function
Mon, 24 Sep 2018 16:14:35 +0900 Yuya Nishihara rust-chg: add function to send fds via domain socket
Mon, 24 Sep 2018 15:57:28 +0900 Yuya Nishihara rust-chg: update dependencies
Mon, 24 Sep 2018 15:54:18 +0900 Yuya Nishihara rust-chg: add project skeleton
Fri, 28 Sep 2018 12:56:57 -0700 Martin von Zweigbergk narrow: move copies overrides to core
Sun, 30 Sep 2018 18:45:16 +0300 Pulkit Goyal narrow: pass old includes and excludes to _widen()
Fri, 28 Sep 2018 23:53:09 +0300 Pulkit Goyal narrow: check for servers' narrow support before doing anything (BC)
Sun, 30 Sep 2018 18:59:27 +0300 Pulkit Goyal narrow: don't do the dirstate dance if ellipses is not enabled
Fri, 28 Sep 2018 19:21:24 +0300 Pulkit Goyal narrow: pass 'narrow_widen' as source while generating changegroup
Fri, 28 Sep 2018 19:18:17 +0300 Pulkit Goyal narrow: factor out logic to create cg while widening into separate fn
Mon, 01 Oct 2018 15:29:31 -0700 Martin von Zweigbergk narrow: avoid looking up dirstate again when editing dirstate
Wed, 26 Sep 2018 23:09:28 -0700 Martin von Zweigbergk repo: move unfiltered-repo optimization to workingctx
Wed, 26 Sep 2018 22:53:14 -0700 Martin von Zweigbergk context: move logic from changectx.__init__ to localrepo.__getitem__ (API)
Wed, 26 Sep 2018 22:44:51 -0700 Martin von Zweigbergk context: reduce dependence of changectx constructor