heads-up: hgsetup(1) changes with respect to auto-merge


Date: Thu, 22 Jan 2009 08:57:19 -0800
From: John Sonnenschein <John.Sonnenschein at sun dot com>
To: on-all at eng dot sun dot com
Subject: heads-up: hgsetup(1) changes with respect to auto-merge

As of my (or more accurately Rich Lowe's) putback of 6740762 the ~/.hgrc
created by hgsetup(1) will configure Mercurial to not auto-merge
conflicting
changes, and instead require resolution in the normal fashion.

If you wish to restore the prior behaviour (which I somewhat
discourage), you should either remove the .premerge settings in the
[merge-tools] section of your hgrc or set their values to True.

If you have an existing hgrc but wish to prevent auto-merge, you
should set .premerge=False in that section for each tool (you can use
the hgrc created by hgsetup(1) as an example).

For example, in the "[merge-tools]" section of your ~/.hgrc, you
could add this:

       filemerge.premerge=False
       meld.premerge=False
       gpyfm.premerge=False

-JohnS

last modified by alanbur on 2009/11/20 23:48
Collectives
Project


© Sun Microsystems Inc. 2009
XWiki Enterprise 1.8.2.19075 - Documentation
Terms Of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site map | Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.