From 9fb810c744c3c9b8350f1cabd65576b69381b007 Mon Sep 17 00:00:00 2001 From: Joel Reed Date: Sat, 28 Jul 2007 16:36:00 -0400 Subject: [PATCH] branches.cmd --- tools/tf/BranchesCommand.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tf/BranchesCommand.cs b/tools/tf/BranchesCommand.cs index aa9beaa..71d8cd0 100644 --- a/tools/tf/BranchesCommand.cs +++ b/tools/tf/BranchesCommand.cs @@ -71,7 +71,8 @@ class BranchesCommand : Command Item fromItem = branch.BranchFromItem; Console.WriteLine(fromItem.ServerItem); Item toItem = branch.BranchToItem; - Console.WriteLine(" " + toItem.ServerItem); + Console.Write(">> \t" + toItem.ServerItem); + Console.WriteLine("\tBranched from version " + fromItem.ChangesetId + " <<"); } } } -- 2.11.4.GIT