log mercurial/wireproto.py @ 13741:b51bf961b3cb

age author description
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Tue, 22 Mar 2011 21:26:19 -0500 Matt Mackall wireproto: avoid naked excepts
Tue, 22 Mar 2011 09:22:21 +0100 Peter Arrenbrecht wireproto: add known([id]) function
Tue, 22 Mar 2011 07:40:02 +0100 Peter Arrenbrecht wireproto: fix decodelist to properly return empty list
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht wireproto: fix handling of '*' args for HTTP and SSH
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht debug: add debugwireargs to test argument passing over the wire
Mon, 21 Feb 2011 00:37:55 +0100 David Soria Parra wireproto: catch possible cast error in pushkey stable
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