all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bzr warning for modified file
@ 2012-04-21 17:11 Juanma Barranquero
  0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2012-04-21 17:11 UTC (permalink / raw
  To: Emacs developers

A few days ago, I started getting warnings from Bzr when I run Emacs
(trunk, not the emacs-24 branch) and desktop.el loads a file which is
under bzr and modified. The prototypical example is that I've modified
lisp/ChangeLog, and in a subsequent session I start emacs and get

  Warnings in `bzr' output: modified:^M
    lisp/ChangeLog^M

  Warnings in `bzr' output: modified:^M
    lisp/ChangeLog

The ^M are part of the message, and the message is duplicated (in the
example, the only modified file in the workspace is lisp/ChangeLog).

Checking the return of vc-bzr-status, I see:

  ELISP> (vc-bzr-status "lisp/ChangeLog")
  (modified)

  ELISP> (vc-bzr-status "lisp/ChangeLog^M")
  (unchanged . "modified:\n  lisp/ChangeLog\n")

Before filing a bug report (which involves doing surgery to my
.emacs), does it ring a bell to anyone? Any recent change in the trunk
that could be the cause?

    Juanma



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-21 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21 17:11 bzr warning for modified file Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.