https://bz.mercurial-scm.org/show_bug.cgi?id=6835

            Bug ID: 6835
           Summary: cp: use POSIX -R instead of -r
           Product: Mercurial
           Version: 6.5
          Hardware: All
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: t...@giga.or.at
                CC: mercurial-de...@mercurial-scm.org
    Python Version: ---

NetBSD's copy supports the 'old' -r flag but doesn't like it:

This makes tests/test-bundle-phase-internal.t fail:

   $ cp -ar reference-repo strip-ancestor
+  cp: the -R and -r options may not be specified together.
+  [1]                        
   $ cd strip-ancestor                                                          
+  cd: can't cd to strip-ancestor          


Please use 'cp -aR' instead to follow POSIX. Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to