Skip to content

Commit

Permalink
v105
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodblinkbox committed Sep 28, 2012
1 parent b53fc1c commit acc1f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blinkbox/SccHelperService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public string GetCurrentBranch()
branch = this.sccProvider.CleanBranchName(this.Tracker.CurrentBranch);
}

if (!string.IsNullOrEmpty(branch))
if (string.IsNullOrEmpty(branch))
{
NotificationService.DisplayError(string.Empty, "unable to get current branch, please refresh and try again.");
}
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Identifier Id="C4128D99-2000-41D1-A6C3-704E6C1A3DE2">
<Name>BB Git Source Control</Name>
<Author>blinkbox</Author>
<Version>0.9.6.104</Version>
<Version>0.9.6.105</Version>
<Description xml:space="preserve">BB Git Source Control is a custom version of Git Source Control Provider, which integrates git with Visual Studio and adds support for blinkbox dev processes.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://visualstudiogallery.msdn.microsoft.com/63a7e40d-4d71-4fbb-a23b-d262124b8f4c</MoreInfoUrl>
Expand Down

0 comments on commit acc1f65

Please sign in to comment.