Stephen Leake <[EMAIL PROTECTED]> writes: > Stefan Reichör <[EMAIL PROTECTED]> writes: > >> Committed revision 367 to http://bzr.xsteve.at/dvc/ >> >> dvc-clone: Suggest to clone from the URL at point. Suggest xgit, >> when cloning from a git repository. > > dvc-clone now uses the function `1ooking-back', which is not in Emacs 21. > > Just out of curiosity, why is git special here?
It is not special here. I added autodetection for hg, bzr. I also replaced looking-back by re-search-backward When you invoke dvc-clone on one of the urls below, the correct backend is suggested. git clone http://www.some-host.com/git-project bzr get http://www.some-host.com/bzr-project hg clone http://www.some-host.com/hg-project Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
