Fix for renamed api

This commit is contained in:
Ignacio Casal Quinteiro 2014-06-23 16:22:32 +02:00
parent a3bc7b2a2d
commit a0cd8e41a9

View File

@ -440,13 +440,13 @@ public class Stage : Object
}
}
ret = d_repository.create_commit_from_oids("HEAD",
author,
committer,
encoding,
emsg,
treeoid,
parents);
ret = d_repository.create_commit_from_ids("HEAD",
author,
committer,
encoding,
emsg,
treeoid,
parents);
bool always_update = false;