DMarked asked me to let everyone know about this:

6735422 RFE: add template to cdm so that `hg outgoing -v` will list files 
one-per-line

Since it doesn't seem to be visible at b.o.o, here are the details:

--- begin here ---
Description:

At present, `hg outgoing -v` lists files like this:

---
a b c ...
---

instead of like this:

---
a
b
c
...
---

The current method causes problems, as when the line passes the SMTP line limit 
(around 1000), sendmail will do this:

... usr/src/pkgdefs/SUNWsd!
 card/postremove ...

I.e., it will insert "!\n " when needed, thus corrupting the output.

Comments:

DMarker suggests this blog entry as being helpful:
http://blogs.sun.com/vlad/entry/customizing_mercurial_outgoing_output
--- end here ---

FYI for the next person who has cycles to work on this; thanks...

-- John

http://blogs.sun.com/jbeck

Reply via email to