Fri, 09 Feb 2018 12:48:12 +0100 Boris Feld tests: raise a better error when patterns are wrongly formatted
Sat, 27 Jan 2018 17:58:19 -0500 Matt Harbison lfs: add a fileset for detecting lfs files
Wed, 07 Feb 2018 23:42:48 -0500 Matt Harbison tests: stabilize ssh tests on Windows
Thu, 01 Feb 2018 08:54:48 -0800 Gregory Szorc wireprotoserver: rename abstractserverproto and improve docstring
Thu, 01 Feb 2018 16:11:54 -0800 Gregory Szorc wireprotoserver: document and improve the httplib workaround
Wed, 31 Jan 2018 17:34:45 -0800 Gregory Szorc wireprotoserver: move error response handling out of hgweb
Wed, 31 Jan 2018 16:43:46 -0800 Gregory Szorc hgweb: move call to protocol handler outside of try..except
Wed, 31 Jan 2018 16:21:43 -0800 Gregory Szorc wireprotoserver: move protocol parsing and dispatch out of hgweb
Thu, 01 Feb 2018 18:48:52 -0800 Gregory Szorc largefiles: register wire protocol commands with modern APIs
Tue, 30 Jan 2018 18:41:44 -0800 Gregory Szorc wireproto: function for testing if wire protocol command is available
Wed, 31 Jan 2018 14:05:11 -0800 Gregory Szorc wireproto: define and use types for wire protocol commands
Tue, 30 Jan 2018 15:21:59 -0800 Gregory Szorc wireproto: improve docstring for @wireprotocommand
Wed, 31 Jan 2018 10:06:39 -0800 Gregory Szorc wireproto: remove unnecessary exception trapping
Tue, 06 Feb 2018 11:31:25 -0800 Gregory Szorc sshpeer: implement peer for version 2 of wire protocol
Tue, 06 Feb 2018 10:57:56 -0800 Gregory Szorc sshpeer: rename sshpeer class to sshv1peer (API)
Tue, 06 Feb 2018 11:08:36 -0800 Gregory Szorc sshpeer: initial definition and implementation of new SSH protocol
Tue, 06 Feb 2018 10:51:15 -0800 Gregory Szorc internals: refactor wire protocol documentation
Mon, 05 Feb 2018 18:04:40 +0100 Boris Feld revlog: rename 'self.checkinlinesize' into '_enforceinlinesize'
Mon, 05 Feb 2018 17:57:29 +0100 Boris Feld revlog: add a _datareadfp context manager for data access needs
Mon, 05 Feb 2018 17:35:14 +0100 Boris Feld revlog: use context manager for data file lifetime in checksize
Mon, 05 Feb 2018 17:34:57 +0100 Boris Feld revlog: use context manager for index file lifetime in checkinlinesize
Mon, 05 Feb 2018 17:34:47 +0100 Boris Feld revlog: use context manager for data file lifetime in checkinlinesize
Mon, 05 Feb 2018 17:34:19 +0100 Boris Feld revlog: use context manager for index file life time in __init__
Mon, 05 Feb 2018 17:22:13 +0100 Boris Feld revlog: move index file opening in a method
Mon, 05 Feb 2018 17:03:56 +0100 Boris Feld revlog: move datafile opening in a method
Tue, 06 Feb 2018 12:25:11 +0100 Boris Feld parseindex: implement context manager method on the wrapper
Tue, 06 Feb 2018 11:52:37 +0100 Boris Feld parseindex: also forward keyword argument in a debug wrapper
Tue, 06 Feb 2018 11:51:39 +0100 Boris Feld dumprevlog: handle being passed a mode parameter
Tue, 06 Feb 2018 11:08:41 +0100 Boris Feld changelog: add the missing 'closed' property on 'appender' object
Mon, 05 Feb 2018 20:36:51 +0100 Boris Feld changelog: implement context manager method for 'appender' object
Sun, 04 Feb 2018 00:29:22 +0100 Joerg Sonnenberger diff: improve ui.write performance when not coloring on Windows
Tue, 06 Feb 2018 05:25:36 -0500 Augie Fackler hgsh: enable clang-format
Tue, 06 Feb 2018 05:24:28 -0500 Augie Fackler chg: enable clang-format on all .c and .h files
Wed, 07 Feb 2018 06:28:43 -0500 Augie Fackler python3: whitelist an additional 11 tests
Mon, 05 Feb 2018 20:48:51 +0900 Yuya Nishihara ui: add explicit path to write prompt text bypassing buffers
Mon, 05 Feb 2018 20:40:49 +0900 Yuya Nishihara ui: write prompt text in ui.prompt(), not in ui._readline()
Sun, 21 Jan 2018 14:00:56 +0900 Yuya Nishihara logcmdutil: mark changesetprinter.showpatch() as private
Sun, 21 Jan 2018 14:28:03 +0900 Yuya Nishihara logcmdutil: drop default arguments from changesetdisplayer/templater() calls
Sun, 21 Jan 2018 13:47:06 +0900 Yuya Nishihara logcmdutil: make default parameters of changesetprinters consistent
Sun, 04 Feb 2018 10:33:14 +0900 Yuya Nishihara mdiff: use str.startswith/endswith() instead of slicing
Sun, 04 Feb 2018 10:28:03 +0900 Yuya Nishihara patch: unify check_binary and binary flags
Tue, 06 Feb 2018 23:53:37 -0500 Matt Harbison fileset: don't abort when running copied() on a revision with a removed file stable
Wed, 07 Feb 2018 13:49:02 +0530 Pulkit Goyal py3: make sure we open the file in bytes mode
Wed, 07 Feb 2018 13:47:03 +0530 Pulkit Goyal py3: use bytes instead of str
Wed, 07 Feb 2018 13:34:51 +0530 Pulkit Goyal py3: add b'' prefixes to string literals in test files
Wed, 07 Feb 2018 13:21:06 +0530 Pulkit Goyal py3: use range instead of xrange
Wed, 07 Feb 2018 13:19:19 +0530 Pulkit Goyal py3: use open() instead of file()
Wed, 07 Feb 2018 13:17:19 +0530 Pulkit Goyal py3: use pycompat.bytestr to convert _b85chars to bytes
Wed, 07 Feb 2018 13:11:38 +0530 Pulkit Goyal py3: use pycompat.bytechr instead of chr
Wed, 07 Feb 2018 13:10:24 +0530 Pulkit Goyal py3: use pycompat.ziplist instead of zip
Tue, 06 Feb 2018 14:24:16 +0100 Boris Feld patches: move assignment outside the conditional
Sun, 04 Feb 2018 14:58:32 -0800 Gregory Szorc sshpeer: remove support for connecting to <0.9.1 servers (BC)
Sun, 04 Feb 2018 14:44:04 -0800 Gregory Szorc sshpeer: document the handshake mechanism
Mon, 05 Feb 2018 09:14:32 -0800 Gregory Szorc sshpeer: move handshake outside of sshpeer
Sun, 04 Feb 2018 14:10:56 -0800 Gregory Szorc sshpeer: inline I/O into _validaterepo()
Mon, 05 Feb 2018 14:17:24 -0800 Gregory Szorc sshpeer: clean up API for sshpeer.__init__ (API)
Mon, 05 Feb 2018 14:05:59 -0800 Gregory Szorc sshpeer: establish SSH connection before class instantiation
Sun, 04 Feb 2018 11:40:13 -0800 Gregory Szorc sshpeer: remove frivolous call to _cleanup()
Sun, 04 Feb 2018 11:37:19 -0800 Gregory Szorc sshpeer: extract pipe cleanup logic to own function
Sun, 04 Feb 2018 19:23:40 -0800 Gregory Szorc sshpeer: move ssh command and repo creation logic out of __init__
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip