Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
602:92929d26b8db | 603:10ef94e51f44 |
---|---|
2131 MoreInformationDialog::information | 2131 MoreInformationDialog::information |
2132 (this, tr("Merge"), tr("Merge failed"), | 2132 (this, tr("Merge"), tr("Merge failed"), |
2133 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."), | 2133 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."), |
2134 stdErr); | 2134 stdErr); |
2135 m_mergeCommitComment = ""; | 2135 m_mergeCommitComment = ""; |
2136 hgQueryPaths(); | |
2136 return; | 2137 return; |
2137 case ACT_STAT: | 2138 case ACT_STAT: |
2138 break; // go on to default report | 2139 break; // go on to default report |
2139 default: | 2140 default: |
2140 break; | 2141 break; |