Show More
@@ -335,6 +335,7 b' def copied(mctx, x):' | |||||
335 | """``copied()`` |
|
335 | """``copied()`` | |
336 | File that is recorded as being copied. |
|
336 | File that is recorded as being copied. | |
337 | """ |
|
337 | """ | |
|
338 | getargs(x, 0, 0, _("copied takes no arguments")) | |||
338 | s = [] |
|
339 | s = [] | |
339 | for f in mctx.subset: |
|
340 | for f in mctx.subset: | |
340 | p = mctx.ctx[f].parents() |
|
341 | p = mctx.ctx[f].parents() |
General Comments 0
You need to be logged in to leave comments.
Login now