eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py

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

eric ide

mercurial