Christian Ohler <[EMAIL PROTECTED]> writes: > Stefan Reichör, 2007-07-06: > >> Committed revision 198 to http://bzr.xsteve.at/dvc/ >> >> Fixed xhg-dvc-edit-ignore-files: uniquify the tree root to generate the >> correct filepath for the .hgignore file > > Why is this needed?
Since revno 144 in my branch, dvc-tree-root does no longer call dvc-uniquify-file-name. This was a patch provided by Michael Olson. xhg-dvc-edit-ignore-files expected dvc-tree-root to return a directory path ending in '/' The new dvc-tree-root function returns the directory name without the trailing '/'. The mentioned patch fixes the path issue. Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
