##// END OF EJS Templates
fileset: copied takes no arguments
Mads Kiilerich -
r14718:0c819486 stable
parent child Browse files
Show More
@@ -335,6 +335,7 b' def copied(mctx, x):'
335 335 """``copied()``
336 336 File that is recorded as being copied.
337 337 """
338 getargs(x, 0, 0, _("copied takes no arguments"))
338 339 s = []
339 340 for f in mctx.subset:
340 341 p = mctx.ctx[f].parents()
General Comments 0
You need to be logged in to leave comments. Login now