Tweaked a directory copy command in default-acls.test.
[rsync/rsync-patches.git] / detect-renamed.diff
index 6096180..e531301 100644 (file)
@@ -524,7 +524,7 @@ TODO:
    {"fuzzy",           'y', POPT_ARG_NONE,   &fuzzy_basis, 0, 0, 0 },
    {"compress",        'z', POPT_ARG_NONE,   0, 'z', 0, 0 },
    {"compress-level",   0,  POPT_ARG_INT,    &def_compress_level, 'z', 0, 0 },
-@@ -1335,7 +1338,7 @@ int parse_arguments(int *argc, const cha
+@@ -1334,7 +1337,7 @@ int parse_arguments(int *argc, const cha
                inplace = 1;
        }
  
@@ -533,7 +533,7 @@ TODO:
                partial_dir = tmp_partialdir;
  
        if (inplace) {
-@@ -1344,6 +1347,7 @@ int parse_arguments(int *argc, const cha
+@@ -1343,6 +1346,7 @@ int parse_arguments(int *argc, const cha
                        snprintf(err_buf, sizeof err_buf,
                                 "--%s cannot be used with --%s\n",
                                 append_mode ? "append" : "inplace",