~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2006-05-30 15:18:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: abentley@panoramicfeedback.com-20060530151812-0e3e9b78cc15a804
Rename changesets to revision bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                'bzrlib.util.elementtree',
113
113
                'bzrlib.util.effbot.org',
114
114
                'bzrlib.util.configobj',
115
 
                'bzrlib.changeset',
116
 
                'bzrlib.changeset.serializer'
 
115
                'bzrlib.bundle',
 
116
                'bzrlib.bundle.serializer'
117
117
                ],
118
118
      scripts=['bzr'],
119
119
      cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},