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 …
1
vote
3answers
475 views
“Authorization failed” after “sending capabilities command”
I have experienced a strange issue with Mercurial and Kiln authentication. As the following debug output shows, I get a authentication failed error with the last command, but not w …
1
vote
1answer
127 views
why not use branches?
Hi,
going through the tutorial at hginit.com I understand that you recommend to clone the project repository to isolate feature development. see http://hginit.com/05.html
On the …
1
vote
1answer
862 views
Hg Color on Diff, Incoming, Outgoing
Sorry been told that it's okay to ask Mercurial questions here. Hope it's okay.
So I just switched over from Git to Hg, and so far so good. I love the changeset numbers, as oppose …
4
votes
1answer
706 views
git/hg flow branching model support for client tools
Hi!
I would like to request support for the "git-flow" branching model. (http://nvie.com/posts/a-successful-git-branching-model/).
It's basically a way to create branches from th …
1
vote
1answer
252 views
HgInit - Cloning/Tagging - When does the tag Version-1.1 get pushed to the central repo?
I'm going through the HgInit quick start and have bumped into a scenario that I haven't been able to resolve yet, but is one that we need to use. The page in question is here: http …
3
votes
2answers
844 views
Committing changes - define “changes”
Hi,
I've been looking in StackOverflow, SuperUser and the Selenic help,
but I can't find an answer to my question.
hg commit "commits the changes to a file".
These changes can be …
3
votes
1answer
712 views
Where is hg installed?
I have just installed the Kiln client. I have also just installed the latest version of TortoiseHg (2.0.2), since the Kiln client seems to ship with an old version.
I can't find t …
3
votes
1answer
659 views
Good example of adding/removing an external patch to/from the patch queue in hg?
Can someone please point me or show me a good example of adding/removing a file patch (such as one someone has sent you) to / from an mq extension patch queue?
Given the following …
1
vote
1answer
485 views
Installed Tortoise 2.0 … now pain
I installed Tortoise 2.0; and now I'm crippled
Here's hg status for example:
c:\Dev>hg status
** unknown exception encountered, please report by visiting
** http://mercurial. …
1
vote
1answer
271 views
hg serve as a service?
Is there a way to setup hg serve as a service? I'm using Kiln on Demand. We have a massive repo, so I'd like to setup an internal server for one of my teams so that things are a li …
1
vote
1answer
121 views
How do I use hg-remotebranches/why is it the bee’s knees?
I've been told on numerous occasions that "You should definitely use hg-remotebranches" and that "it makes working on multiple branches at the same time a breeze", but now that I'v …
4
votes
2answers
976 views
Any way to change the case on a filename?
It seems like it's impossible on a case-insensitive filesystem (cough, Windows) to change the casing of a filename. Windows doesn't recognize it as a change so neither does Mercur …
2
votes
2answers
523 views
Named branches issue
Ok I know there's lots of controversy surrounding named branches, whether to use them or not, blah blah blah.
I'm coming from git, so named branches seem to me to be a bit like gi …
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 …