##// END OF EJS Templates
upgrade: improve documentation of matchrevlog()...
Pulkit Goyal -
r46286:d1c10d33 default
parent child Browse files
Show More
@@ -743,7 +743,10 b' def getsidedatacompanion(srcrepo, dstrep'
743 743
744 744
745 745 def matchrevlog(revlogfilter, entry):
746 """check is a revlog is selected for cloning
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 751 The store entry is checked against the passed filter"""
749 752 if entry.endswith(b'00changelog.i'):
General Comments 0
You need to be logged in to leave comments. Login now