Hi Dan

> Hi,
>
> Is somebody working to make bookmarks usable with bzr and hg?
>
> I looked to the dvc-bookmarks.el and it seems to be in a very alpha
> stage. Even I don't have much free time I am willing to help to make
> this code usable.

Thanks for your offer!

I started to improve the dvc-bookmarks.el code now.

At the moment you must add your bookmarks manually to the variable
dvc-bookmark-alist. Put something like the following in your .emacs:

(setq dvc-bookmark-alist
  '(("hg"
     (local-tree "~/work/hg/hg"))
    ("work-stuff"
     (children
      ("home-dir"
       (local-tree "~/"))
      ("another-dir"
       (local-tree "~/work"))))))

I have implemented already a function to store that variable to a file.

If you have an idea for an improvment, please let us discuss it on the
list to ensure it goes in the right direction.

Stefan.

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to