##// END OF EJS Templates
merge with stable
Yuya Nishihara -
r36014:de066656 merge default
parent child Browse files
Show More
@@ -464,6 +464,7 def copied(mctx, x):
464 464 getargs(x, 0, 0, _("copied takes no arguments"))
465 465 s = []
466 466 for f in mctx.subset:
467 if f in mctx.ctx:
467 468 p = mctx.ctx[f].parents()
468 469 if p and p[0].path() != f:
469 470 s.append(f)
@@ -249,6 +249,8 Test files properties
249 249 Test merge states
250 250
251 251 $ hg ci -m manychanges
252 $ hg file -r . 'set:copied() & modified()'
253 [1]
252 254 $ hg up -C 0
253 255 * files updated, 0 files merged, * files removed, 0 files unresolved (glob)
254 256 $ echo c >> b2
General Comments 0
You need to be logged in to leave comments. Login now