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

            Bug ID: 5980
           Summary: Streaming clones and clone bundles do not trigger
                    pretxnchangegroup hooks
           Product: Mercurial
           Version: 4.7
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: matt_harbi...@yahoo.com
                CC: lothiral...@gmail.com,
                    mercurial-devel@mercurial-scm.org

I noticed that the hook lfs uses to update the requires and hgrc files doesn't
fire if server.preferuncompressed=True is set on the server side.  I updated
hook.hook() to print 'htype' and ran test-stream-bundle-v2.t to see if it would
fire because of the unbundle, and all I'm seeing is a few pre-clone,
pretxnopen, pretxnclose, txnclose, and post-clone hooks.

The documentation says it runs on push, pull and unbundle.  So maybe it's
technically correct, but it's not very intuitive, and seems like an oversight.

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

Reply via email to