Mercurial > hg > easyhg
diff src/mainwindow.cpp @ 603:10ef94e51f44
Make sure we update the view after a failed merge
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2012 10:08:44 +0100 |
parents | 825a457f6415 |
children | 372b191247da |
line wrap: on
line diff
--- a/src/mainwindow.cpp Tue Jul 03 10:02:22 2012 +0100 +++ b/src/mainwindow.cpp Tue Jul 03 10:08:44 2012 +0100 @@ -2133,6 +2133,7 @@ tr("Some files were not merged successfully.<p>You can Merge again to repeat the interactive merge; use Revert to abandon the merge entirely; or edit the files that are in conflict in an editor and, when you are happy with them, choose Mark Resolved in each file's right-button menu."), stdErr); m_mergeCommitComment = ""; + hgQueryPaths(); return; case ACT_STAT: break; // go on to default report