# HG changeset patch # User Pierre-Yves David # Date 1378237610 -7200 # Node ID 0897557430505d56273603333e2d30b96beecb50 # Parent fa746ef46e8a25173482782aff505fa780707519 fastobs: details strategies in the main help diff -r fa746ef46e8a -r 089755743050 hgfastobs.py --- a/hgfastobs.py Fri Jul 26 21:35:56 2013 -0400 +++ b/hgfastobs.py Tue Sep 03 21:46:50 2013 +0200 @@ -11,6 +11,12 @@ obsolete.syncstrategy. Current strategies are "stock" and "boxfill". Default strategy is presently boxfill. +:stock: use the default strategy of mercurial explaned above + +:boxfill: transmit obsolete markers which list any of transmitted changesets as + a successor (transitively), as well as any kill markers for dead + nodes descended from any of the precursors of outgoing.missing. + TODO(durin42): consider better names for sync strategies. """ import sys