log mercurial/wireproto.py @ 13050:3790452d499b

age author description
Sun, 28 Nov 2010 18:21:47 -0600 Matt Mackall pushkey: use UTF-8
Wed, 24 Nov 2010 16:10:37 -0600 Matt Mackall wireproto: use proper UTF-8 handling for key lookup
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Mon, 11 Oct 2010 12:45:36 -0500 Benoit Boissinot wireproto: introduce pusherr() to deal with "unsynced changes" error
Mon, 11 Oct 2010 12:44:33 -0500 Benoit Boissinot wireproto: redirect the output earlier
Mon, 11 Oct 2010 12:44:11 -0500 Benoit Boissinot wireproto: return in finally was messing with the return inside the block
Mon, 20 Sep 2010 14:32:21 -0500 Matt Mackall bundle: encapsulate all bundle streams in unbundle class
Wed, 15 Sep 2010 11:06:22 +0200 Sune Foldager clone: only use stream when we understand the revlog format
Mon, 30 Aug 2010 14:38:24 +0200 Martin Geisler Consistently import foo as foomod when foo to avoid shadowing
Fri, 27 Aug 2010 13:32:40 -0400 Brodie Rao cleanup: remove unused variables
Wed, 25 Aug 2010 15:33:06 -0500 Matt Mackall bundle: unify/refactor unbundle/readbundle
Sun, 15 Aug 2010 11:05:04 +0200 Benoit Boissinot fix undefined variables, spotted by pylint
Tue, 20 Jul 2010 20:52:23 +0200 Dirkjan Ochtman protocol: move the streamclone implementation into wireproto
Tue, 20 Jul 2010 20:53:33 +0200 Dirkjan Ochtman protocol: wrap non-string protocol responses in classes
Fri, 16 Jul 2010 22:20:10 +0200 Dirkjan Ochtman protocol: extract compression from streaming mechanics