Skip to content
Snippets Groups Projects
Commit 981e4f6d authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

http: pass on HTTP proxy, if set

parent 93beb3f0
No related branches found
No related tags found
No related merge requests found
Pipeline #13253 passed with warnings
Loading
  • Gah, this should've been pushed to a topic, not directly to default. I think it's mostly fine, though :shrug:

  • Owner

    @dan I'll review it anyway, I know people interested by this.

    You may want to use experimental.topic=enforce (or even enforce-all)

  • Thanks; I'm 99% certain it works, though; I need it to push with hg-git at work.

    (And I've updated my configuration with that flag on this machine, thanks. It's rather odd that almost any rebase of a topic clears it.)

  • Owner

    hg rebase does not do that for me, but hg histedit clears the topic if it changes the first changeset of the stack.

    What happens to me often is:

    hg topic mytop
    # gosh now I'm starting from an inappropriate parent
    hg up default   # clears topic, I don't notice
    # hack, rehack
    hg commit
  • mentioned in issue #184 (closed)

    Toggle commit list
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