log

age author description
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: make it more clear what _roots do and that it ends up in match()._files
Tue, 15 Apr 2014 23:29:19 -0400 Matt Harbison cat: explicitly document the supported formatter rules
Wed, 16 Apr 2014 01:10:08 +0200 Mads Kiilerich convert: backout 81cf597dafa9 and a3545c3104aa -closemap
Wed, 16 Apr 2014 01:09:49 +0200 Mads Kiilerich convert: backout b75a04502ced and 9616b03113ce - tagmap
Tue, 15 Apr 2014 11:53:10 -0400 Pierre-Yves David bundle2: support for push over the wire
Tue, 15 Apr 2014 17:53:52 -0400 Pierre-Yves David httppeer: support for _calltwowaystream
Tue, 15 Apr 2014 17:18:35 -0400 Pierre-Yves David sshpeer: add implementation of _calltwowaystream
Tue, 15 Apr 2014 17:19:46 -0400 Pierre-Yves David wireproto: add a _calltwowaystream method on wirepeer
Tue, 15 Apr 2014 16:49:30 -0400 Pierre-Yves David bundle2: return a bundle20 object from exchanges.unbundle
Tue, 15 Apr 2014 16:42:52 -0400 Pierre-Yves David bundle2: feed a binary stream to `peer.unbundle`
Tue, 15 Apr 2014 15:20:33 -0400 Pierre-Yves David bundle2: allow bundle2 for pulling over the wire
Tue, 15 Apr 2014 11:27:55 -0400 Pierre-Yves David bundle2: return a stream from exchange.getbundle
Tue, 15 Apr 2014 13:57:15 -0400 Pierre-Yves David bundle2: let readbundle return unbundle20
Tue, 15 Apr 2014 13:54:54 -0400 Pierre-Yves David bundle2: make header reading optional
Tue, 15 Apr 2014 13:42:45 -0400 Pierre-Yves David bundle2: prepare readbundle to return more that one type of bundle
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Mon, 14 Apr 2014 14:46:32 -0400 Pierre-Yves David bundle2: use headerless HG10UN stream in changegroup
Thu, 10 Apr 2014 10:53:43 -0700 Pierre-Yves David bundle2: allow using bundle2 for push
Fri, 11 Apr 2014 06:43:01 -0700 Pierre-Yves David bundle2: add a "check:heads" handler
Sun, 13 Apr 2014 16:36:51 -0400 Pierre-Yves David repoview: make the conversion from node to rev explicit while computing hidden
Sun, 13 Apr 2014 16:39:31 -0400 Pierre-Yves David repoview: drop duplicated lookup
Wed, 16 Apr 2014 09:32:04 -0700 Aaron Jensen hgweb: adding branch, tags, bookmarks, user, and file list to rss feed entries
Wed, 16 Apr 2014 09:31:37 -0700 Aaron Jensen hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
Mon, 07 Apr 2014 23:10:20 +0200 Mads Kiilerich patchbomb: warn when emailing a dirty working directory parent
Wed, 19 Mar 2014 00:19:54 +0100 Mads Kiilerich tests: coverage of convert and filemap include and the default of include all
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori largefiles: remove no more referred "getoutgoinglfiles()"
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori largefiles: use "outgoinghooks" to avoid redundant outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori hg: make "_outgoing()" return peer object for remote repository