0
votes
0answers
6 views
Kiln Harmony - git/mercurial differences
Hi,
I was a bit slow, but very excited, to see the news about Kiln Harmony.
Having had a quick play, I've noticed a few things that don't quite match up between the same reposito …
4
votes
3answers
539 views
Kiln extensions incompatible with Mercurial 2.3+?
As of today, it appears Mercurial 2.1 is packaged with TortoiseHg in the Kiln Client for Mac.
I tried to find a list of Mercurial versions supported by the Kiln extensions, but co …
0
votes
0answers
35 views
Subrepos Yay or Nay?
I'm curious whether or not others have embraced the subrepo feature. We set up our project pretty much blinding going nuts with subrepos and recently... had an issue merging the .s …
3
votes
0answers
22 views
KilnTools Version
What is the plan for getting KilnTools current with TortoiseHG and Mercurial? The self hosted flavor of FogBugz/Kiln provides a vastly outdated install of TortoiseHG and Mercurial. …
0
votes
2answers
243 views
After converting a sub-directory to a sub-repository hg update aborting with the error: “path ‘foo\__init__.py’ is inside nested repo ‘foo’”
I had a repository with the following structure (revision 1):
/project
/foo
__init__.py
/other
__init__.py
.hgignore
main.py
and decided to convert the f …
1
vote
2answers
82 views
GitHub Workflow
I'm sure this question has been asked MANY times before, but I'm looking for a workflow for working with Mercurial and GitHub. I've looked into the Hg-Git extension and asked about …
0
votes
1answer
413 views
web.cacerts “certificate verify failed” error [closed]
I was getting getting an error about "certificate not verified," and it seemed to be related to Mercurial Certificate Warning: Certificate not verified web.cacerts, so I followed t …
0
votes
1answer
229 views
Mercurial 2.3: hg clone --noupdate creates working copy (OS X Mountain Lion and Windows)
I've tried doing a mercurial clone of a repository and it continues to create a working copy even when I specify the -U (--noupdate) option... Any idea why this would happen... He …
1
vote
1answer
29 views
Question on Mercurial
Hi,
I was reading this nice tutorial: http://hginit.com/02.html
but I have few questions and would be nice if someone could answer them.
The tutorial mentions following thing: " …
1
vote
1answer
128 views
abort: connection ended unexpectedly [closed]
Hi,
I have a repo in kiln that I've already cloned. A colleague pushed a large file up to the repo, and now the pull is apparently closing my connection.
$ hg pull --debug
...
ad …
0
votes
1answer
188 views
How do I setup an external mercurial hook script on my local repo?
I want to add a hook script which runs in python for my local clone of a Kiln repo. How do I get it working?
0
votes
1answer
106 views
Mercurial 2.3: unable to create hardlinked clone (OS X Mountain Lion) [closed]
I have a mercurial repository with a large number of binary files (jars, etc.) that are in the repository (legacy code)... I'm using the largefiles extension to store the binaries …
0
votes
2answers
206 views
Building granular releases (only specific files and changesets) with Kiln/Mercurial
One of the great things (perhaps the only great thing!) about our Classic ASP and SQL Server product is that we can release only those files that need to change, without having to …
0
votes
1answer
74 views
Cloning Mercurial large files(video files) giving error [closed]
Hi,
We created a new repository on Kiln. First, let me explain how we created the repo.
Initially we had a svn repo, we converted it using Kiln client and Kiln Importer.
So now w …
0
votes
1answer
142 views
hg status shows wrong subrepo content with kbfiles enabled
I have a repo with two git subrepos. The subrepo states have been committed and shouldn't show in the status report, but with the kbfiles extension enabled "hg status" shows the fu …