mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Let the gitx CLI use our RevSpecification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user