[Monotone-devel] [PATCH] add kdiff3 support as a merge tool

2005-05-09 Thread rghetta
This patch makes kdiff3 the default merge tool, instead of meld. rationale: Meld is nice on two-way merge, but much less satisfactory for three-way. kdiff3 hasn't all the features of xxdiff, but is multiplatform (*nix, win32, osx) and support editing the merged file! As usual, comments

[Monotone-devel] [PATCH] --msgfile commit option

2005-05-09 Thread rghetta
This patch adds a --msgfile=message file commit option. The named file content is used as the commit message. Rationale: There is already MT/log, but for an automated tool getting the MT directory is sometimes difficult. Besides, to use MT/log without invoking the editor you need to define a lua

Re: [Monotone-devel] monotone 0.19 - how long should a fresh pull take?

2005-05-09 Thread Jon Bright
Joe Wilson wrote: Which is considerably better than the 3.6 hours I experienced before. Might I ask what compiler version, boost version and configure options this version was built with? MinGW, gcc 3.4, boost... I'd have to look. Probably 1.31.0, possibly 1.32.0. Certainly, building with 1.32

[Monotone-devel] Re: Server fails to start up because it messes with MT directory

2005-05-09 Thread Peter Simons
Timothy Brownawell writes: It's trying to read MT/options. I would be nice if there were a flag to tell Monotone to _not_ read anything from the MT directory. Particularly, when starting the Netsync server. here's a patch to turn this into a warning. Thank you! Peter

[Monotone-devel] Newbie questions

2005-05-09 Thread Robert Leftwich
I have just started using Monotone and I have a question or two. Firstly, it is not as easy as I would hope to detect when new files are created and are not yet under version control, i.e. monotone status does not list them, I need to use list unknown - requiring at least two operations to get

Re: [Monotone-devel] Re: Server fails to start up because it messes with MT directory

2005-05-09 Thread Derek Scherger
Peter Simons wrote: Timothy Brownawell writes: It's trying to read MT/options. I would be nice if there were a flag to tell Monotone to _not_ read anything from the MT directory. Particularly, when starting the Netsync server. --root='.' should do limit the search for MT to the current

Re: [Monotone-devel] Re: Server fails to start up because it messes with MT directory

2005-05-09 Thread Nathaniel Smith
On Mon, May 09, 2005 at 08:29:53PM -0600, Derek Scherger wrote: Peter Simons wrote: Timothy Brownawell writes: It's trying to read MT/options. I would be nice if there were a flag to tell Monotone to _not_ read anything from the MT directory. Particularly, when starting the

Re: [Monotone-devel] [PATCH] --msgfile commit option

2005-05-09 Thread Nathaniel Smith
On Mon, May 09, 2005 at 08:14:12AM +0200, rghetta wrote: This patch adds a --msgfile=message file commit option. The named file content is used as the commit message. Two requests: -- make it --message-file, I guess? Unless anyone else has a better idea. It's a little verbose, but we

Re: [Monotone-devel] [PATCH] add kdiff3 support as a merge tool

2005-05-09 Thread Nathaniel Smith
On Mon, May 09, 2005 at 07:52:03AM +0200, rghetta wrote: This patch makes kdiff3 the default merge tool, instead of meld. rationale: Meld is nice on two-way merge, but much less satisfactory for three-way. kdiff3 hasn't all the features of xxdiff, but is multiplatform (*nix, win32, osx)