Skip to content
Snippets Groups Projects
  • Dan Villiom Podlaski Christiansen's avatar
    5f1536c9a387
    push: fix publishing HEAD · 5f1536c9a387
    Dan Villiom Podlaski Christiansen authored
    The default for `hggit.use-phases` is to publish the remote HEAD and
    tags. We want to do this on push as well, so that pushing to e.g.
    `master` _immediately_ publishes the relevant changesets. However, we
    run into the fact that we don't actually know or store the remote HEAD
    anywhere, so we have to do an extra round-trip to obtain it.
    5f1536c9a387
    History
    push: fix publishing HEAD
    Dan Villiom Podlaski Christiansen authored
    The default for `hggit.use-phases` is to publish the remote HEAD and
    tags. We want to do this on push as well, so that pushing to e.g.
    `master` _immediately_ publishes the relevant changesets. However, we
    run into the fact that we don't actually know or store the remote HEAD
    anywhere, so we have to do an extra round-trip to obtain it.