eric6/VCS/VersionControl.py

changeset 7900
72b88fb20261
parent 7781
607a6098cb44
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
278 """ 278 """
279 Public method used to view the log of a file/directory in the vcs 279 Public method used to view the log of a file/directory in the vcs
280 with a log browser dialog. 280 with a log browser dialog.
281 281
282 @param name file/directory name to show the log for (string) 282 @param name file/directory name to show the log for (string)
283 @keyparam isFile flag indicating log for a file is to be shown 283 @param isFile flag indicating log for a file is to be shown
284 (boolean) 284 (boolean)
285 @exception RuntimeError to indicate that this method must be 285 @exception RuntimeError to indicate that this method must be
286 implemented by a subclass 286 implemented by a subclass
287 """ 287 """
288 raise RuntimeError('Not implemented') 288 raise RuntimeError('Not implemented')

eric ide

mercurial