changeset 488:2f59333952ce

Message has changed in hg 1.9
author Chris Cannam
date Wed, 17 Aug 2011 22:13:14 +0100
parents 2d57b81671de
children 86cdaa346e59
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Thu Jul 14 13:56:20 2011 +0100
+++ b/src/mainwindow.cpp	Wed Aug 17 22:13:14 2011 +0100
@@ -2097,7 +2097,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")) {