tests/test-status.t
changeset 42517 c929f612afac
parent 42516 75334e5b519e
child 43872 aac921f54554
equal deleted inserted replaced
42516:75334e5b519e 42517:c929f612afac
   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
   633   $ hg log -GTstatus -r 'wdir()' -C
   635   o  changeset:   2147483647:ffffffffffff
   634   o  changeset:   2147483647:ffffffffffff
   636   |  parent:      0:8c55c58b4c0e
   635   |  parent:      0:8c55c58b4c0e
   637   ~  user:        test
   636   ~  user:        test
   638      date:        * (glob)
   637      date:        * (glob)
   639      files:
   638      files:
   640      M a
   639      M a
       
   640        b
   641      R b
   641      R b
   642   
   642   
   643 
   643 
   644 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.
   645 This is buggy behavior.
   645 This is buggy behavior.