log

age author description
Sat, 27 Jan 2018 13:14:06 +0900 Yuya Nishihara py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
Sat, 27 Jan 2018 13:11:46 +0900 Yuya Nishihara py3: replace "if ispy3" by pycompat.bytestr()
Sat, 27 Jan 2018 13:09:49 +0900 Yuya Nishihara py3: replace "if ispy3" by encoding.strtolocal()
Sat, 03 Feb 2018 00:01:57 -0500 Matt Harbison localrepo: drop the deprecated walk() method (API)
Fri, 02 Feb 2018 23:57:52 -0500 Matt Harbison dirstate: drop deprecated methods (API)
Fri, 02 Feb 2018 23:53:57 -0500 Matt Harbison templatekw: drop the deprecated '{troubles}' keyword
Fri, 02 Feb 2018 23:52:19 -0500 Matt Harbison obsutil: drop deprecated methods (API)
Fri, 02 Feb 2018 23:48:25 -0500 Matt Harbison revset: drop deprecated evolution predicates
Fri, 02 Feb 2018 23:45:31 -0500 Matt Harbison obsolete: drop deprecated methods (API)
Fri, 02 Feb 2018 23:27:30 -0500 Matt Harbison context: drop deprecated methods (API)
Thu, 25 Jan 2018 20:00:58 +0100 Joerg Sonnenberger ui: improve performance for multi-component writes
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Sun, 21 Jan 2018 12:48:39 +0900 Yuya Nishihara logcmdutil: drop redundant "log" from function names (API)
Sun, 21 Jan 2018 12:36:43 +0900 Yuya Nishihara logcmdutil: rename classes and functions to conform to our coding style (API)
Sun, 21 Jan 2018 12:26:42 +0900 Yuya Nishihara cmdutil: split functions of log-like commands to new module (API)
Fri, 02 Feb 2018 13:13:46 -0800 Gregory Szorc httppeer: remove support for connecting to <0.9.1 servers (BC)
Thu, 01 Feb 2018 21:55:06 -0800 Gregory Szorc internals: document when "hello" and "capabilities" commands were added
Sat, 27 Jan 2018 14:17:26 +0900 Yuya Nishihara tests: make doctest py3-compatible again
Mon, 29 Jan 2018 22:09:48 -0500 Matt Harbison lfs: emit a status message to indicate how many blobs were uploaded
Tue, 30 Jan 2018 20:33:21 -0500 Matt Harbison lfs: drop an unused function parameter
Thu, 01 Feb 2018 10:10:01 -0800 Martin von Zweigbergk discovery: don't reimplement all()
Thu, 01 Feb 2018 16:01:43 -0500 Augie Fackler contrib: fix dirstatenonnormalcheck to work in Python 3
Thu, 18 Jan 2018 13:12:09 -0500 Augie Fackler python3: whitelist another 24 passing tests
Thu, 01 Feb 2018 18:14:52 -0500 Augie Fackler mdiff: use slice instead of index on bytestr when checking single bytes
Thu, 18 Jan 2018 13:04:16 -0500 Augie Fackler obsutil: work around filter() being a generator in Python 3
Thu, 18 Jan 2018 12:59:40 -0500 Augie Fackler cmdutil: add a kludge to make bytes repr() the same on 2 and 3
Wed, 31 Jan 2018 11:32:21 -0800 Gregory Szorc wireprotoserver: make name part of protocol interface
Wed, 31 Jan 2018 11:30:16 -0800 Gregory Szorc wireprotoserver: make abstractserverproto a proper abstract base class
Wed, 31 Jan 2018 11:26:03 -0800 Gregory Szorc wireprotoserver: make response handling attributes private
Wed, 31 Jan 2018 11:24:44 -0800 Gregory Szorc wireprotoserver: make some instance attributes private