[repo] forgot to create commit message before rebasing

This commit is contained in:
Hylke Bons 2011-02-23 00:21:30 +00:00
parent 60b77c5fa1
commit cd130483fc

View file

@ -749,7 +749,9 @@ namespace SparkleLib {
if (RepositoryStatus.AnyDifferences) {
Add ();
Commit ();
string commit_message = FormatCommitMessage ();
Commit (commit_message);
}