[repo] quick fix to re-push changes after encountering a non fast-forward to origin master

This commit is contained in:
Hylke Bons 2011-03-09 06:23:24 -08:00
parent 5d8717d354
commit 1f6304d205

View file

@ -840,7 +840,8 @@ namespace SparkleLib {
if (PushingFailed != null)
PushingFailed (this, args);
CheckForChanges ();
CheckForRemoteChanges ();
Push ();
} else {