comparison hgfastobs.py @ 794:089755743050

fastobs: details strategies in the main help
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 03 Sep 2013 21:46:50 +0200
parents fa746ef46e8a
children c6888ec28e9e
comparison
equal deleted inserted replaced
793:fa746ef46e8a 794:089755743050
8 frustrating because this transfer takes a nontrivial amount of time. 8 frustrating because this transfer takes a nontrivial amount of time.
9 9
10 You can specify a strategy with the config knob 10 You can specify a strategy with the config knob
11 obsolete.syncstrategy. Current strategies are "stock" and 11 obsolete.syncstrategy. Current strategies are "stock" and
12 "boxfill". Default strategy is presently boxfill. 12 "boxfill". Default strategy is presently boxfill.
13
14 :stock: use the default strategy of mercurial explaned above
15
16 :boxfill: transmit obsolete markers which list any of transmitted changesets as
17 a successor (transitively), as well as any kill markers for dead
18 nodes descended from any of the precursors of outgoing.missing.
13 19
14 TODO(durin42): consider better names for sync strategies. 20 TODO(durin42): consider better names for sync strategies.
15 """ 21 """
16 import sys 22 import sys
17 23