/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 bzr-receive-pack

  • Committer: Invité
  • Date: 2009-05-05 20:43:26 UTC
  • mto: (0.200.441 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: guest@mirexpress-20090505204326-n0vcprylu2hyzq4v
Ensure git plugin is loaded in bzr-*-pack

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    print "usage: git-receive-pack <git-dir>"
11
11
    sys.exit(1)
12
12
 
13
 
backend = BzrBackend(bzrlib.transport.get_transport(sys.argv[1]))
 
13
backend = BzrBackend(sys.argv[1])
14
14
 
15
15
def write_fn(data):
16
16
    sys.stdout.write(data)