changeset 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 e387cb22f6c0
children c929f612afac
files tests/test-status.t
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-status.t	Wed Jun 19 10:33:13 2019 -0700
+++ b/tests/test-status.t	Tue Jun 18 23:23:30 2019 -0700
@@ -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.