mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-06 14:49:11 +01:00
added to view history of the specific file.
This commit is contained in:
@@ -55,4 +55,12 @@ public interface ClientChangesetHandler
|
||||
* @return
|
||||
*/
|
||||
public ChangesetPagingResult getChangesets(int start, int limit);
|
||||
|
||||
/**
|
||||
* @param path
|
||||
* @param start
|
||||
* @param limit
|
||||
* @return
|
||||
*/
|
||||
public ChangesetPagingResult getChangesets(String path, int start, int limit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user