[issue485] debugwalk does not walk specified subdir on win32

TK Soh mercurial-bugs at selenic.com
Tue Jan 23 14:40:58 CST 2007


New submission from TK Soh <teekaysoh at gmail.com>:

It seemed to affect status & add too:

D:\qct>hg debugwalk . | find "qctlib"
f  qctlib/__init__.py       qctlib\__init__.py
f  qctlib/dialog.ui         qctlib\dialog.ui
f  qctlib/gui_logic.py      qctlib\gui_logic.py
f  qctlib/preferences.ui    qctlib\preferences.ui
f  qctlib/utils.py          qctlib\utils.py
f  qctlib/vcs/__init__.py   qctlib\vcs\__init__.py
f  qctlib/vcs/bzr.py        qctlib\vcs\bzr.py
f  qctlib/vcs/cvs.py        qctlib\vcs\cvs.py
f  qctlib/vcs/git.py        qctlib\vcs\git.py
f  qctlib/vcs/hg.py         qctlib\vcs\hg.py
f  qctlib/vcs/mtn.py        qctlib\vcs\mtn.py
f  qctlib/vcs/p4.py         qctlib\vcs\p4.py

D:\qct>hg debugwalk qctlib

D:\qct>hg version
Mercurial Distributed SCM (version 0.9.3+20061222)

Copyright (C) 2005, 2006 Matt Mackall <mpm at selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

----------
messages: 2717
nosy: tksoh
priority: bug
status: unread
title: debugwalk does not walk specified subdir on win32
topic: windows

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



More information about the Mercurial-devel mailing list