Michael Olson <[EMAIL PROTECTED]> writes: > Committed revision 305 to http://mwolson.org/bzr/dvc/ > > dvc-fileinfo: Add copied statuses. Add `indexed' member. > > Git can detect whether a file has been copied, so make provision for > this. Also, permit the dvc-fileinfo-file struct to represent whether a > file is present in the index. For VCS's other than git, this should > always be t. > > Eventually I want to make an optional, more concise view of the status > buffer that displays the indexed field as " " if t, and "?" if > nil.
You could add that to dvc-fileinfo-printer, or redefine it and override dvc-diff-mode for the xgit back-end, to specify the new printer. I think the latter would be preferable in general for back-end-specific features. -- -- Stephe _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
