32 """ |
32 """ |
33 Public method to strip revisions from a repository. |
33 Public method to strip revisions from a repository. |
34 |
34 |
35 @param name file/directory name |
35 @param name file/directory name |
36 @type str |
36 @type str |
37 @keyparam rev revision to strip from |
37 @param rev revision to strip from |
38 @type str |
38 @type str |
39 @return flag indicating that the project should be reread |
39 @return flag indicating that the project should be reread |
40 @rtype bool |
40 @rtype bool |
41 """ |
41 """ |
42 # find the root of the repo |
42 # find the root of the repo |