[8] Repos initialized with git-svn break the app

This commit is contained in:
German Laullon
2011-04-18 14:48:08 -07:00
parent 74897cfd95
commit 7911b67656
+2 -1
View File
@@ -171,7 +171,8 @@ static NSString * const kObservingContextSubmodules = @"submodulesChanged";
-(void)evaluateRemoteBadge:(PBGitSVRemoteItem *)remote
{
DLog(@"remote.title=%@",[remote title]);
[remote setAlert:[self remoteNeedFetch:[remote title]]];
if([remote isKindOfClass:[PBGitSVRemoteItem class]])
[remote setAlert:[self remoteNeedFetch:[remote title]]];
}
-(NSNumber *)countCommintsOf:(NSString *)range