Show More
@@ -861,7 +861,7 b' static PyMethodDef lazymanifest_methods[' | |||
|
861 | 861 | {"iterkeys", (PyCFunction)lazymanifest_getkeysiter, METH_NOARGS, |
|
862 | 862 | "Iterate over file names in this lazymanifest."}, |
|
863 | 863 | {"iterentries", (PyCFunction)lazymanifest_getentriesiter, METH_NOARGS, |
|
864 |
"Iterate over (path, nodeid, flags) t |
|
|
864 | "Iterate over (path, nodeid, flags) tuples in this lazymanifest."}, | |
|
865 | 865 | {"copy", (PyCFunction)lazymanifest_copy, METH_NOARGS, |
|
866 | 866 | "Make a copy of this lazymanifest."}, |
|
867 | 867 | {"filtercopy", (PyCFunction)lazymanifest_filtercopy, METH_O, |
General Comments 0
You need to be logged in to leave comments.
Login now