Am 23.09.2010 15:21, schrieb Stefan Reichör: >> Is there a way to run dvc-status in the current directory, not in the >> supposed root directory of the project? >> >> I've noticed that dvc-status takes an optional path argument, but I failed >> to figure out how to pass the path to dvc-status when invoking it. > > You could try to set dvc-read-project-tree-mode: > (setq dvc-read-project-tree-mode 'unless-specified)
I have set it via the customize variable feature, and I was indeed asked to supply a directory name when invoking dvc-status. > However I tried it with bzr. It asked me for the directory and displayed > the same output as before... I got the same result. I noticed that the directory where the command is run (according to the output) is still the top level directory, looks like the argument I gave is ignored. > What backend do you use? mercurial > Does this backend allow to specify a path for the backend dir on the > command line? Yes, 'hg status .' gives me the status of the current directory and below. > > > Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
