.hgignore on Windows not working
Adrian Buehlmann
adrian at cadifra.com
Tue Apr 1 14:02:34 CDT 2008
On 01.04.2008 20:39, Peter Arrenbrecht wrote:
> On Tue, Apr 1, 2008 at 6:19 PM, Adrian Buehlmann <adrian at cadifra.com> wrote:
>> On 01.04.2008 17:45, Peter Arrenbrecht wrote:
>> > Can you post your actual .hgignore file? My attempt at reproducing the
>> > situation was erroneous and so we actually cannot reproduce your
>> > problem.
>> > -peo
>>
>> I Just wanted to point out that J.W. Zondag (the OP) already posted what's in his .hgignore:
>>
>> '''
>> syntax: glob
>> *.suo
>> '''
>>
>> which should ignore his test.suo, but it doesn't. For reasons we don't know yet.
>> See also http://www.selenic.com/mercurial/bts/issue1069
>
> Sure, but from this we cannot see the exact file, line delimiters and all.
> -peo
>
Indeed, you're right, my bad. For reference: J.W. Zondag reported on issue1069:
'''
Using Windows Vista Ultimate + SP1 (EN)
Checked things out.
Was using PowerShell as shell.
Creating .hgignore with:
> "syntax: glob" > .hgstatus
resulted in a Unicode encoded file
which is apparently not being read correctly by "hg status"
'''
'''
Setting .hgignore to ANSI or UTF-8 makes 'hg status' work fine, so if using an
unicode .hgignore file is a no no, then im sorry for raising this issue.
'''
I closed the issue as resolved.
More information about the Mercurial
mailing list