[Bug 5911] New: Clone flag not passed when cloning subrepos

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Jun 7 12:35:13 UTC 2018


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

            Bug ID: 5911
           Summary: Clone flag not passed when cloning subrepos
           Product: Mercurial
           Version: 4.6
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: patrik.turi.0xff at gmail.com
                CC: mercurial-devel at mercurial-scm.org

I clone a super repository like this:
hg clone http://url:8000/superrepo --uncompressed

When mercurial clones the included subrepos it does not use the uncompressed
flag, so it will do:
hg clone http://url:8000/subrepo

but instead I would expect:

hg clone http://url:8000/subrepo --uncompressed


I know this happens for sure because cloning with "--uncompressed" is at least
twice as fast for me than cloning without it and I monitor the bandwidth during
the clone of the superrepo.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list