~jelmer/bzr-git/index-based

« back to all changes in this revision

Viewing changes to server.py

  • Committer: Jelmer Vernooij
  • Date: 2010-01-12 03:28:26 UTC
  • mto: (677.6.3 perf)
  • mto: This revision was merged to the branch mainline in revision 681.
  • Revision ID: jelmer@canonical.com-20100112032826-ynbcgg4mwl79ygu8
Clean up trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2008 Jelmer Vernooij
 
2
# Copyright (C) 2008 John Carr
1
3
# Copyright (C) 2008 Canonical Ltd
2
4
#
3
5
# This program is free software; you can redistribute it and/or modify
78
80
        return ret
79
81
 
80
82
    def apply_pack(self, refs, read):
81
 
        """ apply pack from client to current repository """
 
83
        """apply pack from client to current repository"""
82
84
 
83
85
        fd, path = tempfile.mkstemp(suffix=".pack")
84
86
        f = os.fdopen(fd, 'w')