##// END OF EJS Templates
tests: demonstrate missing copy information in working copy with graphlog...
Martin von Zweigbergk -
r42701:75334e5b default
parent child Browse files
Show More
@@ -630,6 +630,16 b' using log status template (issue5155)'
630 b
630 b
631 R b
631 R b
632
632
633 BROKEN: as above, 'a' should be marked a copy
634 $ hg log -GTstatus -r 'wdir()' -C
635 o changeset: 2147483647:ffffffffffff
636 | parent: 0:8c55c58b4c0e
637 ~ user: test
638 date: * (glob)
639 files:
640 M a
641 R b
642
633
643
634 Other "bug" highlight, the revision status does not report the copy information.
644 Other "bug" highlight, the revision status does not report the copy information.
635 This is buggy behavior.
645 This is buggy behavior.
General Comments 0
You need to be logged in to leave comments. Login now