0
votes
2answers
129 views
Pull vs Push in HgInit tutorial
With reference to the final picture in http://hginit.com/05.html, I'm a little confused at the workflow.
In the simple example we have Stable and Dev. What I'm unclear about is w …
2
votes
2answers
663 views
Running into “stream ended unexpectedly” when trying to pull from a public repo using Hg 1.8
Hi all,
Multiple non-Windows Hg 1.8 users are hitting "stream ended unexpectedly" errors when trying to pull from our public repository (https://khanacademy.kilnhg.com/Repo/Websit …
3
votes
1answer
279 views
Wanted: Faster way to pull/push/clone with multiple subrepositories
We make extensive use of subrepos in our Kiln repositories. All of our .NET repositories have at least 3-4 subrepos, with some having as many as 12-14.
Since pulling from each sub …
0
votes
1answer
649 views
how do I fix abort: stream ended unexpectedly
I'm trying to pull from a remote repository with https and I keep getting the same message.
I'm at changeset changeset: 345:c7b1aafbaffd
I'm executing the following:
hg pull --debu …
2
votes
2answers
2k views
How to pull the latest without committing
here is my usecase: i am working on a shared project and my teammates have pushed changes. i want to get those changes but i have uncommitted work. how do i get the latest code wit …
1
vote
2answers
146 views
Error: “a filename was not supplied […]”
I've been successfully using Kiln & TortoiseHG for a while now without any problems. However, after installing PHPStorm I'm suddenly getting errors when interacting with my onl …
4
votes
1answer
421 views
How to download source files from Kiln website
Hi,
If I navigate to a particular file in a repository (go to Repo -> Files -> click on specific file) I get some cool options top-right, being Content, Annotate, History and Down …
1
vote
1answer
220 views
Rebase/stripping and pull/push
Hi,
I'm having some problems when using rebasing and stripping which both are related to propergating changes to or from the central kiln repository.
1) Stripping
When i have a …
3
votes
3answers
797 views
Building a pre-tested commit (gated check-in) feature with Kiln, is it possible?
Hello,
I'm trying to figure out ways to improve quality of our teams code. One feature that have made me really impressed is the pre-tested commit feature in teamcity. I'm thinkin …
1
vote
2answers
187 views
Are there they shortcuts for pulling down new branch-repo of large repo?
When making a branch of a large project in SVN, you can simply do a file system copy of of your existing working copy, then execute a switch command in the new copy. This avoids h …
4
votes
2answers
790 views
Is it possible to pull from remote repository into repository under Kiln from web-client?
It would be nice if it was possible.
I'll describe the issue, I don't know if I choose correct way to integrate Kiln with our existing Mercurial infrastructure. If it's not, plea …
2
votes
3answers
637 views
How to get started with Kiln?
This is probably one of those obvious and stupid questions, but I found myself embarrassingly stuck.
I started with Kiln a month ago, created repository pushed code and all that, …
2
votes
3answers
160 views
hg.exe silent pull without propt for updating client?
I'm running a simple batch file to pull periodically to keep a separate copy of my repository in another location.
Is there a switch for Hg.exe to silently answer no to the prompt …
0
votes
0answers
90 views
Pulling via Kiln UI doesn’t register with the web hooks [closed]
We have a repo copy set up between our individual developer repos and the one hosted in Kiln.
Our Web Hook works perfectly when pulling and pushing on the office side, but when we …
4
votes
1answer
664 views
want to pull without authentication prompt
I'm writing a script that will automatically clone/pull from a Kiln repo. I need to know how to provide automatically the username/password so my script doesn't pause for user inpu …