##// END OF EJS Templates
delta-find: add a small docstring to deltacomputer...
marmoute -
r52212:da7ecb4d default
parent child Browse files
Show More
@@ -1083,6 +1083,12 b' class SnapshotCache:'
1083
1083
1084
1084
1085 class deltacomputer:
1085 class deltacomputer:
1086 """object capable of computing delta and finding delta for multiple revision
1087
1088 This object is meant to compute and find multiple delta applied to the same
1089 revlog.
1090 """
1091
1086 def __init__(
1092 def __init__(
1087 self,
1093 self,
1088 revlog,
1094 revlog,
General Comments 0
You need to be logged in to leave comments. Login now