Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 6760:4faaa0535ea7
status: clean up all users for unknown files
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 27 Jun 2008 13:43:29 -0500 |
parents | f8299c84b5b6 |
children | f67d1468ac50 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Thu Jun 26 18:49:45 2008 -0500 +++ b/mercurial/localrepo.py Fri Jun 27 13:43:29 2008 -0500 @@ -972,7 +972,7 @@ yield fn def status(self, node1=None, node2=None, match=None, - ignored=False, clean=False, unknown=True): + ignored=False, clean=False, unknown=False): """return status of files between two nodes or node and working directory If node1 is None, use the first dirstate parent instead.