~vmiklos/bzr-fastimport/darcs

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Ian Clatworthy
  • Date: 2009-08-28 11:29:14 UTC
  • Revision ID: ian.clatworthy@canonical.com-20090828112914-5773avkwixu1py3n
--forward, not --reverse, in fast-export help

Show diffs side-by-side

added added

removed removed

Lines of Context:
530
530
     that allow effective round-tripping of many Bazaar branches. As
531
531
     such, fast-exporting a branch and fast-importing the data produced
532
532
     will create a new repository with equivalent history, i.e.
533
 
     "bzr log -v -p --include-merges --reverse" on the old branch and
 
533
     "bzr log -v -p --include-merges --forward" on the old branch and
534
534
     new branch should produce similar, if not identical, results.
535
535
 
536
536
     .. note::