added to view history of the specific file.

This commit is contained in:
youngwan
2011-11-14 10:43:34 +09:00
parent 996ad0b044
commit c0905b8a14
9 changed files with 300 additions and 11 deletions

View File

@@ -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);
}