Commit Graph

11 Commits

Author SHA1 Message Date
Gregory Szorc
011d4fc411 pushkey: use absolute_import 2015-08-08 19:57:27 -07:00
Durham Goode
bbb89aae08 obsolete: add exchange option
This adds an option that enables obsolete marker exchange.
2014-10-14 13:26:01 -07:00
Pierre-Yves David
c961ed1664 pushkey: add an `encode` function
This function is just a shorthand for ``encoding.fromlocal``. It will help
hiding the encoding business from other code exchanging pushkey data over the
wire.
2014-05-29 15:22:58 -07:00
Pierre-Yves David
97316a2345 pushkey: add a `decode` function
This function is just a shorthand for ``decoding.fromlocal``. It will help
hiding the encoding business from other code exchanging pushkey data over the
wire.
2014-05-29 15:23:25 -07:00
Pierre-Yves David
1ff0f40ae5 pushkey: introduce an `decodekeys` function
This function provides a standardized way to exchange pushkey content over
the wire.
2014-05-27 15:00:20 -07:00
Pierre-Yves David
80d71a6ab3 pushkey: introduce an `encodekeys` function
This function provides a standardized way to exchange pushkey content over
the wire.
2014-05-27 14:57:28 -07:00
Pierre-Yves David
fd393b84f3 pushkey: do not exchange obsole markers if feature is disabled
This apply to both push and pull both when client or server.
2012-07-28 13:33:06 +02:00
Pierre-Yves.David@ens-lyon.org
d60eedc2d6 obsolete: exchange obsolete marker over pushkey
For a version of the exchange, all markers are exchange. This won't
scale and we will need a better protocol later.
2012-06-07 19:21:59 +02:00
Pierre-Yves David
a6373d74dc phases: add basic pushkey support 2011-12-15 11:24:26 +01:00
Matt Mackall
3d6c8e8713 bookmarks: move pushkey functions into core 2011-02-10 13:46:27 -06:00
Matt Mackall
45841ee8f1 pushkey: add pushkey core 2010-06-16 16:04:44 -05:00