~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:27:27 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-20051024072727-68b7e95e14def7d5
But do not require a history location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
648
648
        self.make_import('c--0')
649
649
        self.run_bzr('baz-import', os.path.join(self._tmpdir, 'output'),
650
650
                     'demo@DONOTUSE', '.', '.')
 
651
        
 
652
    def test_does_not_need_reuse_history(self):
 
653
        self.make_import('c--0')
 
654
        self.run_bzr('baz-import', os.path.join(self._tmpdir, 'output'),
 
655
                     'demo@DONOTUSE')