comparison mercurial/__init__.py @ 14436:5adb52524779

wireproto: enable optional args for known() for future extensibility Firstly, I think we should do this for all new wire commands, just to be on the safe side. So I want to get this into the 1.9 release. Secondly, there actually is potential here that sometimes the server can know that the number of its nodes which can possibly still be undecided on the client is small. It might then just send them along directly (cutting short the end game). This, however, requires walking the graph on the server, which can be expensive, so for the moment we're not actually doing it.
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Tue, 24 May 2011 17:48:16 +0200
parents 9117c6561b0b
children 4374d819ccd5
comparison
equal deleted inserted replaced
14435:5f6090e559fa 14436:5adb52524779