Say I\'m cloning a repository that I always clone to C:\\working_copies\\<customer-name>\\<customer-project>\\ and that the project has variables in it\'s build.properties that get fi开发者
Recently my IT guy decided to move over from SVN to mercurial, now I need a good GUI tool that will do the remote clone and so on. I tried murky and macMerial, I can\'t figure out how to get the开发者
Is there a command in me开发者_运维技巧rcurial, that works like git notes?Not that I know of: I do not think Hg has yet a special kind of object to associate to commit message.
Is it ok if I install Python 2.6.4 instead of the 2.4 requirement listed on the Mercurial website? I\'m fairly new to Mercurial and Python. My general impression of Python is that newer versions brea
I just started using Mercurial, and I\'m having some difficulties. I\'m using Murky for Mercurial. I have several projects\' files at localhost, want to keep them local to work on, and then upload to
I have a HTTP server with some Mercurial repositories; in which I handle digest authentication开发者_Python百科, and I found myself pushing changes to the server too often, so, I wanna know If is ther
Im working on a patch for an open source project that uses svn. I dont have commit access but I want to version track my own changes. I followed this guide to read and convert the svn repos into a hg
I am using windows 2003R2 VisualSVNServer installs and works easily. I have been tasked with reviewing Mercurial, but I\'m having trouble setting up the directory for Apache.
Is it possible to unbundle bundled changesets into a new branch in a repository? I have tried switching to a new branch before performing the unbundle, but that doesn\'t work.
Using Mercurial, I need to ignore all files except for those in a certain directory called \"keepers\".