/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 send_changeset.py

  • Committer: John Arbash Meinel
  • Date: 2005-06-28 22:23:32 UTC
  • mto: (0.5.85) (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20050628222332-1a7c71f9d8f889f3
Fixed location of bzrlib.osutils

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
 
16
16
def send_changeset(branch, revisions, to_address, message, file):
 
17
    import bzrlib.osutils
17
18
    from bzrlib import find_branch
18
19
    from bzrlib.commands import BzrCommandError
19
20
    import gen_changeset