Show More
@@ -1879,6 +1879,7 b' class localrepository(object):' | |||||
1879 | changeset, finding all files matched by the match |
|
1879 | changeset, finding all files matched by the match | |
1880 | function |
|
1880 | function | |
1881 | ''' |
|
1881 | ''' | |
|
1882 | self.ui.deprecwarn('use repo[node].walk instead of repo.walk', '4.3') | |||
1882 | return self[node].walk(match) |
|
1883 | return self[node].walk(match) | |
1883 |
|
1884 | |||
1884 | def status(self, node1='.', node2=None, match=None, |
|
1885 | def status(self, node1='.', node2=None, match=None, |
General Comments 0
You need to be logged in to leave comments.
Login now