changeset 6760 | 4faaa0535ea7 |
parent 6755 | f8299c84b5b6 |
child 6762 | f67d1468ac50 |
--- 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.