Show More
@@ -1491,8 +1491,7 def grep(ui, repo, pattern, *pats, **opt | |||
|
1491 | 1491 | incrementing = rev |
|
1492 | 1492 | matches.clear() |
|
1493 | 1493 | elif st == 'add': |
|
1494 |
|
|
|
1495 | mf = repo.manifest.read(change[0]) | |
|
1494 | mf = repo.changectx(rev).manifest() | |
|
1496 | 1495 | matches[rev] = {} |
|
1497 | 1496 | for fn in fns: |
|
1498 | 1497 | if fn in skip: |
General Comments 0
You need to be logged in to leave comments.
Login now