##// END OF EJS Templates
context: delete mistaken comment about return value of renamed()...
Martin von Zweigbergk -
r41440:9087513d default
parent child Browse files
Show More
@@ -2178,8 +2178,6 b' def memfilefromctx(ctx):'
2178 """
2178 """
2179 def getfilectx(repo, memctx, path):
2179 def getfilectx(repo, memctx, path):
2180 fctx = ctx[path]
2180 fctx = ctx[path]
2181 # this is weird but apparently we only keep track of one parent
2182 # (why not only store that instead of a tuple?)
2183 copied = fctx.renamed()
2181 copied = fctx.renamed()
2184 if copied:
2182 if copied:
2185 copied = copied[0]
2183 copied = copied[0]
General Comments 0
You need to be logged in to leave comments. Login now