ugh rerecorded all tests after changing tree saving and loading behavior

This commit is contained in:
Peter Cottle 2013-10-07 13:53:01 -07:00
parent 241a2dcd1c
commit fe551e4df4
4 changed files with 26 additions and 19 deletions

View file

@ -324,7 +324,9 @@ TreeCompare.reduceTreeFields = function(trees) {
var commitSortFields = ['children', 'parents'];
var branchSaveFields = [
'target',
'id'
'id',
'remoteTrackingBranchID',
'localBranchesThatTrackThis'
];
// this function saves only the specified fields of a tree