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.

learn more… | top users | synonyms

1
vote
1answer
29 views

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 ...
1
vote
1answer
33 views

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 ...
2
votes
1answer
91 views

How to remove largefiles from Mercurial repo

See also this question. Without knowing what I was doing, I enabled the largefiles extension, committed a file and pushed it to kiln. Now I know the error of my ways, and I need to permanently revert ...
0
votes
1answer
85 views

How to roll back and build with Cruise Control and Mercurial

I have a Kiln/Mercurial code repository for a web app that uses Cruise Control.NET for continuous integration. Normally, we commit our code locally and when we're ready to test, we push to our central ...
2
votes
1answer
44 views

Kiln review board not showing my code reviews?

When I use the Kiln web UI to view code reviews, the reviews I've requested of my code don't show up in the Reviews drop-down. I only see reviews that others have asked me to perform. I also don't ...
0
votes
1answer
28 views

How do I remove newly ignored files from Kiln?

I was wondering why my push was taking so long to Kiln, but by the time I realized that I was uploading unnecessary build artifacts, it was too late. The push was complete. I created an ignore file on ...
1
vote
1answer
126 views

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 ...
0
votes
1answer
113 views

“no changes found” when issuing hg push, but there are changes

Trying to push to a Kiln repo. There are definitely changes, lots of them, hg status lists 238 files changed. There is a warning that the certificate with fingerprint blah blah is not verified -- ...
8
votes
1answer
128 views

Has anyone created a homegrown source control add-in for NAV that uses Mercurial

We use Mercurial for our source control for C# and Progress code. We are now developing in Microsoft's Dynamic NAV. There is no built-in source control and it's awkward (and error-prone) to manually ...
1
vote
0answers
96 views

Looking for Risk Managment Software (ISO 14971 compliant) to use in conjunction with FogBugz

I'm in the midst of restructuring a the software engineering part of a large company that has to adhere to ISO 14971 for Risk Management in the software (and hardware) we create. I decided to use ...
0
votes
2answers
50 views

Hg Named Branch Errant Commit Cleanup

I have a repository in which a developer has made an error while committing code to various named branches. Essentially, what happened was this : A - B - C \ W - X - D - E - Y - Z In which ...
0
votes
0answers
106 views

Last mercurial changeset id in cruisecontrol

I know source control such as "SVN" & "Mercurial" passes last revision number to CCNet, which we can display in CCNET label using "assemblyVersionLabeller". Problem with revision number is they ...
1
vote
2answers
128 views

How to maintain stable/default configuration with master repository and subrepos in remote hosting environment?

I have an application "myapp" that uses two modules common with other applications "common" and "common-www". These are arranged as a thin-shell within a master repository myapp-master myapp ...
0
votes
1answer
67 views

Mercurial/Kiln: Compare local with remote, separate repositories?

I'm pretty newbish at this... I had a zip file on my Harddisk of many sourcecode files. I unzipped it and have worked on some of the files. I have now 'init'd a repository in the folder. (Obviously ...
2
votes
2answers
302 views

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 ...
1
vote
1answer
370 views

Setting up Khan academy development environment in windows having issue while cloning public source repository

I used TortoiseHG source control tool to clone the public repository of Khan academy website from https://khanacademy.kilnhg.com/Code/Website/Group/stable using the following command hg clone ...
1
vote
1answer
111 views

FogCreek Kiln Always Gives Error “Your session has expired” On First Try

Every time that I do a code review in Kiln, the first time I go to add a comment, approve/reject the review, or close the review, it pops up a dialog box saying, Your session has expired You ...
1
vote
1answer
268 views

How to install Kiln/Mercurial on GoDaddy shared hosting account?

I am currently using Kiln, a Mercurial derivative, for version control, and trying to figure out the best way to implement this for my application on a GoDaddy shared hosting account? Currently, I am ...
2
votes
1answer
573 views

Defining a Jenkins Build Job Based on a Kiln Mercurial Repository

I have a Jenkins instance with the Mercurial plugin installed on a Windows 2008 R2 machine. I am trying to define a build job for a Maven project on my KilnHQ repository. The HG clone step fails to ...
1
vote
1answer
252 views

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 ...
1
vote
1answer
31 views

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?
3
votes
0answers
225 views

Sourcetree constantly asks for authenticate with Mercurial (Kiln)?

I'm running Lion latest with SourceTree. I tried to connect to a Fogbugz Kiln reponsitory, which succeeded, but whenever I PUSH or PULL Sourcetree consistently asks me for a username and password ...
2
votes
1answer
176 views

Got inconsistent Mercurial subrepository state (RepoLookupError) twice per day. How is that possible?

Recently migrated to Mercurial. Due to heavy use of externals in old SVN repo we are using Subrepos accordingly and have a CI server that does pulls / pushes to central repositories often. So it's a ...
3
votes
1answer
269 views

Mercurial repository with bitbucket subrespository - how to prevent push

I am in the process of setting up some third-party subrepositories under a Mercurial repository. One subrepo is another Mercurial repo hosted on Bitbucket. Since it is a public repo, and I am not a ...
4
votes
3answers
282 views

Create a new branch, made a lot of changes, how to view list of files changed?

So there was a new branch created where we made some breaking changes to the codebase. Now we are going to merge, but before that I want to get a list of all the files that were changed in the ...
1
vote
1answer
160 views

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 ...
2
votes
1answer
180 views

how do you define which changeset a kiln/mercurial subrepository uses?

In the answer to this question on the kiln stack exchange site, there is a comment that mentions "if you commit from one consumer of the library, the other library consumers do not immediately see ...
1
vote
1answer
80 views

