correct parameters

This commit is contained in:
German Laullon
2011-03-08 17:40:02 -08:00
parent 5f85c8269c
commit dbbc7dfafa
+1 -1
View File
@@ -226,7 +226,7 @@
- (void) openFileMerge:(NSString*)file sha:(NSString *)sha
{
NSArray *args=[NSArray arrayWithObjects:@"difftool",@"--no-prompt",@"--tool=opendiff",[NSString stringWithFormat:@"%@^",sha],sha,file,nil];
NSArray *args=[NSArray arrayWithObjects:@"difftool",@"--no-prompt",@"--tool=opendiff",[NSString stringWithFormat:@"%@^",sha],sha,@"--",file,nil];
[historyController.repository handleForArguments:args];
}