log

age author description
Tue, 11 Jul 2017 05:12:03 +0200 Boris Feld bundle2: automatically add 'targetphase' parameter in writenewbundle
Tue, 11 Jul 2017 05:11:52 +0200 Boris Feld bundle2: support the 'targetphase' parameter for the changegroup part
Tue, 11 Jul 2017 04:52:56 +0200 Boris Feld changegroup: stop treating strip as special when dealing with phases
Tue, 11 Jul 2017 09:42:32 -0700 Martin von Zweigbergk match: inverse _anypats(), making it _prefix()
Tue, 11 Jul 2017 20:53:55 -0700 Jun Wu amend: new extension providing the amend command
Tue, 11 Jul 2017 11:21:04 -0700 Martin von Zweigbergk py3: make localrepo filtered repo cache work on py3
Fri, 07 Jul 2017 10:04:01 +0200 Boris Feld configitems: register the 'bugzilla.host' config
Fri, 07 Jul 2017 10:03:57 +0200 Boris Feld configitems: register the 'bugzilla.fixstatus' config
Fri, 07 Jul 2017 10:05:40 +0200 Boris Feld configitems: register the 'bugzilla.fixresolution' config
Fri, 07 Jul 2017 10:03:36 +0200 Boris Feld configitems: register the 'bugzilla.fixregexp' config
Fri, 07 Jul 2017 10:03:34 +0200 Boris Feld configitems: register the 'bugzilla.db' config
Fri, 07 Jul 2017 10:03:31 +0200 Boris Feld configitems: register the 'bugzilla.bzuser' config
Fri, 07 Jul 2017 10:03:28 +0200 Boris Feld configitems: register the 'bugzilla.bzurl' config
Fri, 07 Jul 2017 10:03:26 +0200 Boris Feld configitems: register the 'bugzilla.bzemail' config
Fri, 07 Jul 2017 10:03:24 +0200 Boris Feld configitems: register the 'bugzilla.bzdir' config
Fri, 07 Jul 2017 10:03:22 +0200 Boris Feld configitems: register the 'bugzilla.apikey' config
Mon, 10 Jul 2017 16:41:13 -0400 Alex Gaynor revlog: use struct.Struct instances for slight performance wins
Mon, 10 Jul 2017 16:39:28 -0400 Alex Gaynor revlog: micro-optimize the computation of hashes
Mon, 03 Jul 2017 13:49:03 +0200 Denis Laxalde hgweb: re-implement followlines UI selection using buttons
Sat, 01 Jul 2017 20:51:19 -0700 Gregory Szorc localrepo: cache types for filtered repos (issue5043)
Tue, 11 Jul 2017 02:10:04 +0900 FUJIWARA Katsunori convert: transcode CVS log messages by specified encoding (issue5597)
Mon, 10 Jul 2017 23:09:52 +0900 FUJIWARA Katsunori fsmonitor: execute setup procedures only if dirstate is already instantiated
Mon, 10 Jul 2017 23:09:52 +0900 FUJIWARA Katsunori fsmonitor: centralize setup procedures for dirstate
Mon, 10 Jul 2017 23:09:52 +0900 FUJIWARA Katsunori fsmonitor: avoid needless instantiation of dirstate
Mon, 10 Jul 2017 23:09:51 +0900 FUJIWARA Katsunori journal: use wrapfilecache instead of wrapfunction on func of filecache
Mon, 10 Jul 2017 23:09:51 +0900 FUJIWARA Katsunori journal: execute setup procedures for already instantiated dirstate
Mon, 10 Jul 2017 23:09:51 +0900 FUJIWARA Katsunori localrepo: add isfilecached to check filecache-ed property is already cached
Mon, 10 Jul 2017 21:09:46 -0700 Gregory Szorc sslutil: check for missing certificate and key files (issue5598)
Fri, 07 Jul 2017 08:55:12 -0700 Martin von Zweigbergk match: override matchfn instead of __call__ for consistency
Sun, 09 Jul 2017 17:02:09 -0700 Martin von Zweigbergk match: express anypats(), not prefix(), in terms of the others