log

age author description
Tue, 27 May 2014 13:44:16 -0700 Pierre-Yves David bundle2: add more phase movement in the test
Tue, 27 May 2014 13:40:12 -0700 Pierre-Yves David bundle2: use non-publishing repo in test
Tue, 27 May 2014 13:30:38 -0700 Pierre-Yves David bundle2: use a smarter template for test
Thu, 22 May 2014 09:53:52 -0700 Pierre-Yves David getbundle: declare type of parameters
Thu, 22 May 2014 13:31:33 -0700 Pierre-Yves David bundle2: introduce a ``caps20to10`` function
Sat, 24 May 2014 16:20:09 -0700 Pierre-Yves David bundle2: introduce a bundle2caps function
Thu, 22 May 2014 12:58:07 -0700 Pierre-Yves David exchange: reinsert comment in the right place
Thu, 29 May 2014 16:01:39 -0700 Matt Mackall docker: check for docker.io first
Tue, 20 May 2014 04:07:58 +0200 Mads Kiilerich buildrpm: include release version in .tar.gz name
Thu, 15 May 2014 01:48:37 +0200 Mads Kiilerich buildrpm: remove prompt for uncommitted changes - it was a bad idea
Thu, 15 May 2014 01:48:37 +0200 Mads Kiilerich buildrpm: collect code for building local hg and using it in one place
Tue, 20 May 2014 03:57:21 +0200 Mads Kiilerich buildrpm: various minor cleanup
Sat, 10 May 2014 14:54:39 -0700 Gregory Szorc fix_bytes: loosen blacklist matching requirements
Mon, 19 May 2014 22:12:31 +0200 Mads Kiilerich convert: only consider shamap revisions converted if they still exists
Mon, 19 May 2014 22:12:30 +0200 Mads Kiilerich convert: introduce hascommitfrommap sink method
Mon, 19 May 2014 22:11:14 +0200 Mads Kiilerich convert: rename sink hascommit to hascommitforsplicemap
Mon, 19 May 2014 22:10:50 +0200 Mads Kiilerich tests: better tests for two-way convert
Thu, 29 May 2014 12:25:25 -0700 Pierre-Yves David mergetools.hgrc: add minimal configuration for editmerge
Thu, 29 May 2014 15:41:16 -0700 Matt Mackall merge with stable
Tue, 27 May 2014 21:12:24 -0700 David Schleimer convert: drastically speed up git conversions
Sat, 03 May 2014 19:11:51 +0430 Ali Vakilzade vim: use try catch in vim plugin to avoid conflicts
Wed, 28 May 2014 15:37:47 -0700 Pierre-Yves David bundle2: raise BundleValueError error for stream level unsupported params
Wed, 28 May 2014 16:46:58 -0700 Pierre-Yves David bundle2: support None parttype in BundleValueError
Tue, 27 May 2014 12:16:45 -0700 Pierre-Yves David bundle2: ignore advisory part with unknown parameters
Tue, 27 May 2014 12:01:00 -0700 Pierre-Yves David bundle2: enforce all parameters in a part to be handled
Wed, 28 May 2014 11:40:07 -0700 Pierre-Yves David bundle2: declare supported parameters for all handlers
Tue, 27 May 2014 11:49:48 -0700 Pierre-Yves David bundle2: make it possible to declare params handled by a part handler
Wed, 28 May 2014 15:57:23 -0700 Pierre-Yves David bundle2: support transmission of params error over the wire
Wed, 28 May 2014 15:53:34 -0700 Pierre-Yves David bundle2: introduce a ``params`` attribute to BundleValueError
Wed, 28 May 2014 15:51:19 -0700 Pierre-Yves David bundle2: introduce a parttype attribute to BundleValueError