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') |