diff --git a/GitTfs/Commands/Clone.cs b/GitTfs/Commands/Clone.cs index 57572a37..9723b11f 100644 --- a/GitTfs/Commands/Clone.cs +++ b/GitTfs/Commands/Clone.cs @@ -29,6 +29,8 @@ namespace Sep.Git.Tfs.Commands this.init = init; this.globals = globals; this.initBranch = initBranch; + //[Temporary] Remove in the next version! + initBranch.DontDisplayObsoleteMessage = true; this.stdout = stdout; }