Inheritance: GitTfsCommand
コード例 #1
0
 public Branch(Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin)
 {
     _globals    = globals;
     _helper     = helper;
     _cleanup    = cleanup;
     _initBranch = initBranch;
     _rcheckin   = rcheckin;
 }
コード例 #2
0
ファイル: Branch.cs プロジェクト: JamesDunne/git-tfs
 public Branch(Globals globals, TextWriter stdout, Help helper, Cleanup cleanup, InitBranch initBranch)
 {
     this.globals = globals;
     this.stdout = stdout;
     this.helper = helper;
     this.cleanup = cleanup;
     this.initBranch = initBranch;
 }
コード例 #3
0
 public Branch(Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin)
 {
     this.globals    = globals;
     this.helper     = helper;
     this.cleanup    = cleanup;
     this.initBranch = initBranch;
     this.rcheckin   = rcheckin;
 }
コード例 #4
0
ファイル: Branch.cs プロジェクト: pmiossec/git-tfs
 public Branch(Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin)
 {
     _globals = globals;
     _helper = helper;
     _cleanup = cleanup;
     _initBranch = initBranch;
     _rcheckin = rcheckin;
 }
コード例 #5
0
 public Branch(Globals globals, TextWriter stdout, Help helper, Cleanup cleanup, InitBranch initBranch)
 {
     this.globals    = globals;
     this.stdout     = stdout;
     this.helper     = helper;
     this.cleanup    = cleanup;
     this.initBranch = initBranch;
 }
コード例 #6
0
 public Branch(Globals globals, TextWriter stdout, Help helper, Cleanup cleanup, InitBranch initBranch)
 {
     this.globals    = globals;
     this.stdout     = stdout;
     this.helper     = helper;
     this.cleanup    = cleanup;
     this.initBranch = initBranch;
     //[Temporary] Remove in the next version!
     initBranch.DontDisplayObsoleteMessage = true;
 }
コード例 #7
0
ファイル: Branch.cs プロジェクト: zidad/git-tfs
 public Branch(Globals globals, TextWriter stdout, Help helper, Cleanup cleanup, InitBranch initBranch)
 {
     this.globals = globals;
     this.stdout = stdout;
     this.helper = helper;
     this.cleanup = cleanup;
     this.initBranch = initBranch;
     //[Temporary] Remove in the next version!
     initBranch.DontDisplayObsoleteMessage = true;
 }