Esempio n. 1
0
        public void Merge(Diff from, Diff onto, string comment)
        {
            var a = Fusion.GetDiffPathToRoot(Relations, from, onto);

            throw new NotImplementedException();
        }