~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/test_baz_import.py

  • Committer: Robert Collins
  • Date: 2005-10-24 07:17:53 UTC
  • mto: (147.1.42) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20051024071753-71716e85c23a7f93
Enable reuse of history on archive imports, just append the history locations to the command line

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
        command = cmd_baz_import()
644
644
        command.run(os.path.join(self._tmpdir, 'output'), 'demo@DONOTUSE')
645
645
        command.run(os.path.join(self._tmpdir, 'output'), 'demo@DONOTUSE')
 
646
        
 
647
    def test_accepts_reuse_history(self):
 
648
        self.make_import('c--0')
 
649
        self.run_bzr('baz-import', os.path.join(self._tmpdir, 'output'),
 
650
                     'demo@DONOTUSE', '.', '.')