Show More
@@ -17,7 +17,7 b'' | |||||
17 | > try: |
|
17 | > try: | |
18 | > for file in pats: |
|
18 | > for file in pats: | |
19 | > if opts.get('normal_lookup'): |
|
19 | > if opts.get('normal_lookup'): | |
20 | > repo.dirstate.normallookup(file) |
|
20 | > repo.dirstate._normallookup(file) | |
21 | > else: |
|
21 | > else: | |
22 | > repo.dirstate._drop(file) |
|
22 | > repo.dirstate._drop(file) | |
23 | > |
|
23 | > |
General Comments 0
You need to be logged in to leave comments.
Login now