mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
PBRefController: reload items when checking out branch
This will update the view with the new current branch.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
return;
|
||||
}
|
||||
[historyController.repository reloadRefs];
|
||||
[commitController rearrangeObjects];
|
||||
}
|
||||
|
||||
- (NSArray *) menuItemsForRef:(PBGitRef *)ref commit:(PBGitCommit *)commit
|
||||
|
||||
Reference in New Issue
Block a user