~bzr-git/bzr-git/trunk

« back to all changes in this revision

Viewing changes to server.py

  • Committer: Jelmer Vernooij
  • Date: 2012-05-29 08:21:36 UTC
  • Revision ID: jelmer@samba.org-20120529082136-98ifkslf80qhj0s5
Support optional new timeout argument to serve_git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                      'from %s', client_address)
109
109
 
110
110
 
111
 
def serve_git(transport, host=None, port=None, inet=False):
 
111
def serve_git(transport, host=None, port=None, inet=False, timeout=None):
112
112
    backend = BzrBackend(transport)
113
113
 
114
114
    if host is None: