Sun, 08 Jul 2018 19:52:35 +0900 |
Yuya Nishihara |
py3: use bytes() to byte-stringify Abort message in handleremotechangegroup()
|
Sun, 08 Jul 2018 19:44:51 +0900 |
Yuya Nishihara |
py3: don't str() to byte-stringify object in test-bundle2-remote-changegroup.t
|
Sun, 08 Jul 2018 19:39:11 +0900 |
Yuya Nishihara |
py3: byte-stringify literals in extension in test-bundle2-remote-changegroup.t
|
Sun, 08 Jul 2018 19:41:00 +0900 |
Yuya Nishihara |
py3: open file in binary mode in test-bundle2-remote-changegroup.t
|
Fri, 01 Jun 2018 12:10:34 +0200 |
Boris Feld |
statprof: small if cleanup
|
Sat, 14 Jul 2018 02:10:43 +0200 |
Boris Feld |
store: assert the fncache have been loaded if dirty
|
Sat, 14 Jul 2018 02:09:47 +0200 |
Boris Feld |
perffncachewrite: load fncache after lock is acquired
|
Fri, 22 Jun 2018 11:02:42 +0100 |
Boris Feld |
perf: add a 'perf.all-timing' option to display more than best time
|
Wed, 11 Jul 2018 10:46:15 +0200 |
Boris Feld |
perf: document the perfmanifest command
|
Sat, 09 Jun 2018 22:38:29 +0900 |
Yuya Nishihara |
fileset: remove fullmatchctx class
|
Sat, 09 Jun 2018 22:35:21 +0900 |
Yuya Nishihara |
fileset: remove subset and unused filtering functions from matchctx
|
Sat, 09 Jun 2018 22:31:51 +0900 |
Yuya Nishihara |
fileset: remove callexisting flag and mctx.existing() (API)
|
Sat, 09 Jun 2018 19:55:10 +0900 |
Yuya Nishihara |
fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
|
Tue, 10 Jul 2018 23:49:48 +0900 |
Yuya Nishihara |
highlight: use matcher API to test if file should be pygmentized
|
Sun, 10 Jun 2018 20:58:10 +0900 |
Yuya Nishihara |
fileset: parse argument of size() by predicate function
|