“factorizing” a mercurial repository on kiln

Summarized questions: What is the simplest (and best) way to shift a group of files from an existing repository to a new sub repository, so those files can be integrated with other parent ...
0
votes
1answer
116 views

setting up mercurial/kiln subrepos on osx

I have been trying to follow the instructions in the answer to this question, using kiln. i'd like to be able to arrange things as follows: /somepath/thirdparty maps to a kiln repository ...
1
vote
0answers
213 views

kiln - hg clone transaction aborted

I have recently purchased a new computer and have reinstalled the kiln client for it, but I'm having a problem cloning any of my existing repositories. I find the repository that I'm looking for and ...
3
votes
1answer
274 views

Fix bad merge in mercurial

In our mercurial project configuration we have 3 branches in a single repository. One is a stable release branch where urgent bug fixes are done, one is a feature branch which contains new feature ...
4
votes
2answers
383 views

Sharing a Mercurial repository while maintaining user privacy

I have a commercial product, and I'd like to make source code licenses an option for my customers. In an ideal world: Customer would buy a source license Send me their BitBucket user name Receive ...
2
votes
4answers
2k views

How to solve a Mercurial case-folding collision?

I use Mercurial as source control with the main repository managed on KILN. At one point in time I changed my iOS project name from WeatherTimeMachine to weathertimemachine. This resulted in a case ...
3
votes
4answers
777 views

how to ignore files in kiln/mercurial using tortoise hg “that are part of the repository”

We use tortoise hg with Kiln. In my vs 2010 c# project there are some files that are part of the repository but I would like tortoise hg to ignore them when I make a commit. For eg., say in a login ...
0
votes
1answer
579 views

Upgrade Mercurial installation to use a different version of Python

I have been banging on this for hours now. I am trying to push my repo changes to kiln but I get this error: certificate checking requires Python 2.6 I have already installed a parallel install of ...
0
votes
2answers
59 views

Pulling conctere revision of file form Kiln via URL?

I am trying to set up source server for debugging projects that are stored on Kiln/Mercurial repository. I need to get revision of the file by following data: Local file path in the repository; ...
6
votes
1answer
430 views

Is there a way to provide self-hosted web-based forking of Mercurial repos like BitBucket/Kiln?

I'm currently using self-hosted SVN with Trac for a FOSS project, and am slowly moving to Mercurial. I've got HgWeb set up, so I can view the repository and check out over HTTP, but I'd like to be ...
1
vote
1answer
123 views

Remove a file in previous commit/changeset

A few revisions ago I committed a piece of work in which I accidentally included a 300mb .flv file (don't ask...). Is there a way I can edit that changeset to not include the aforementioned file? ...
6
votes
7answers
254 views

Why isn't database version control considered as important as application version control?

I've recently started using Kiln Source Control for all my projects VB.NET code, and I don't know how I managed without it! I've been looking for a database source control, for all my stored ...
3
votes
2answers
343 views

Fogbugz and Kiln - any gripes? [closed]

We are seriously considering moving to using Fogbugz and Kiln (and Mercurial). We've had a trial period for a month and all seems ok. I was wondering if anyone uses either or both of these systems, ...
17
votes
2answers
1k views

Push to multiple remote repositories from a single local repo in Mercurial

I was considering using AppHarbor to host a lightweight website and was investigating their Mercurial integration. Currently I use Kiln for my remote repositories, but currently AppHarbor only ...
3
votes
1answer
255 views

Merge with kiln (mercurial )

What are the best way to merge in kiln with another repository. we have 3 repositories 1.7.5 1.7.6 main-dev So I fix a bug in an older version (1.7.5). That fix I would like to merge with version ...
6
votes
1answer
182 views

Mercurial/Kiln how can I get a deleted file without affecting my other files?

I have a file that was deleted a few changesets ago. As you can imagine, the other files in my project have changed since then. How can I get back that file (it's actually 2 files) without reverting ...
9
votes
4answers
725 views

Automated sync between Github and Kiln

I am a frontend designer and don't have a large programming background. I do CSS/html and a bit of JavaScript. The tech team at our company has moved our version control from Git (github) to Mercurial ...
3
votes
5answers
301 views

Is there a way to review someone's code before they push in Mercurial?

I would like to be able to review other developers code before they push it to central repository. The developers are at remote locations so going to their desk is not an option. Currently they just ...
0
votes
1answer
133 views

Svn problem with Kiln

I'm new to kiln (never used it before) Trying to upload code via netbeans I get the following error. http://my.jetscreenshot.com/5627/20110125-xea9-127kb Repository moved temporarily to ...
11
votes
3answers
2k views

idiots checklist for mercurial with visual studio 2010

So Im a source control idiot so please humor me with this checklist. I finally decided to use Mercurial + TortoiseHg + (VS2010 + HgSccPackage) + Kiln for my next project. I read http://hginit.com/ ...
2
votes
2answers
701 views

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 ...
10
votes
2answers
565 views

How to full-text index a Mercurial repository?

What to do when hg log -k is not sufficient, and hg grep is just way too slow (cca. 100k changesets)? We have very bad experiences with Fisheye (way too slow), and Kiln seems to tie us into the ...
1
vote
1answer
105 views

is there a kilnhg.fogbugz.com? I mean a fogbugz for reporting kilnhg bugz?

Is there a fogbugz for Kilnhg? I've tried kilnhg.fogbugz.com but it's not there. I'd like to ask that the Kilnhg feed include the Changeset pusher's username, so you know who to blame :)

1 2