##// END OF EJS Templates
rawdata: update caller in wireprotov2server...
marmoute -
r43019:2d2e35c7 default draft
parent child Browse files
Show More
@@ -937,7 +937,7 b' def changesetdata(repo, proto, revisions'
937 937 followingdata = []
938 938
939 939 if b'revision' in fields:
940 revisiondata = cl.revision(node, raw=True)
940 revisiondata = cl.rawdata(node)
941 941 followingmeta.append((b'revision', len(revisiondata)))
942 942 followingdata.append(revisiondata)
943 943
General Comments 0
You need to be logged in to leave comments. Login now