Show More
@@ -743,7 +743,10 b' def getsidedatacompanion(srcrepo, dstrep' | |||||
743 |
|
743 | |||
744 |
|
744 | |||
745 | def matchrevlog(revlogfilter, entry): |
|
745 | def matchrevlog(revlogfilter, entry): | |
746 |
"""check i |
|
746 | """check if a revlog is selected for cloning. | |
|
747 | ||||
|
748 | In other words, are there any updates which need to be done on revlog | |||
|
749 | or it can be blindly copied. | |||
747 |
|
750 | |||
748 | The store entry is checked against the passed filter""" |
|
751 | The store entry is checked against the passed filter""" | |
749 | if entry.endswith(b'00changelog.i'): |
|
752 | if entry.endswith(b'00changelog.i'): |
General Comments 0
You need to be logged in to leave comments.
Login now