~bzr/bzr-fastimport/trunk

« back to all changes in this revision

Viewing changes to cmds.py

  • Committer: Richard Wilbur
  • Date: 2014-04-16 05:59:09 UTC
  • Revision ID: richard.wilbur@gmail.com-20140416055909-k5g5bnmv85hh1u23
Add NEWS entries for recent changes and additional documentation for new option.(Richard Wilbur)

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
 
651
651
     If you get a "Missing space after source" error from git-fast-import,
652
652
     see the top of the commands.py module for a work-around.
 
653
 
 
654
     Since bzr uses per-branch tags and git/hg use per-repo tags, the
 
655
     way bzr fast-export presently emits tags (unconditional reset &
 
656
     new ref) may result in clashes when several different branches
 
657
     are imported into single git/hg repo.  If this occurs, use the
 
658
     bzr fast-export option --no-tags during the export of one or more
 
659
     branches to avoid the issue.
653
660
    """
654
661
    hidden = False
655
662
    _see_also = ['fast-import', 'fast-import-filter']