This fixes the bug where running hg clone --narrow ./local-repo
fails with
abort: server does not support narrow clones
even when the server has narrow enabled.
durin42 |
hg-reviewers |
This fixes the bug where running hg clone --narrow ./local-repo
fails with
abort: server does not support narrow clones
even when the server has narrow enabled.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Hello, I'm not sure if this change is idiomatic or in-keeping with the abstractions at play. I'm happy to rework it if there turns out to be a better way to implement. Thanks!
Thanks! This needed some tweaking on the commit message to line up with our format (which is checked by the test suite, but I've edited in-flight and am pushing now.)