/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-20 06:16:22 UTC
  • mfrom: (4023 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4027.
  • Revision ID: andrew.bennetts@canonical.com-20090220061622-te9miq29rlfqiwwv
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
        os.environ["PATH"] = path + os.pathsep + qt_dir
409
409
 
410
410
 
 
411
def get_svn_py2exe_info(includes, excludes, packages):
 
412
    packages.append('subvertpy')
 
413
 
 
414
 
411
415
if 'bdist_wininst' in sys.argv:
412
416
    def find_docs():
413
417
        docs = []
586
590
    if 'qbzr' in plugins:
587
591
        get_qbzr_py2exe_info(includes, excludes, packages)
588
592
 
 
593
    if 'svn' in plugins:
 
594
        get_svn_py2exe_info(includes, excludes, packages)
 
595
 
589
596
    if "TBZR" in os.environ:
590
597
        # TORTOISE_OVERLAYS_MSI_WIN32 must be set to the location of the
591
598
        # TortoiseOverlays MSI installer file. It is in the TSVN svn repo and