Mike Hommey

Results 172 comments of Mike Hommey

As for the original question, it's unfortunately not possible. What happens is that git asks git-cinnabar to grab a bunch of refs corresponding to the repo tips, and git-cinnabar has...

With this patch the clone can go a little further but now fails with an HTTP error 503 on the getbundle command. ``` --- a/src/hg_connect.rs +++ b/src/hg_connect.rs @@ -634,7 +634,7...

Mercurial hits the same kind of problem if you use a version older than 3.8, or if you patch a current version to not support the httppostargs capability. So essentially,...

I need to do more testing, but I have a proof-of-concept implementation of HTTP POST requests on the `try` branch. I'm able to initiate the part of the clone that...

I guess I should put a note here, better late than never. The relevant error is "abort: working directory of /repo/hg/mozilla/try: timed out waiting for lock held by 'hgssh1.dmz.mdc1.mozilla.com/effffffc:7178'", and...

The same for `&[u8]` would be useful too.

I can reproduce on ThreadRipper 3970X. ``` Options { n_threads: 32, n_locks: 2, n_ops: 10000, n_rounds: 100, } std::sync::Mutex avg 43.973765ms min 36.940827ms max 48.005445ms parking_lot::Mutex avg 287.913565ms min 258.751948ms...

It also doesn't support bzip2 payloads.