eric6/VCS/VersionControl.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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