Hi Harry, On 24 Mai, 12:51, Harry van der Wolf <[email protected]> wrote: > On OSX we do have a couple of text files in the build which need to be > changed to users own specific paths before you can build with XCode. > > I modified these files of course to reflect my own build environment. > > HG now commits and pushes these "changes" also on commit and push. > > unnecessary to say that I don't want this. How can I prevent this? > I don't know, if this works in your case, but you can create a file .hgignore next to the .hg folder which contains files which are ignored by mercurial. See http://mercurial.selenic.com/wiki/.hgignore But I think, this will fail if you make indentional changes to these files (Maybe then you have to delete/rename .hgignore, commit the changes and then rename the file back to .hgignore)
My .hgignore contains the following lines (created by TortoiseHG): glob:rev.txt glob:.hgignore It ignores the created rev.txt, which contains the revision number, and also the .hgignore file itself. Maybe there is better solution, but this works for me Thomas -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
