// reset -> there should be no more changes
ResetOperation rop = new ResetOperation(
lookupRepository(repositoryFile), "refs/heads/master",
ResetType.HARD);
rop.execute(new NullProgressMonitor());
clickCompareWithAndWaitForSync(compareWithHeadMenuLabel);
assertSynchronizeNoChange();
}