We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd2cf8 commit a7dc2bfCopy full SHA for a7dc2bf
PBSourceViewItem.h
@@ -35,7 +35,7 @@
35
- (void)removeChild:(PBSourceViewItem *)child;
36
37
// This adds the ref to the path, which should match the item's title,
38
-// so "refs/heads/pu/pb/sidebar" would have the path [@"pu", @"pb", @"sidebare"]
+// so "refs/heads/pu/pb/sidebar" would have the path [@"pu", @"pb", @"sidebar"]
39
// to the 'local' branch thing
40
- (void)addRev:(PBGitRevSpecifier *)revSpecifier toPath:(NSArray *)path;
41
- (PBSourceViewItem *)findRev:(PBGitRevSpecifier *)rev;
0 commit comments