hgext/__init__.py
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Mon, 20 Jun 2011 14:11:01 +0200
branchstable
changeset 14698 df902fe3d79e
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
treediscovery: always return all remote heads Old discovery only returned incoming heads, not all of them (for changegroupsubset). New discovery must always return all of the remote heads (for getbundle). I failed to properly adjust treediscovery in cb98fed52495 when introducing setdiscovery. The actual observable problem was 'remote: unsynced changes' when trying to push a cset on one named branch to a server with a new cset on another named branch. This scenario is now tested in test-treediscovery.t.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder