all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5302: Diff-mode fails on Bzr diffs
@ 2010-01-04 17:29 Juri Linkov
  2017-01-31  8:05 ` bug#5302: Fixed Dima Kogan
  2017-01-31  9:02 ` bug#5302: Diff-mode fails on Bzr diffs Tino Calancha
  0 siblings, 2 replies; 6+ messages in thread
From: Juri Linkov @ 2010-01-04 17:29 UTC (permalink / raw)
  To: bug-gnu-emacs

With the Bzr output in Diff-mode, `C-c C-c' (`diff-goto-source') signals
the following error:

Debugger entered--Lisp error: (error "End of hunk ambiguously marked")
  signal(error ("End of hunk ambiguously marked"))
  error("End of hunk ambiguously marked")
  diff-sanity-check-hunk()
  diff-find-source-location(nil t)
  diff-goto-source(nil 3)
  call-interactively(diff-goto-source nil nil)

Steps to reproduce:

1. emacs -Q

2. In a Bzr controlled dir, run:

   M-! bzr log -p -r-2.. RET

3. Switch to the output buffer, and type:

   M-x diff-mode RET

4. Go to the last hunk of the first revision and type `C-c C-c'.

The problem is that Brz separates revisions with a line of dashes like

------------------------------------------------------------

that Diff-mode doesn't understand.

-- 
Juri Linkov
http://www.jurta.org/emacs/







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-01-31 16:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 17:29 bug#5302: Diff-mode fails on Bzr diffs Juri Linkov
2017-01-31  8:05 ` bug#5302: Fixed Dima Kogan
2017-01-31  9:02 ` bug#5302: Diff-mode fails on Bzr diffs Tino Calancha
2017-01-31  9:35   ` bug#9597: " Tino Calancha
2017-01-31 16:52     ` Dima Kogan
2017-01-31 16:55       ` bug#9597: " Tino Calancha

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.