Stefan Reichör | 12 May 23:07
Picon

[commit] rev 410: Patch from Thierry Volpiatto: Clean some code no more needed in dvc-bookmarks-yank-from-sub-to-list

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

Patch from Thierry Volpiatto: Clean some code no more needed in dvc-bookmarks-yank-from-sub-to-list
Thierry Volpiatto | 13 May 15:38
Picon
Gravatar

dvc-bookmarks.el

Hi everybody!
there is an error in the last revision, this is a patch that correct
that and add the possibility to yank from one sublist to the other in 
dvc-bookmarks.
Here is the patch waiting the last revision.

# HG changeset patch
# User Thierry Volpiatto <thierry dot volpiatto hat gmail dot com>
# Date 1210684303 -7200
# Node ID 5f42b3641933c0e90c5c7cae6cf686247ec81805
# Parent  6742bff8851e03eccf3271d7a79ce3a54eb6f41f
Implement yank from sub to sub,keep point at the yank place.

Fixme ==> yank-index when yanking in the same sub

diff --git a/dvc-bookmarks.el b/dvc-bookmarks.el
--- a/dvc-bookmarks.el
+++ b/dvc-bookmarks.el
@@ -314,8 +314,8 @@
     (dolist (x dvc-bookmark-alist)
       (setq head (car x))
       (font-lock-add-keywords nil `((,head . font-lock-variable-name-face)))))
-  (font-lock-add-keywords nil '(("^  [a-zA-Z-_0-9\.]*" . font-lock-doc-face)))
-  (font-lock-add-keywords nil '(("^    [Partner]* [~/a-zA-Z-_\.\:/]*" . font-lock-function-name-face))))
+  (font-lock-add-keywords nil '(("^  [a-zA-Z\-_0-9\.]*" . font-lock-doc-face)))
+  (font-lock-add-keywords nil '(("^    [Partner]* [~/a-zA-Z\-_0-9\.\:/]*" . font-lock-function-name-face))))

 (defun dvc-bookmarks-quit ()
   "Clean dvc-bookmarks-hidden-subtree
@@ -612,7 +612,8 @@
(Continue reading)

Stefan Reichör | 13 May 19:32
Picon

[commit] rev 411: Patch from Thierry Volpiatto: Implement yank from sub to sub, keep point at the yank place in dvc-bookmarks.

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

Patch from Thierry Volpiatto: Implement yank from sub to sub,keep point at the yank place in dvc-bookmarks.
Stefan Reichör | 15 May 20:53
Picon

[commit] rev 412: Patch from Thierry Volpiatto: Some more dvc-bookmarks yank+delete improvements

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

Patch from Thierry Volpiatto: Some more dvc-bookmarks yank+delete improvements
Stefan Reichör | 18 May 20:54
Picon

[commit] rev 413: Patch from Thierry Volpiatto: Add colors to the dvc-bookmarks buffers

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

Patch from Thierry Volpiatto: Add colors to the dvc-bookmarks buffers
knubee | 19 May 03:00
Picon

Re: [OT] BZR howto ?

Stephen Leake <Stephe.Leake <at> nasa.gov> writes:
>
> >    http://fsw.gsfc.nasa.gov/GDS/dvc-intro.html
> >
> > I can't go there. Is it available for offline reading ?
> 
> Hmm. That's my work website; it's supposed to be accessible thru the
> firewall. But I can't get to it from home either. Apparently something
> has changed; I'll investigate. html and info attached.

This is very helpful. Could you make it available more widely -- either by
adding it to emacswiki.org or seeing whether someone can add it to the dvc
project page?
Michael W. Olson | 19 May 03:37
Face
Picon
Picon
Gravatar

[COMMIT] www/index.html: Mark git as having pull support.

---
Committed revision b5f152ab27dda32f3b3e50d7aae4069ffc7cd1e5
to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.

 www/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/www/index.html b/www/index.html
index a5d8337..abbb607 100644
--- a/www/index.html
+++ b/www/index.html
@@ -196,7 +196,7 @@
         <th>+</th>
         <th>+</th>
         <th>+</th>
-        <th>-</th>
+        <th>+</th>
         <th>+</th>
         <!-- FUNCTIONS END -->
         <th>Michael, Stefan</th>
-- 
1.5.4.3

--

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'
Michael W. Olson | 19 May 03:38
Face
Picon
Picon
Gravatar

[COMMIT] bzr: Add FIXME note for bzr-send-commit-notification.

This function does not attempt to find the right entry in
bzr-mail-notification-destination according to branch nick, and it really
ought to.
---
Committed revision ae922752e363e54be4cacaa7f9874392c0f05327
to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.

 lisp/bzr.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lisp/bzr.el b/lisp/bzr.el
index ac83c9c..7ecd967 100644
--- a/lisp/bzr.el
+++ b/lisp/bzr.el
@@ -398,6 +398,9 @@ This is done by looking at the 'You are missing ... revision(s):' string in the
   (int-to-string
    (nth 2 (dvc-revlist-get-revision-at-point))))

+;; FIXME: Does not attempt to find the right entry in
+;; bzr-mail-notification-destination according to branch nick, and it
+;; really ought to.
 (defun bzr-send-commit-notification ()
   "Send a commit notification email for the changelog entry at point.

-- 
1.5.4.3

--

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
(Continue reading)

Michael W. Olson | 19 May 03:38
Face
Picon
Picon
Gravatar

[COMMIT] New function dvc-revlist-get-revision-at-point.

The function dvc-revlist-get-rev-at-point was too specific to tla, so it
was pared down and moved back to tla.el.

Its place is taken by dvc-revlist-get-revision-at-point, which takes the
revision structure at point without trying to modify it.  The reason for
this is that bzr's bzr-dvc-name-construct function returns the name of
the tree, which is completely useless as a revision ID.  So we leave it
to the caller to know what VCS they are dealing with.
---
Committed revision 3859b6a930249350fdd42fdfd9bca06d09e3a4f4
to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.

 lisp/bzr.el         |    5 +----
 lisp/dvc-revlist.el |   20 +++++++++-----------
 lisp/tla.el         |   20 ++++++++++++++++----
 3 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/lisp/bzr.el b/lisp/bzr.el
index b4359b8..ac83c9c 100644
--- a/lisp/bzr.el
+++ b/lisp/bzr.el
@@ -394,12 +394,9 @@ This is done by looking at the 'You are missing ... revision(s):' string in the
   (save-excursion
     (not (re-search-backward "^You are missing [0-9]+ revision(s):" nil t))))

-;;TODO: should be integrated in dvc-revlist-get-rev-at-point
 (defun bzr-get-revision-at-point ()
   (int-to-string
-   (nth 2 (car (dvc-revision-get-data
-                (dvc-revlist-entry-patch-rev-id
(Continue reading)

Michael W. Olson | 19 May 03:38
Face
Picon
Picon
Gravatar

[COMMIT] xgit: Change customization group for xgit-use-index from dvc-git to dvc-xgit.

---
Committed revision 7cdaa2742b170bfd0f815bb4f4ea21417f04032f
to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.

 lisp/xgit.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/xgit.el b/lisp/xgit.el
index 6706e28..ff5dd0a 100644
--- a/lisp/xgit.el
+++ b/lisp/xgit.el
@@ -706,7 +706,7 @@ This option can be set to
   :type '(choice (const ask)
                  (const always)
                  (const never))
-  :group 'dvc-git)
+  :group 'dvc-xgit)

 (defun xgit-use-index-p ()
   "Whether xgit should use the index this time.
-- 
1.5.4.3

--

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'

Gmane