~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to baz_import.py

  • Committer: Robert Collins
  • Date: 2005-09-13 13:07:03 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-20050913130702-f471ae9f2833a484
create the output directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
                print "%s is not a valid Arch branch." % from_branch
590
590
                return 1
591
591
        import_version(to_location, from_branch)
 
592
 
 
593
def map_namespace(a_version):
 
594
    version = pybaz.Version("%s" % a_version)
 
595
    import pdb;pdb.set_trace()
 
596
    version = a