Let the gitx CLI use our RevSpecification

This commit is contained in:
Pieter de Bie
2008-09-12 17:56:42 +02:00
parent dea6a77d02
commit 3c7a22ef56
5 changed files with 14 additions and 10 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
//
#import <Cocoa/Cocoa.h>
#import "PBGitRevSpecifier.h"
@interface PBRepositoryDocumentController : NSDocumentController
@@ -14,5 +15,5 @@
}
- (id) openRepositoryAtLocation:(NSURL*) url RevParseArgs:(NSArray*)args;
- (id) openRepositoryAtLocation:(NSURL*) url RevSpecifier:(PBGitRevSpecifier*) rev;
@end