private static String getRootKey(HgRoot root) {
   return KEY_REPOS_PREFIX + root.getAbsolutePath();
 }