fastobs: details strategies in the main help
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 03 Sep 2013 21:46:50 +0200
changeset 794 089755743050
parent 793 fa746ef46e8a
child 795 c6888ec28e9e
fastobs: details strategies in the main help
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