Esempio n. 1
0
 public long commit(
     String[] path,
     String message,
     int depth,
     boolean noUnlock,
     boolean keepChangelist,
     String[] changelists,
     Map revpropTable)
     throws ClientException {
   return myDelegate.commit(
       path, message, depth, noUnlock, keepChangelist, changelists, revpropTable);
 }
Esempio n. 2
0
 public long commit(String[] path, String message, boolean recurse, boolean noUnlock)
     throws ClientException {
   return myDelegate.commit(path, message, recurse, noUnlock);
 }