Show More
@@ -1142,9 +1142,7 b' def walkchangerevs(ui, repo, pats, chang' | |||||
1142 | if follow and not m.files(): |
|
1142 | if follow and not m.files(): | |
1143 | ff = followfilter(onlyfirst=opts.get('follow_first')) |
|
1143 | ff = followfilter(onlyfirst=opts.get('follow_first')) | |
1144 | def want(rev): |
|
1144 | def want(rev): | |
1145 |
|
|
1145 | return ff.match(rev) and rev in wanted | |
1146 | return True |
|
|||
1147 | return False |
|
|||
1148 | else: |
|
1146 | else: | |
1149 | def want(rev): |
|
1147 | def want(rev): | |
1150 | return rev in wanted |
|
1148 | return rev in wanted |
General Comments 0
You need to be logged in to leave comments.
Login now