all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gavenkoa@gmail.com
To: 28924@debbugs.gnu.org
Subject: bug#28924: 25.3; All hg entries on single line possibly due to typo in vc-hg-root-log-format.
Date: Sat, 21 Oct 2017 18:17:13 +0300	[thread overview]
Message-ID: <86a80ka5ty.fsf@gavenkoa.example.com> (raw)

In GNU Emacs 25.3.1 (x86_64-w64-mingw32)
 of 2017-09-17 built on LAPHROAIG
Windowing system distributor 'Microsoft Corp.', version 10.0.15063

All changelog entries placed on one line on vc-print-root-log for HG with \n
symbols between entries.

When I changed:

 (defcustom vc-hg-root-log-format
   `(,(concat "{rev}:{ifeq(branch, 'default','', '{branch}')}"
              ":{bookmarks}:{tags}:{author|person}"
-             " {date|shortdate} {desc|firstline}\\n")
+             " {date|shortdate} {desc|firstline}\n")

it starts working fine.

I use hg.exe wrapper around Cygwin Python script hg, stripped version is:

  int main(int argc, char **argv) {
    execvp(cmd, argv);
  }

It comes after hg in PATH so execvp loads script instead itself.

-- 
http://defun.work/





             reply	other threads:[~2017-10-21 15:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-21 15:17 gavenkoa [this message]
2017-10-24 17:24 ` bug#28924: 25.3; All hg entries on single line possibly due to typo in vc-hg-root-log-format Eli Zaretskii
2017-10-24 21:37   ` Oleksandr Gavenko
2017-10-24 22:01     ` Ken Brown
2017-10-25 10:50       ` Oleksandr Gavenko
2017-10-25 14:46     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86a80ka5ty.fsf@gavenkoa.example.com \
    --to=gavenkoa@gmail.com \
    --cc=28924@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.