[Monotone-devel] Java JDK is changing VCS too

2006-10-01 Thread Lapo Luchini
It seems the process of open-sourcing Java JDK is leading Sun people to choose a new VCS as well. The choice seems to be going towards Mercurial, as past experience of OpenSolaris (also Sun) chose to use in april 2006. They don't seem to have definitely decided yet, though. Mark Reinhold’s Other

Re: [Monotone-devel] [PATCH] Specifying multiple --message arguments for commits

2006-10-01 Thread Evan Deaubl
Thomas Moschny wrote: On Saturday 30 September 2006 19:59 Evan Deaubl wrote: The only thing I'm worried about is the line separator I used, but I didn't see anywhere in the code where line separators were specified, and I saw straight LFs being used most places, so I went with that. Can't you

Re: [Monotone-devel] invariant 'I(!next.empty())' importing FreeBSD full sources

2006-10-01 Thread Daniel Carosone
On Sun, Oct 01, 2006 at 03:54:39PM +0200, Lapo Luchini wrote: mtn: fatal: std::logic_error: graph.cc:72: invariante 'I(!next.empty())' violato This ought to be fixed in mainline, with the change in revision a:njs/d:2006-09-22T07:01:26 - please try it and confirm! -- Dan. pgptuR2KIzRrO.pgp

Re: [Monotone-devel] [PATCH] Specifying multiple --message arguments for commits

2006-10-01 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sat, 30 Sep 2006 14:34:15 -0500, Timothy Brownawell [EMAIL PROTECTED] said: tbrownaw On Sat, 2006-09-30 at 21:17 +0200, Thomas Moschny wrote: tbrownaw Can't you simply use std::endl for that? tbrownaw tbrownaw std::endl is the same as '\n' plus flush() . No

Re: [Monotone-devel] [PATCH] Specifying multiple --message arguments for commits

2006-10-01 Thread Larry Hastings
Richard Levitte - VMS Whacker wrote: On some platforms, then end of line is "\r\n". On some others, it's not even a character, it's writing down the line as a record with a length indicator. But I'm sure the stream is flushed either way. I think those differences are abstracted away