Questions tagged [kiln]

Kiln is Fog Creek's distributed version control system based on Mercurial. Kiln aims to simplify the power of DVCS for teams of all sizes and includes an integrated code review system.

Kiln is Fog Creek's distributed version control system based on Mercurial.

Kiln aims to simplify the power of DVCS for teams of all sizes and includes an integrated code review system.

78 questions
2
votes
1 answer

How to clone a specific tag version using Mercurial?

I'm trying to clone a specific tag from an existing repository from Kiln using Mercurial. I have tried commands like: hg clone --verbose [Source URL] -b [tag number] [Dest] hg clone --verbose [Source URL] -r [tag number] [Dest] hg clone --verbose…
kavya M
  • 31
  • 1
  • 2
2
votes
2 answers

Automatically Tag changesets when commit or pushed to kiln

I would like to know if there is a way to automatically tag a changeset as it is committed locally or when pushed to the kiln repository. I would like every changeset to have a tag with version/build number. I am planning to store my version/build…
muruge
  • 4,083
  • 3
  • 38
  • 45
2
votes
1 answer

Is it possible to import all of the Perforce history into Kiln

We are looking at moving away from Perforce (mostly due to the pain of having to always be connected to its sever and the lack of support for moving bug fixes between branches, and also wish to introduce a tool for code reviews) However we still…
Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
2
votes
1 answer

Triggering Jenkins build with Kiln webhook

I'm trying to setup a continuous integration scenario using Jenkins and a Kiln repository. What I'm having trouble with is setting up a Jenkins webhook in Kiln. I have a Jenkins build job with a authentication token in the build trigger. And a…
2
votes
1 answer

I moved my source directory and can no longer push to Heroku

I've been happily using heroku to beta test a Rails app, and recently hit a snag. I prefer Mercurial to git and have been using hg-git to push my app to Heroku. This was working fine until I branched my repo (doing a branch by cloning in kiln, if…
swilliams
  • 48,060
  • 27
  • 100
  • 130
2
votes
2 answers

Mercurial: Back out public changesets and reapply to new public branch?

We're using Kiln and Fogbugz; Kiln is supposed to seamlessly allow git and hg to work together. However, we've run into an issue where git branches are treated like bookmarks in mercurial; we didn't catch this in our repo until changes had been…
user677526
2
votes
1 answer

Kiln does not show changesets after successfully pushing changes using TortoiseHg/Mercurial

I pushed all my changesets to my repository on kiln. If you look under the column Phase, it says my changesets are public http://snag.gy/1E87x.jpg but, as of a week ago, none of my changes show up on my repository on kiln despite getting a green…
paul
  • 325
  • 2
  • 15
2
votes
1 answer

Migrating from Kiln to github, git errors out on having .git folder in history

Our source has been through SVN, then Mercurial, and now git. When we converted from Mercurial to Git in Kiln, we didn't have any issues. However now that we are moving over to github we are getting these errors: remote: error: object…
AlexK
  • 638
  • 6
  • 12
2
votes
2 answers

Configure HG to use uncompressed transfer for specific servers

Is it possible to configure Mercurial or TortoiseHG to always use uncompressed transfer when pulling or cloning from certain servers? We have repositories on Kiln that have sub-repositories located on the local LAN (mostly large binary files). When…
Dave Nay
  • 549
  • 5
  • 23
2
votes
1 answer

TortoiseHG phases are wrong

For some reason TortoiseHG stopped considering my pushed changesets as having a phase of public; it's keeping them as "default." Is there any way to force TortoiseHG to "sync up" with the remote repository, and get this straight? Is there a way in…
Adam Rackis
  • 82,527
  • 56
  • 270
  • 393
2
votes
1 answer

How do I clone/pull from GitHub, but push to Kiln?

I don't necessarily have a preference for either Git or Mercurial. I have both of them installed and find them equally difficult to get my head around. I mainly use Mercurial because our repositories live in Kiln. I just cloned a project from GitHub…
ATL_DEV
  • 9,256
  • 11
  • 60
  • 102
2
votes
2 answers

Mercurial changing file names to Upper Case and doesn't track them

I've been having some problems with mercurial and kiln, maybe you can point me in the right direction. Sometimes when I commit the files they get renamed as Upper Case 'Assembly.NameSpace' will be changed to 'ASSEMBLY.NAMESPACE' and if I try to…
Michael D. Irizarry
  • 6,186
  • 5
  • 30
  • 35
2
votes
1 answer

In Jenkins what permissions are required for anonymous users to be able to start a job by a web hook?

We have a Jenkins installation that uses the OpenID plugin to authenticate our company users. The problem we have is that our source control (Kiln/Mercurial) pushes notifications to Jenkins either anonymously or via username/password. As all users…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
1
vote
1 answer

No horizontal scrollbar in kiln code reviews

Sometimes in Kiln I get a horizontal scrollbar for files with long lines of code, but most of the time I don't. This is all in IE9. Is there any way to fix this or force horizontal scrollbars?
GaTechThomas
  • 5,421
  • 5
  • 43
  • 69
1
vote
1 answer

Embedding a github repository inside a mercurial (kiln) repository - how integrated is it?

Summarised Question: Are github-hosted sub repositories within a mercurial/kiln repository possible, and if so are they automatically updated/cloned when the parent mercurial repository is operated on by a hg clone or hg commit command? Detailed…
unsynchronized
  • 4,828
  • 2
  • 31
  • 43