Skip to content
Snippets Groups Projects
Commit a70c1f6c authored by Sean Farley's avatar Sean Farley
Browse files

fetch: mark remote HEAD as public phase

To help improve the speed Mercurial operations, we shouldn't leave the whole
repository in the draft phase. The only hueristic git has for 'public' is
remote HEAD. Therefore, if remote HEAD exists then we use it to mark the
corresponding local commit as public.

For now, we'll put this behind a config flag for easier rollback.
parent c2b555f7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment