Mercurial > hg > easyhg
changeset 489:86cdaa346e59
Merge
author | Chris Cannam |
---|---|
date | Wed, 17 Aug 2011 22:13:51 +0100 |
parents | 2f59333952ce (diff) 12195f4b5105 (current diff) |
children | cd3dd285d0ff 1d90cd7a1c5f |
files | src/mainwindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mainwindow.cpp Wed Aug 17 16:08:59 2011 +0100 +++ b/src/mainwindow.cpp Wed Aug 17 22:13:51 2011 +0100 @@ -2119,7 +2119,7 @@ } break; // go on to default report case ACT_PUSH: - if (output.contains("creates new remote heads")) { + if (output.contains("creates new remote head")) { reportNewRemoteHeads(output); return; } else if (output.contains("authorization failed")) {