destination: add an XXX about handling destspace in destmerge
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 11 May 2016 16:22:52 +0200
changeset 1967 c5d4e856ad0e
parent 1966 e67c526c0a25
child 1968 08cbfeb15a1a
destination: add an XXX about handling destspace in destmerge This that we hopefully do not forget about this.
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: