unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28924: 25.3; All hg entries on single line possibly due to typo in vc-hg-root-log-format.
@ 2017-10-21 15:17 gavenkoa
  2017-10-24 17:24 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: gavenkoa @ 2017-10-21 15:17 UTC (permalink / raw)
  To: 28924

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/





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

end of thread, other threads:[~2017-10-25 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 15:17 bug#28924: 25.3; All hg entries on single line possibly due to typo in vc-hg-root-log-format gavenkoa
2017-10-24 17:24 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).