mercurial/cmdutil.py
changeset 22213 f1debbcd71cd
parent 22212 f18aca03ddd9
child 22215 525cde5d954d
--- a/mercurial/cmdutil.py	Tue Jun 24 17:39:43 2014 +0100
+++ b/mercurial/cmdutil.py	Tue Jun 24 16:59:40 2014 +0100
@@ -2450,6 +2450,7 @@
         cwd = repo.getcwd()
         for f in dsadded:
             src = repo.dirstate.copied(f)
+            # XXX should we check for rename down to target node?
             if src and src not in names and repo.dirstate[src] == 'r':
                 dsremoved.add(src)
                 names[src] = (repo.pathto(src, cwd), True)