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

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')