Mercurial > hg > easyhg
comparison src/mainwindow.cpp @ 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 |
comparison
equal
deleted
inserted
replaced
472:2d57b81671de | 488:2f59333952ce |
---|---|
2095 // ignore this, user cancelled username or password dialog | 2095 // ignore this, user cancelled username or password dialog |
2096 return; | 2096 return; |
2097 } | 2097 } |
2098 break; // go on to default report | 2098 break; // go on to default report |
2099 case ACT_PUSH: | 2099 case ACT_PUSH: |
2100 if (output.contains("creates new remote heads")) { | 2100 if (output.contains("creates new remote head")) { |
2101 reportNewRemoteHeads(output); | 2101 reportNewRemoteHeads(output); |
2102 return; | 2102 return; |
2103 } else if (output.contains("authorization failed")) { | 2103 } else if (output.contains("authorization failed")) { |
2104 reportAuthFailed(output); | 2104 reportAuthFailed(output); |
2105 return; | 2105 return; |