mercurial
Windows permissions on a directory: Mercurial - hg merge - "abort: access is denied"
Background: this is running on a Windows 2008 Server. https://www.mercurial-scm.org/wiki/Workflows#Feature_separation_through_named_branches[详细]
2023-04-13 07:04 分类:问答Mercurial linear history using hg rebase with uncommited changes
Suppose I have several commits in local repo, and some uncommited changes in working dir. After hg pull, hg update, I get a couple of new changesets from central repo which create a new head in local[详细]
2023-04-13 04:32 分类:问答Mercurial repository architecture
We have 3 ce开发者_JAVA技巧ntral mercurial repositories, one is the stable version that is the code that went out in the last release, and the other two are dev repositories.[详细]
2023-04-13 00:50 分类:问答A way to make hg mimic svn
I have an IDE with built-in support for Subversion, but none for Mercurial. What I want to try is to substitute the \'svn\' command in the IDE settings with some wrapper script, which would interpret[详细]
2023-04-13 00:49 分类:问答Hg Regexp Syntax Not Working as Expected
Here\'s my file/fold开发者_如何学运维er structure: Code/.hg Code/.hgignore Code/CASH/readme.txt Code/CASH/bin/FTI/abc.dll[详细]
2023-04-12 20:16 分类:问答Partial migration from SVN
In terms of learning Mercurial and migration from SVN to it I have couple questions: if we decide to move to mercurial just one project and continue to use SVN for other projects but we really need[详细]
2023-04-12 20:16 分类:问答How long does it take to check out an average program with mercurial?
I checked out this: hg clone https://code.google.com/p/quake2-gwt-port/ and it took like 5 minutes. Is that normal? It hung up on \"adding file changes\" for most of the time.[详细]
2023-04-12 18:46 分类:问答Install Redmine + Mercuria , push, abort: authorization failed
I try to follow this manual. http://www.redmine.org/projects/redmine/wiki/HowToInstallRedmineOnUbuntuServer[详细]
2023-04-12 13:29 分类:问答TortoiseHG merging local into branch head
I have a repo in TortoiseHG with a single branch (next version development), but modifications to the local (bug fixes)... something like...[详细]
2023-04-12 12:05 分类:问答How can you get the current state (history of good/bad revisions) of a bisect from mercurial
When doing an hg bisect in eclipse, I like 开发者_开发百科that I can see all of the bads and goods I\'ve marked in the past.[详细]
2023-04-12 11:23 分类:问答