~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to 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:
710
710
 
711
711
    def run(self, to_root_dir, from_archive, verbose=False,
712
712
            reuse_history_list=[]):
 
713
        if reuse_history_list is None:
 
714
            reuse_history_list = []
713
715
        to_root = str(os.path.realpath(to_root_dir))
714
716
        if not os.path.exists(to_root):
715
717
            os.mkdir(to_root)