5
votes
1answer
112 views
Tag revisions through Kiln API
I see that there is a method for adding a tag to a specific revision in a Repo through the Kiln website in recent revisions.
I do not see a corresponding API call to do the same i …
0
votes
1answer
36 views
API Feature Request: Ability to create tags [closed]
Possible Duplicate:
Tag revisions through Kiln API
Currently tagging our releases is a manual step, because our build server is a bit clunky, and trying to resolve merges …
0
votes
1answer
146 views
How do I create a clone of a specific revision in kiln?
I have a repo with lots of version tags in it.
I want to create a clone of that repo with just the changes for one of the tags.
So what I want to do is something like this hg clon …
0
votes
1answer
93 views
How To List All Commits Since a Tag
Whenever we do a release build we add a tag to mercurial so we know at what point each of our releases were build.
I would now like a way to list all change sets since the last ta …
4
votes
3answers
670 views
Is is possible to tag a revision directly in Kiln? [closed]
Can a revision be tagged directly in the Kiln web interface? If not, this would be a great feature to add. Perhaps expand the "Review" button functionality to drop down a list of …
2
votes
1answer
190 views
How can I use tags in Kiln to correspond to versions of my software?
I see that Mercurial and Kiln support tags and I've heard that they can be used to correspond to various builds or versions of my software. How does that work and why is it useful? …
1
vote
1answer
198 views
How do I find the file revision number of a file in a tag?
I'm using TortoiseHg 2.1.2.
Let's say that QA has reported that a particular bug has cropped up in Tag "Product 1.5".
The Revision History feature (right-click > TortoiseHg > R …
2
votes
1answer
153 views
Ramifications of daily tags
We're moving to a daily build of our application, and I'm writing a script to pull the code from Kiln, compile it, and deploy it once a day.
Since multiple developers can be com …
2
votes
1answer
308 views
Search for changesets between two tags in a repository
How do I find changes to a file / repo that were committed between two specified tags?
Via search in Kiln
Via search in FogBugz
4
votes
1answer
374 views
hginit question
I've been reading hginit.com and I had a very specific question about the workflow.
Somewhere halfway the article on Repository Architecture, I read
...and get the repository …
4
votes
2answers
472 views
how to branch in kiln from a specific tag or rev
regarding:
http://kiln.stackexchange.com/questions/976/can-you-branch-from-a-specific-changeset-from-the-kiln-web-interface-closed
Since this doesn't seem to be available in Kiln2 …
4
votes
1answer
2k views
Can I update my working copy by tag name?
I want to be able to update my working copy to a revision tagged as a particular build / version of my product. Can I do that quickly without having to know the (local) revision nu …
1
vote
1answer
152 views
how to determine which tags are applied to a changeset?
Hello,
If I'm looking at the history of a single file or changeset in TortoiseHg or even from the command line... how can we determine which tags would be considered "valid" for …
1
vote
1answer
109 views
Kiln bug: Cannot load tip as tag in my repo
Whenever I try to load the tip tag of my repository, Kiln suffers from a UI glitch reporting the error: Changeset "tip/DagHistory?IncludeDag=1" does not exist.
1
vote
1answer
112 views
Kiln “fixed” my repository
I have set up our repositories for all of our projects following the simple model of having a "Dev" and a "Stable" repository for each project. Today, I am attempting to perform a …