<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 2013/08/23 10:28, Gregory Szorc
wrote:<br>
</div>
<blockquote cite="mid:52179BA7.6070202@mozilla.com" type="cite">The
following should get your tree in a happy state:
<br>
<br>
$ hg status -in python/psutil | xargs rm
<br>
</blockquote>
If your tree is a Git mirror clone, an equivalent is:<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<blockquote>git clean -xf python/psutil<br>
</blockquote>
<br>
-myk<br>
<br>
</body>
</html>