Submitter | phabricator |
---|---|
Date | June 19, 2019, 6:32 p.m. |
Message ID | <differential-rev-PHID-DREV-pz3t6fl76fka5ahlap46-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40600/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-status.t b/tests/test-status.t --- a/tests/test-status.t +++ b/tests/test-status.t @@ -630,6 +630,16 @@ b R b +BROKEN: as above, 'a' should be marked a copy + $ hg log -GTstatus -r 'wdir()' -C + o changeset: 2147483647:ffffffffffff + | parent: 0:8c55c58b4c0e + ~ user: test + date: * (glob) + files: + M a + R b + Other "bug" highlight, the revision status does not report the copy information. This is buggy behavior.