[issue1002] hg status broken in 2ab54f48dbe8 of mercurial-crew?

Mirko Friedenhagen mercurial-bugs at selenic.com
Sat Feb 23 07:38:57 CST 2008


New submission from Mirko Friedenhagen <mirko-lists at friedenhagen.de>:

Hello,

In the last few days I had problems seeing unknown files when executing `status`. This is 
on Mac OS X Leopard 10.5.2

[mirko at borg status-of-unknown]$ python     
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:16) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D


[mirko at borg status-of-unknown]$ hg --version
Mercurial Distributed SCM (version 2ab54f48dbe8)


[mirko at borg ~]$ mkdir status-of-unknown
[mirko at borg ~]$ cd status-of-unknown/
[mirko at borg status-of-unknown]$ hg init
[mirko at borg status-of-unknown]$ touch oops
[mirko at borg status-of-unknown]$ hg status
[mirko at borg status-of-unknown]$ hg status -u
[mirko at borg status-of-unknown]$ hg status -A
? oops

[mirko at borg status-of-unknown]$ cat ~/.hgignore 
syntax:glob
.svn
*.class
*.pyc
*.pyo
*.o
*.lo
*.la
.*.rej
*.rej
.*~
*~
.#*
*.swp
.DS_Store

Best Regards
Mirko

----------
messages: 5367
nosy: mfriedenhagen
priority: urgent
status: unread
title: hg status broken in 2ab54f48dbe8 of mercurial-crew?

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1002>
____________________________________________________



More information about the Mercurial-devel mailing list