~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_merge.py

  • Committer: paulbrianstewart at gmail
  • Date: 2011-08-13 23:07:36 UTC
  • mto: This revision was merged to the branch mainline in revision 6069.
  • Revision ID: paulbrianstewart@gmail.com-20110813230736-lqi6eek015wh23yv
Added punctuation to the commit message

Show diffs side-by-side

added added

removed removed

Lines of Context:
681
681
        builder.build_commit(message="Rev 2a", rev_id='rev-2a')
682
682
        source.tags.set_tag('tag-a', 'rev-2a')
683
683
        source.set_last_revision_info(1, 'rev-1')
684
 
        source.get_config().set_user_option('branch.fetch_tags', 'True')
685
684
        builder.build_commit(message="Rev 2b", rev_id='rev-2b')
686
685
        # Merge from source
687
686
        self.run_bzr('merge -d target source')