Skip to content
Snippets Groups Projects
  • Sean Farley's avatar
    a70c1f6caead
    fetch: mark remote HEAD as public phase · a70c1f6caead
    Sean Farley authored
    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.
    a70c1f6caead
    History
    fetch: mark remote HEAD as public phase
    Sean Farley authored
    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.