Update the current branch when changes are made (like checking out a branch).

This commit is contained in:
brotherbard
2009-11-07 22:29:40 -07:00
parent f97cfbbf18
commit 2b459944a2
+1
View File
@@ -269,6 +269,7 @@ static NSString * repositoryBasePath = nil;
// Add an "All branches" option in the branches list
[self addBranch:[PBGitRevSpecifier allBranchesRevSpec]];
[self addBranch:[PBGitRevSpecifier localBranchesRevSpec]];
[self readCurrentBranch];
[[[self windowController] window] setTitle:[self displayName]];