Michael Olson <[EMAIL PROTECTED]> writes: > Committed revision 241 to http://mwolson.org/bzr/dvc/ > > xgit-log: Use file-relative-name in xgit-log rather than dired-make-relative > > * lisp/xgit-log.el (xgit-log): Use file-relative-name instead of > dired-make-relative, because the former was present in git-log. If > this is incorrect, please add a comment to the source to explain > why.
IIRC, file-relative-name was sometimes giving me some ../../../../home/moy/path/to/file where I expected ../to/file. I can't reproduce this though. If your solution works, let's use it. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
