##// END OF EJS Templates
lazymanifest: fix typo s/typles/tuples/
Javi Merino -
r29254:c5912a0b stable
parent child Browse files
Show More
@@ -861,7 +861,7 b' static PyMethodDef lazymanifest_methods['
861 {"iterkeys", (PyCFunction)lazymanifest_getkeysiter, METH_NOARGS,
861 {"iterkeys", (PyCFunction)lazymanifest_getkeysiter, METH_NOARGS,
862 "Iterate over file names in this lazymanifest."},
862 "Iterate over file names in this lazymanifest."},
863 {"iterentries", (PyCFunction)lazymanifest_getentriesiter, METH_NOARGS,
863 {"iterentries", (PyCFunction)lazymanifest_getentriesiter, METH_NOARGS,
864 "Iterate over (path, nodeid, flags) typles in this lazymanifest."},
864 "Iterate over (path, nodeid, flags) tuples in this lazymanifest."},
865 {"copy", (PyCFunction)lazymanifest_copy, METH_NOARGS,
865 {"copy", (PyCFunction)lazymanifest_copy, METH_NOARGS,
866 "Make a copy of this lazymanifest."},
866 "Make a copy of this lazymanifest."},
867 {"filtercopy", (PyCFunction)lazymanifest_filtercopy, METH_O,
867 {"filtercopy", (PyCFunction)lazymanifest_filtercopy, METH_O,
General Comments 0
You need to be logged in to leave comments. Login now