eric6/Plugins/VcsPlugins/vcsMercurial/StripExtension/strip.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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

eric ide

mercurial