Stephen Leake <[EMAIL PROTECTED]> writes: > In diff-mode buffers, the key "i" is bound to 'dvc-pop-to-inventory', > which is (currently) only defined in tla. > > What is "inventory", in tla? I wonder if it has an analog in the other > backends.
This would be bzr ls -V git ls-files -t hg status --all That is: show all files in the working tree, and say what is the status of each (versionned, ignored, unknown, ...). > I would rather use "i" for 'ignore', which is an commonly used > operation common to all backends. Good idea. And you need much more often to ignore a file than you need to see the inventory (usually, "status" is what you want, it shows you only the files you need). The "inventory" thing can be more or less a VCS-aware file browser in Emacs (I believe that's really similar to vc-dired). -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
