# HG changeset patch # User Pierre-Yves David # Date 1462976572 -7200 # Node ID c5d4e856ad0e971e055913269acc5a6a313d3c2e # Parent e67c526c0a2502e477ff49908d9ebb35b03eb533 destination: add an XXX about handling destspace in destmerge This that we hopefully do not forget about this. diff -r e67c526c0a25 -r c5d4e856ad0e hgext3rd/topic/destination.py --- a/hgext3rd/topic/destination.py Mon Apr 25 21:24:20 2016 -0700 +++ b/hgext3rd/topic/destination.py Wed May 11 16:22:52 2016 +0200 @@ -11,6 +11,7 @@ def _destmergebranch(orig, repo, action='merge', sourceset=None, onheadcheck=True, destspace=None): + # XXX: take destspace into account p1 = repo['.'] top = p1.topic() if top: