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