Joel J. Adamson | 21 Dec 2012 16:42
Gravatar

bzr-missing fails silently with no network connection

Good Morning,

I noticed the following behavior yesterday on my laptop, and was able to
replicate it today on my workstation:

1.  Turn off networking
2. M-x cd RET ~/.emacs/dvc RET bzr-missing RET
3. Minibuffer reads: No missing revisions: Branches are up to date.
4. Go to shell:
> joel <at> chondestes: ~/.emacs.d/dvc > bzr missing
> Using saved parent location: http://bzr.xsteve.at/dvc/
> bzr: ERROR: Connection error: Couldn't resolve host 'bzr.xsteve.at' [Errno -2] Name or service not known
> joel <at> chondestes: ~/.emacs.d/dvc > echo $?
> 3
> joel <at> chondestes: ~/.emacs.d/dvc > 

Here's my version info:

GNU Emacs 24.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.13) of
2012-11-17 on buildvm-30.phx2.fedoraproject.org

Bazaar (bzr) 2.5.0
  Python interpreter: /usr/bin/python 2.7.3
  Python standard library: /usr/lib64/python2.7
  Platform: Linux-3.6.10-2.fc17.x86_64-x86_64-with-fedora-17-Beefy_Miracle
  bzrlib: /usr/lib64/python2.7/site-packages/bzrlib
  Bazaar configuration: /home/joel/.bazaar
  Bazaar log file: /home/joel/.bzr.log

I'd be happy to work on this, as I've been looking to dig into some
(Continue reading)

Thierry Volpiatto | 9 Oct 2012 12:47
Picon
Gravatar

xmtn* is already compiled annoying warning

Hi,
with recent emacs, a warning is popping up when opening a new file with
tramp:

=> xmtn-match--contains-match-variable-p is already compiled

This is due to this that is no more needed I think, at least on
emacs-24.2.(xmtn-match.el)

--8<---------------cut here---------------start------------->8---
;; Make sure the function is compiled to avoid stack overflows.
;; Without this, DVC fails to build (in my configuration), since it
;; initially loads the elisp file as source.
(byte-compile 'xmtn-match--generate-branch)
;; I think the same may hold for this function (see message from Sam
;; Steingold on the dvc-dev list, 2007-07-09), although I haven't
;; tried very hard to reproduce it.
(byte-compile 'xmtn-match--contains-match-variable-p)
--8<---------------cut here---------------end--------------->8---

--

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 
Stefan Reichör | 26 Jun 2012 23:13
Picon

[commit] rev 591: Merged confirm-delete-unversioned branch from Rory Yorke <rory.yorke <at> gmail.com>

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

Merged confirm-delete-unversioned branch from Rory Yorke <rory.yorke <at> gmail.com>
Stefan Reichör | 26 Jun 2012 22:56
Picon

[commit] rev 590: Allow DVC to compile with XEmacsen

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

Allow DVC to compile with XEmacsen
  Patch from Nelson Ferreira <nelson.ferreira <at> ieee.org>
  * condition-case (require 'dired-x) ignoring errors

  * Only add uniquify-list-buffers-directory-modes to dvc-status-mode if
  it is bound.

  * Transform all ecase instances with 't' conditional to case, since
  ecase does not support otherwise clauses, despite the fact the GNU Emacs
  seems to violate Common Lisp there.
Nelson Ferreira | 23 Jun 2012 00:36
Picon
Gravatar

[PATCH] Allow DVC to compile with XEmacsen


Did not attempt to run yet, but at least this makes it compile...

Summary of changes:

* condition-case (require 'dired-x) ignoring errors

* Only add uniquify-list-buffers-directory-modes to dvc-status-mode if
it is bound.

* Transform all ecase instances with 't' conditional to case, since
ecase does not support otherwise clauses, despite the fact the GNU Emacs
seems to violate Common Lisp there.

Attachment (dvc.xemacs.diff): text/x-patch, 3194 bytes
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Boris Kheyfets | 13 Jun 2012 19:59
Picon
Gravatar

Turn off dvc tips?

Hello

Is there a way I can turn off dvc tips after every commit?

With great respect,
Boris.
Rory Yorke | 6 Apr 2012 14:26
Picon

confirm delete unversioned files

Hi,

After accidentally hitting 'd' instead of 'a' one too many times, I made
a mod to ask the user to confirm deletion; it's at

  https://code.launchpad.net/~ryorke/dvc/confirm-delete-unversioned

AKA

  lp:~ryorke/dvc/confirm-delete-unversioned

It works fine with bzr; not sure if it needs to be tested with other
backends.

Regards,

Rory
Boris Kheyfets | 23 Mar 2012 12:10
Picon
Gravatar

How do I bind to xgit-diff-mode-map?

I have in my .emacs:

(require 'dvc-autoloads)

I try to bind delete-other-windows to M-1. I tried to do it:
(define-key 'xgit-diff-mode-map (kbd "M-1") 'delete-other-windows)
I got:
keymapp, xgit-diff-mode-map

I think the problem is - dvc is not loadede at start up. So I tired:
(eval-after-load "dvc-autoloads" '(define-key 'xgit-diff-mode-map (kbd "M-1") 'delete-other-windows))

No help!



_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Stefan Reichör | 17 Feb 2012 22:49
Picon

[commit] rev 589: xhg-gnus: xhg-gnus-import-patch: Improve error message

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

xhg-gnus: xhg-gnus-import-patch: Improve error message
Stefan Reichör | 13 Jan 2012 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 2012 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

Gmane