Tweak server handler injection.
authorDave Borowitz <dborowitz@google.com>
Tue, 18 May 2010 19:42:42 +0000 (12:42 -0700)
committerDave Borowitz <dborowitz@google.com>
Mon, 2 Aug 2010 16:11:06 +0000 (09:11 -0700)
commit23fd4fe878433336fef8e812cbfa59490e6c9f7a
tree484ef58226bf17ec460787706a9d70d3113fa536
parent6163a961c31777bbc28b4af4c33bfc904c8ba7dd
Tweak server handler injection.

Now the server stores a default set of handlers rather than None if
none were passed in. Additionally, callers no longer have to copy
DEFAULT_HANDLERS; the copy is done in the TCPGitServer constructor, and
the dict is updated with any custom handlers.

Change-Id: If617630346bcb57074ec746d8e66d43ba1e00be5
NEWS
dulwich/server.py
dulwich/web.py