Merge branch 'stable-2.9' into stable-2.10

* stable-2.9:
  SSH query command: Remove resume_sortkey query operator
  SSH query command: Add --start n option to skip n changes

Change-Id: I6ea3e2d9d3a0c39c66390ac0afed6d648ad2ce69
This commit is contained in:
David Pursehouse
2014-08-13 08:45:24 +09:00
3 changed files with 15 additions and 13 deletions

View File

@@ -146,7 +146,7 @@ public class QueryProcessor {
limit = n;
}
void setStart(int n) {
public void setStart(int n) {
start = n;
}