Should the synchronization be done on "this" or some other object
which is common across branch instances as there can be multiple
instances of the branch

On Tue, Jul 23, 2013 at 5:15 PM,  <mdue...@apache.org> wrote:
> +        synchronized (this) {
> +            rebase();
> +            NodeState toCommit = checkNotNull(hook).processCommit(base, 
> head);
> +            NodeState oldRoot = head;
> +            head = toCommit;



Chetan Mehrotra

Reply via email to