Stefan Reichör | 6 Dec 20:20
Picon

[commit] rev 127: Implemented bzr-pull

Committed revision 127 to http://bzr.xsteve.at/dvc/

Implemented bzr-pull
dpom | 11 Dec 17:25
Picon

Re: Bookmarks for bzr and hg

Stefan Reichör <stefan <at> xsteve.at> writes:

> 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.
(Continue reading)

Stefan Reichör | 11 Dec 20:17
Picon

[commit] rev 128: Implemented xhg-showconfig

Committed revision 128 to http://bzr.xsteve.at/dvc/

Implemented xhg-showconfig
Stefan Reichör | 11 Dec 21:34
Picon

[commit] rev 129: Implemented bzr-missing

Committed revision 129 to http://bzr.xsteve.at/dvc/

Implemented bzr-missing
Stefan Reichör | 11 Dec 21:46
Picon

Re: Re: Bookmarks for bzr and hg

Hi Dan!

> I upgraded my dvc version to 126 and I create a dvc-bookmark-alist:
>
> (("dvc"
>    (local-tree "~/pers/project/dvc"))
>   ("plan"
>    (local-tree "~/pers/plan")
>    (children
>     ("dpc" (local-tree "/misc/dpc/users/dan/pers/plan"))))
>   ("etc"
>    (local-tree "~/etc")
>    (children
>     ("dpc" (local-tree "/misc/dpc/users/dan/etc"))
>     ("system" (local-tree "/home/system/admin/common/home/users/dan/etc"))))
>   ("bin"
>    (local-tree "~/bin")
>    (children
>     ("dpc" (local-tree "/misc/dpc/users/dan/bin"))
>     ("system"(local-tree "/home/system/admin/common/home/users/dan/bin")))))
>
> Now, I can work with dvc-bookmarks, thank you.

Thanks for trying this alpha-grade code.

Your input is very valuable for me to improve the bookmarks code.

> Some issues about dvc-bookmarks:
>
> 1. For bzr project m command doesn't work:
(Continue reading)

Stefan Reichör | 12 Dec 20:45
Picon

[commit] rev 130: f now runs dvc-bookmarks-pull in the dvc bookmark buffer

Committed revision 130 to http://bzr.xsteve.at/dvc/

f now runs dvc-bookmarks-pull in the dvc bookmark buffer
Stefan Reichör | 12 Dec 20:49
Picon

[commit] rev 131: Bugfix for dvc-bookmarks-add-to-cookie

Committed revision 131 to http://bzr.xsteve.at/dvc/

Bugfix for dvc-bookmarks-add-to-cookie

  * Allow an entry with children as first element also
  * Sort the children in the correct order
Stefan Reichör | 12 Dec 20:50
Picon

[commit] rev 132: Implemented dvc-bookmarks-jump

Committed revision 132 to http://bzr.xsteve.at/dvc/

Implemented dvc-bookmarks-jump

  That command allows the fast navigation to the desired bookmark in the *dvc-bookmarks* buffer
Stefan Reichör | 13 Dec 21:03
Picon

[commit] rev 134: Use the log parser for bzr-missing also

Committed revision 134 to http://bzr.xsteve.at/dvc/

Use the log parser for bzr-missing also
Stefan Reichör | 13 Dec 21:03
Picon

[commit] rev 133: Bugfix for bzr-changelog

Committed revision 133 to http://bzr.xsteve.at/dvc/

Bugfix for bzr-changelog

  This fix allows to show diffs by pressing = in the log output. This
  was broken before.

Gmane