Toby Allsopp | 3 Feb 00:34
Picon

[commit] rev 338: Autoload bzr-delta, needed by bzr-gnus-article-view-external-patch.

Committed revision 338 to http://bazaar.launchpad.net/~toby-mi6/dvc/toby_allsopp

Autoload bzr-delta, needed by bzr-gnus-article-view-external-patch.

  * lisp/bzr.el: Add autoload cookie for bzr-delta.
Toby Allsopp | 3 Feb 08:03
Picon

[commit] rev 338: Autoload bzr-delta, needed by bzr-gnus-article-view-external-patch.

Committed revision 338 to http://bazaar.launchpad.net/~toby-mi6/dvc/toby_allsopp

Autoload bzr-delta, needed by bzr-gnus-article-view-external-patch.

  * lisp/bzr.el: Add autoload cookie for bzr-delta.
Toby Allsopp | 3 Feb 08:04
Picon

[commit] rev 341: dvc-bookmarks: Detect partners of child bookmarks.

Committed revision 341 to http://bazaar.launchpad.net/~toby-mi6/dvc/toby_allsopp

dvc-bookmarks: Detect partners of child bookmarks.

  * lisp/dvc-bookmarks.el (dvc-bookmarks-partner-at-point) 
    (dvc-bookmarks-nickname-at-point): Match partners with two or more
    spaces of indentation instead of with exactly two.
Toby Allsopp | 3 Feb 08:04
Picon

[commit] rev 340: Add a repository argument to dvc-pull.

Committed revision 340 to http://bazaar.launchpad.net/~toby-mi6/dvc/toby_allsopp

Add a repository argument to dvc-pull.

  * lisp/dvc-unified.el (dvc-pull): Add optional argument OTHER.

  * lisp/xdarcs.el (xdarcs-pull): Accept optional argument OTHER and pass
    it to darcs.

  * lisp/xhg-dvc.el (xhg-dvc-pull): Accept optional argument OTHER and pass
    it to xhg-pull.  If OTHER is specified then the user is not prompted
    for the repository to pull from.

  * lisp/xmtn-dvc.el (xmtn-dvc-pull): Accept optional argument OTHER and
    pass it to mtn.
Toby Allsopp | 3 Feb 08:04
Picon

[commit] rev 342: dvc-bookmarks: Pull from partner at point.

Committed revision 342 to http://bazaar.launchpad.net/~toby-mi6/dvc/toby_allsopp

dvc-bookmarks: Pull from partner at point.

  * lisp/dvc-bookmarks.el (dvc-bookmarks-pull): Use the partner at point as
    the location to pull from.
Toby Allsopp | 3 Feb 08:03
Picon

[commit] rev 339: dvc-bookmarks: Add a key binding and menu item for push.

Committed revision 339 to http://bazaar.launchpad.net/~toby-mi6/dvc/toby_allsopp

dvc-bookmarks: Add a key binding and menu item for push.

  * lisp/dvc-bookmarks.el (dvc-bookmarks-mode-map): Bind Mp to
    dvc-bookmarks-push.
    (dvc-bookmarks-mode-menu): Add a menu item for dvc-bookmarks-push.
    (dvc-bookmarks-push): New function that calls dvc-push in the current
    bookmark's local tree.
Stefan Reichör | 3 Feb 19:52
Picon

[commit] rev 338: Merged from Toby Allsopp: Incorporated pull functionality to the dvc-bookmarks system

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

Merged from Toby Allsopp: Incorporated pull functionality to the dvc-bookmarks system
    ------------------------------------------------------------
    revno: 337.1.5
    committer: Toby Allsopp <toby <at> mi6.gen.nz>
    branch nick: work
    timestamp: Sun 2008-02-03 19:57:52 +1300
    message:
      dvc-bookmarks: Pull from partner at point.

      * lisp/dvc-bookmarks.el (dvc-bookmarks-pull): Use the partner at point as
        the location to pull from.
    ------------------------------------------------------------
    revno: 337.1.4
    committer: Toby Allsopp <toby <at> mi6.gen.nz>
    branch nick: work
    timestamp: Sun 2008-02-03 19:54:58 +1300
    message:
      dvc-bookmarks: Detect partners of child bookmarks.

      * lisp/dvc-bookmarks.el (dvc-bookmarks-partner-at-point) 
        (dvc-bookmarks-nickname-at-point): Match partners with two or more
        spaces of indentation instead of with exactly two.
    ------------------------------------------------------------
    revno: 337.1.3
    committer: Toby Allsopp <toby <at> mi6.gen.nz>
    branch nick: work
    timestamp: Sun 2008-02-03 19:36:24 +1300
    message:
(Continue reading)

Daniel Dehennin | 3 Feb 20:21

Proposals: DVC bookmarks management

Hello,

I'll try to explain what I would like to see in DVC bookmarks to get
it better.

For now, I have en entry for each branch I use, each branch has its
own partner list, all theses partners list are almost the same.

I wonder if it possible to group all the branches related to a project
under a container, like the topics in Gnus, which can expand and
collapse.

The layout I use for DVC is like this:

dvc/
|-- devel                # My main development here
|-- mainline             # Stephan Reichoer branch
|-- branches             # My per-feature branches
|   |-- cdbs             # use CDBS for debian package
|   `-- package-maint    # dgnushack from Gnus with some modifications
|-- partners             # All the partners
|   |-- matthieu.moy
|   |-- michael.w.olson
|   |-- stephen.leake
|   `-- toby.allsopp
`-- releases             # When we'll have releases ;-)
    |-- 0
    |   `-- 9
    |       |-- 0
    |       |-- 1
(Continue reading)

Stefan Reichör | 4 Feb 21:07
Picon

[commit] rev 339: dvc-bookmarks: Implemented the new function dvc-bookmarks-toggle-mark-entry, bound to #

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

dvc-bookmarks: Implemented the new function dvc-bookmarks-toggle-mark-entry, bound to #
Stefan Reichör | 4 Feb 21:22
Picon

[commit] rev 340: dvc-bookmarks: Honor the dvc-bookmarks-marked-entry when running dvc-missing

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

dvc-bookmarks: Honor the dvc-bookmarks-marked-entry when running dvc-missing

Gmane