# HG changeset patch # User Chris Cannam # Date 1299083357 0 # Node ID 913d213dd427805fe317b7168cced4c4426fbdec # Parent dff8ec43c86d2f84914ee63fcebb946b115d87f1 Remove message about updating to bring changes into the working copy: it isn't always true (e.g. if you have to do a merge next) diff -r dff8ec43c86d -r 913d213dd427 mainwindow.cpp --- a/mainwindow.cpp Wed Mar 02 16:28:03 2011 +0000 +++ b/mainwindow.cpp Wed Mar 02 16:29:17 2011 +0000 @@ -1667,7 +1667,7 @@ int n = extractChangeCount(output); if (n > 0) { head = tr("Pulled %n changeset(s)", "", n); - report = tr("The new changes will be highlighted in the history.
Use Update to bring these changes into your working copy."); + report = tr("New changes will be highlighted in yellow in the history."); } else if (n == 0) { head = tr("No changes to pull"); report = tr("Your local repository already contains all changes found in the remote repository.");