ignore note adds in the log

This commit is contained in:
Hylke Bons 2011-07-17 01:37:36 +01:00
parent 6cf8eca2b7
commit 9e48917e03

View file

@ -486,7 +486,8 @@ namespace SparkleLib {
}
}
if ((change_set.Added.Count + change_set.Edited.Count +
if ((change_set.Added.Count +
change_set.Edited.Count +
change_set.Deleted.Count) > 0) {
change_set.Notes.AddRange (GetNotes (change_set.Revision));