Stefan Reichör | 13 Jan 17:44
Picon

[commit] rev 588: Add new command: bzr-upload

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

Add new command: bzr-upload

  Add support for the bzr upload plugin
Stefan Reichör | 10 Jan 22:46
Picon

[commit] rev 587: xhg-core: Implement xhg-prepare-environment to ensure that LC_MESSAGES=C is used

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

xhg-core: Implement xhg-prepare-environment to ensure that LC_MESSAGES=C is used
Stefan Reichör | 15 Dec 22:40
Picon

[commit] rev 586: dvc-unified.el: Require ffap

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

dvc-unified.el: Require ffap
Dave Abrahams | 11 Sep 21:24
Picon
Picon
Favicon
Gravatar

[BUG/FEATURE] dvc-find-file-hook is slow!


Please change the Subject header to a concise bug description or feature request.
In this report, remember to cover the basics, that is, what you 
expected to happen and what in fact did happen.
Please remove these instructions from your message.

Title says all.  It takes me 4 seconds just to do (find-library 'dvc-core)

Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
 of 2011-09-04 on pluto.local
Package: Dvc 0

current state:
==============
(setq
 emacs-version "23.3.1"
 dvc-version "0"
 dvc-command-version "git version 1.7.6.1"
 baz-executable "baz"
 tla-apply-patch-mapping nil
 tla-arch-branch 'none
 tla-archive-list-mode-hook nil
 tla-bookmarks-cleanup-dont-prompt nil
 tla-bookmarks-file-name "bookmarks.el"
 tla-bookmarks-mode-hook nil
 tla-branch-list-mode-hook nil
 tla-button-revision-fn 'tla-revlog-any
 tla-category-list-mode-hook nil
 tla-changes-recursive t
 tla-commit-check-log-buffer-functions '(tla-commit-check-empty-headers tla-commit-check-empty-line
(Continue reading)

Stefan Reichör | 26 Jul 21:16
Picon

[commit] rev 585: Merged from Stephen Leake: misc xmtn improvements

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

Merged from Stephen Leake: misc xmtn improvements
Stephen Leake | 26 Jul 14:53
Favicon

rev 585: misc xmtn improvements

Committed revision 585 to http://stephe-leake.org/dvc

misc xmtn improvements

  * lisp/Makefile.in (install): handle install xmtn-hooks.lua when built outside source directory

  * lisp/xmtn-automate.el (xmtn-automate--start-process): specify db for sync process; mtn 1.0 doesn't
default to :memory:
    (xmtn--heads): don't do ignore-suspend-certs

  * lisp/xmtn-conflicts.el: allow overriding (resolved_internal)

  * Makefile.in (miscfiles): add dvc-intro.texinfo, fdl.texinfo

--

-- 
-- Stephe
Bruce Tulloch | 26 Jul 06:16

Patch to add (required) files missing from snapshot build.

The snapshot build at revno: 584 does not appear to include these two
files which are required to be able to build the debian package from the
snapshot tarball. Cheers, Bruce.
# HG changeset patch
# User Bruce Tulloch <bruce <at> causal.com>
# Date 1311651135 -36000
# Node ID ffdfca1aa30872069d71f97e8a3da94f6bd7378c
# Parent  0cf6da20cd267fb4e24753e01b9c3307ddbf4ece
added missing files which prevented debian package build

These files were added to the source but not included in the snapshot
tarball build as required to be able to build the debian package from
the snapshot.

diff -r 0cf6da20cd26 -r ffdfca1aa308 Makefile.in
--- a/Makefile.in	Fri Apr 22 23:07:41 2011 +0200
+++ b/Makefile.in	Tue Jul 26 13:32:15 2011 +1000
@@ -82,6 +82,8 @@
 		  dvc-load.el.in dvc-load-install.el.in \
 		  lisp/dvc-version.el \
 		  texinfo/dvc-version.texinfo \
+		  texinfo/dvc-intro.texinfo \
+		  texinfo/fdl.texinfo \
 		  configure.ac configure
 extradist	=

(Continue reading)

Robin Green | 28 Jun 00:24
Gravatar

DVC revert (for hg) doesn't revert file buffer

Hi,

I found what I think is a bug in DVC. If I do C-x V f R on the current
buffer, this happens (I copied and pasted this from the *Messages* buffer):

revert file: "/home/greenrd/hg/urweb-patches/lib/ur/list.ur" ? (y or n) 
hg revert finished
list.ur changed on disk; really edit the buffer? (y, n, r or C-h) 

What happened was that the file got reverted - but the buffer didn't!
Fortunately, emacs noticed as soon as I pressed a key - but I can't see
any valid reason to want this behaviour.

Is this a bug? And is this a general problem with DVC, or does it only
happen with revert (or only with revert for hg, even)?

Thanks,
--

-- 
Robin Green
Thomas Moschny | 11 May 16:40
Picon

building/installing out-of-tree

Hi!

Here's a small patch to allow building (resp. installing afterwards)
dvc out-of-tree.

Regards,
-- 
Thomas Moschny <thomas.moschny <at> gmail.com>
=== modified file 'lisp/Makefile.in'
--- lisp/Makefile.in	2011-04-22 07:26:27 +0000
+++ lisp/Makefile.in	2011-05-11 14:30:42 +0000
@@ -53,7 +53,7 @@
 	  echo Installing $$elc ;			\
 	  $(INSTALL_DATA) $$elc "$(lispdir)" ;		\
 	done
-	$(INSTALL_DATA) xmtn-hooks.lua $(lispdir)
+	$(INSTALL_DATA) $(srcdir)/xmtn-hooks.lua $(lispdir)

 clean:
 	rm -f *.elc dvc-site.el \

_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
(Continue reading)

Stefan Reichör | 22 Apr 23:07
Picon

[commit] rev 584: Merged from Stephen Leake: dvc-get-buffer-create bugfix, xmtn improvements

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

Merged from Stephen Leake: dvc-get-buffer-create bugfix, xmtn improvements
Stephen Leake | 22 Apr 09:34
Favicon

rev 555: * lisp/dvc-buffers.el (dvc-get-buffer-create): ensure 'default-directory' is an absolute path

Committed revision 555 to http://stephe-leake.org/dvc

* lisp/dvc-buffers.el (dvc-get-buffer-create): ensure 'default-directory' is an absolute path

--

-- 
-- Stephe

Gmane