Ejemplo n.º 1
0
 protected override bool FileChangeIsOfInterest(string fileName)
 {
     return(VisualHgOptions.Global.TrackChangesNotInSolution
         ? base.FileChangeIsOfInterest(fileName)
         : SolutionFiles.Contains(fileName) && base.FileChangeIsOfInterest(fileName));
 }
Ejemplo n.º 2
0
 protected override bool FileChangeIsOfInterest(string fileName)
 {
     return(SolutionFiles.Contains(fileName) && base.FileChangeIsOfInterest(fileName));
 }