Remove redundant parent specifications

TestRepository#branch automatically adds the specified branch tip to
the parents of the resulting CommitBuilder. Adding the parent after
that results in a merge commit with two of the same parent--valid, but
not something we're specifically trying to test.

Change-Id: If656de877269f90a63375bb22db72544e5f55c4a
1 file changed