[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: where to push simple bugfix
From: |
John W. Eaton |
Subject: |
Re: where to push simple bugfix |
Date: |
Mon, 6 Aug 2012 10:56:31 -0400 |
On 6-Aug-2012, Jordi Gutiérrez Hermoso wrote:
| The source code reorganisation is no trouble for merges. Hg tracks
| file renames (unlike a well-known competitor), so files moving around
| cause no great hassle.
|
| Or they shouldn't...
Changes to the renamed files should not cause too much trouble.
Changes to files like configure.ac or any other file that lists the
names of the files could easily result in conflicts since there are
now large sections where the context will not match.
jwe