David's Advanced Revision Control System

Surely David may be a little biased darcs to tag his own system advanced... someone would simply say it's the most advanced ;-)

Usage

This backend is selected by using the prefix darcs: in the name of the repository, and can be used both as SourceRepository and as TargetRepository.

[tailoritself]
target = bzr:tailor
root-directory = /wip/darcs2bzr
source = darcs:tailor

[darcs:tailor]
repository = http://darcs.arstecnica.it/tailor

[bzr:tailor]
repository = /bzr/tailor

Specific options

look-for-adds : bool
By default tailor commits only the entries explicitly mentioned by the upstream changeset. Sometimes this is not desiderable, maybe even as a quick workaround to a tailor bug. This option allows a more relaxed view of life using record --look-for-adds.
start-revision : string
Under darcs this may be either the name of a tag or the hash of an arbitrary patch in the repository, plus the ordinary INITIAL or HEAD symbols. To use an hash you must use DisjunctWorkingDirectories.