Show More
@@ -423,7 +423,7 b' def reposetup(ui, repo):' | |||||
423 | try: |
|
423 | try: | |
424 | wlock = self.wlock() |
|
424 | wlock = self.wlock() | |
425 | for f in self.dirstate: |
|
425 | for f in self.dirstate: | |
426 |
if self.dirstate |
|
426 | if not self.dirstate.get_entry(f).maybe_clean: | |
427 | continue |
|
427 | continue | |
428 | if oldeol is not None: |
|
428 | if oldeol is not None: | |
429 | if not oldeol.match(f) and not neweol.match(f): |
|
429 | if not oldeol.match(f) and not neweol.match(f): |
General Comments 0
You need to be logged in to leave comments.
Login now