2

Possible Duplicate:
Changing Repository Structure/Name/Grouping

I hg cloned my Kiln repository, then renamed the repo in Kiln. Now when I run hg in, I get abort: HTTP Error 404: Not Found

How do I fix this?

flag

closed as exact duplicate by Benjamin Pollack♦♦ Feb 22 2011 at 20:54

1 Answer

6

I found a fix:

update the default path for your local repo in /therepo/.hg/hgrc something like

[paths]
default = https://Your Name@something.kilnhg.com/Repo/Projectname/repo-name

just update repo-name to what you changed it to in Kiln

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.