2

1

I have a project I've been working on that I setup locally with hg init and I want to get it into Kiln. How do I do that (push it, get the Kiln repo to be the default, etc)

flag

2 Answers

2

Here's what I did. I don't think it was the best way:

  1. Create a repo in Kiln
  2. View the repo and copy the url, e.g. https://adamwishneusky.kilnhg.com/Repo/Misc/Group/mynewrepo
  3. Edit (create if necessary) the .hg/hgrc file in the repo on your machine and add a "default" entry under the "paths" section pointing to the Kiln url:

    [paths]
    default = https://adamwishneusky.kilnhg.com/Repo/Misc/Group/mynewrepo
    

Now I can hg incoming, hg push etc and it goes to Kiln.

link|flag
0

  1. Choose your repo from the "Browse Repositories" dropdown.
  2. Download and run the Kiln Importer.
link|flag

Your Answer

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