Beispiel #1
0
        internal TfsMergeConflict(Conflict source)
        {
            ServerPath = source.ServerPath;
            Message    = source.GetFullMessage().Replace(source.LocalPath, source.ServerPath);

            Conflict = source;
        }