[Bug 4286] New: Local clone doesn't retain branchcache.

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Jun 20 14:49:41 CDT 2014


http://bz.selenic.com/show_bug.cgi?id=4286

          Priority: normal
            Bug ID: 4286
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Local clone doesn't retain branchcache.
          Severity: bug
    Classification: Unclassified
                OS: All
          Reporter: dsp at php.net
          Hardware: All
            Status: UNCONFIRMED
           Version: unspecified
         Component: Mercurial
           Product: Mercurial

A local clone of a Mercurial repository doesn't retain the branchcache:

 $ hg clone hg hg2
 $ ls -al hg2/.hg/cache
 ls: cannot access hg2/.hg/cache: No such file or directory

A remote clone generates a proper branch cache:

 $ hg clone http://selenic.com hg hg3
 $ ls -al hg3/.hg/cache
 -rw-r--r-- 1 dsp users  148 Jun 20 12:47 branch2-served

The missing branchcache will result in a branch cache regeneration which can be
very slow on large repositories.

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


More information about the Mercurial-devel mailing list