Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Convenience method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Jul 28, 2010
1 parent 40503e2 commit 6503a5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Models/Gui/Builds/Commit.cs
Expand Up @@ -19,6 +19,10 @@ public class Commit
public int CompletionStatus { get; set; }
public string ProjectLinkName { get; set; }

public string FormattedRevision {
get { return Utilities.FormatRevision (Revision); }
}

public string StatusText {
get {
switch (CompletionStatus) {
Expand Down

0 comments on commit 6503a5c

Please sign in to comment.