Mercurial > evolve
changeset 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 |
files | hgfastobs.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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