~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Robert Collins
  • Date: 2005-09-14 08:04:32 UTC
  • mto: (147.2.6) (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: robertc@robertcollins.net-20050914080431-dd50e57903065542
bugfix - baz-import-branch was broken

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
            except pybaz.errors.NamespaceError:
590
590
                print "%s is not a valid Arch branch." % from_branch
591
591
                return 1
592
 
        import_version(to_location, from_branch, printer)
 
592
        import_version(to_location, from_branch, self.printer)
593
593
 
594
594
class cmd_baz_import(Command):
595
595
    """Import an Arch or Baz archive into bzr branches."""