2

Similar to this question I'm trying to disconnect my hg repository from a dead remote location, while keeping the local version control.

What is the hg equivalent of git remote remove origin?

Community
  • 1
  • 1
Moak
  • 12,596
  • 27
  • 111
  • 166

1 Answers1

4

Handwork: remove obsoleted line from the [path] section of the repository configuration file, .hg/hgrc (and maybe related credentials from [auth], either in .hg/hgrc or ~/.hgrc).

marco.m
  • 4,573
  • 2
  • 26
  • 41
Lazy Badger
  • 94,711
  • 9
  • 78
  • 110