# # patch "commands.cc" # from [dc6cd9b5a53cf64cf281fd564f0d818a1076c4be] # to [e8ab0db3e3da815d6b9190ef8a91f57c84cb91eb] # ======================================================================== --- commands.cc dc6cd9b5a53cf64cf281fd564f0d818a1076c4be +++ commands.cc e8ab0db3e3da815d6b9190ef8a91f57c84cb91eb @@ -3274,10 +3274,13 @@ node_id nid = i->first; node_t node = i->second; + if (null_node(node->parent)) + continue; + split_path sp; old_roster.get_name(nid, sp); file_path fp(sp); - + // Only revert restriction-included files. if (!app.restriction_includes(fp)) continue;