comparison tests/test-status.t @ 42501:75334e5b519e

tests: demonstrate missing copy information in working copy with graphlog Differential Revision: https://phab.mercurial-scm.org/D6543
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 18 Jun 2019 23:23:30 -0700
parents 2105ed01c431
children c929f612afac
comparison
equal deleted inserted replaced
42500:e387cb22f6c0 42501:75334e5b519e
628 files: 628 files:
629 M a 629 M a
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.
636 646
637 $ hg commit -m 'blah' 647 $ hg commit -m 'blah'