# # # add_file "work_conflicts.hh" # content [cadd3d7f79c9f2548df2043d0207396ce9e16aa8] # ============================================================ --- work_conflicts.hh cadd3d7f79c9f2548df2043d0207396ce9e16aa8 +++ work_conflicts.hh cadd3d7f79c9f2548df2043d0207396ce9e16aa8 @@ -0,0 +1,99 @@ +#ifndef __WORK_CONFLICTS_HH__ +#define __WORK_CONFLICTS_HH__ + +// Copyright (C) 2007 Nathaniel Smith
+// +// This program is made available under the GNU GPL version 2.0 or +// greater. See the accompanying file COPYING for details. +// +// This program is distributed WITHOUT ANY WARRANTY; without even the +// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +// PURPOSE. + +// this [] // not in roster_merge_result +// other [] +// ancestor [] +// +// temporary "a/temp/dir" // not in roster_merge_result +// +// two_names "where/it/is" +// this_wanted "dir" "basename" +// other_wanted "dir" "basename" +// +// file_content "where/it/is" +// this "where/this/is" // these are implicit temporaries +// other "where/other/is" // and aren't in roster_merge_result +// ancestor "where/ancestor/is" +// +// node_attr "where/file/is" +// key "key" +// this_value "value1" // or unset, somehow... +// other_value "value2" // or unset, somehow... +// +// orphaned_node "where/it/is" +// wanted "old_dir_name" "basename" // not exactly in roster_merge_result +// +// rename_target "where/one/is" "where/the/other/is" +// wanted "dir" "basename" +// +// directory_loop "where/it/is" +// wanted "dir" "basename" +// +// illegal_name "where/it/is" +// wanted "dir" "basename" +// +// missing_root_dir "true" + +#include