don't display 'obsolete message' when initializing branch when cloning

This commit is contained in:
Philippe Miossec
2013-10-02 22:04:07 +02:00
parent 3887551a7d
commit b60431c0f3
+2
View File
@@ -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;
}