...
12
13
14
15
16
17
...
72
73
74
75
76
77
78
79
...
85
86
87
88
89
90
91
...
12
13
14
15
16
17
18
19
...
74
75
76
77
78
79
80
81
82
83
84
...
90
91
92
93
94
95
96
@implementation PBWebChangesController
+@synthesize fileViewerController;
+
- (void) awakeFromNib
{
selectedFile = nil;
- (void) refresh
{
- if (!finishedLoading)
+ [fileViewerController showFile:[selectedFile path] sha:nil];
+ /*if (!finishedLoading)
return;
+
+ [fileViewerController showFile:selectedFile sha:@""];
id script = [view windowScriptObject];
[script callWebScriptMethod:@"showFileBlame"
withArguments:[NSArray arrayWithObjects:selectedFile ?: (id)[NSNull null],
[NSNumber numberWithBool:selectedFileIsCached], nil]];
- }
+ }*/
}
- (void)stageHunk:(NSString *)hunk reverse:(BOOL)reverse