1
vote
1answer
13 views
Mercurial - How do I create a .zip of files changed between two revisions?
I have a personal Mercurial repository tracking some changes I am working on. I'd like to share these changes with a collaborator, however they don't have/can't get Mercurial, so I need to send the …
0
votes
4answers
44 views
Mercurial: Get non-versioned copy of an earlier version of a file
How do I get a non-versioned copy of an older version of a file from a mercurial repository?
Edit: I have changed somefile.png (binary file) in my local copy. I am looking for a command which will …
0
votes
2answers
24 views
Load multiple .hgrc files - ie, some with machine-specific settings?
I'd like to keep two ~/.hgrc files: ~/.hgrc and ~/.hgrc.local – one with "standard" settings (eg, username), the other with machine-specific settings (eg, setting a graphical merge tool).
How can I …
8
votes
4answers
1k views
How to use p4merge as the merge/diff tool for Mercurial?
Does anyone know how to setup Mercurial to use p4merge as the merge/diff tool on OS X 10.5?
1
vote
2answers
100 views
Choosing a version control system for a simple web site.
We're bringing some of our web development in-house and one of my goals is to get it under version control. Right now I'm looking mostly towards HG and Git, respectively. Bazaar was knocked out of the …
0
votes
3answers
89 views
Retrieve revision number in VS with qmake
My current workflow:
hg update (or whatever one uses to check out a revision)
MyProject.pro → qmake → MyProject.vcproj
Open Visual Studio, edit files
Build project
During the build step, how can I …
4
votes
4answers
284 views
Git equivalents of most common Mercurial commands?
I've been using Mercurial but would like to do a quick demo of Git.
What are the Git equivalents of:
hg init . # start a project in the current directory
hg addremove # look for any added or deleted …
2
votes
7answers
108 views
Software Project Management systems
Ok, so I've only recently started getting serious about learning how to program, and I've started using Mercurial to manage my projects. I chose Mercurial over SVN because of it's ability to commit …
0
votes
2answers
24 views
how do you make use of AclExtension and mercurial-server/hg-ssh?
mercurial-server manages user database under keys folder. Users and groups are represented by files and folders.
AclExtension relies on linux user group through ssh.
they don't seem to match. or …
1
vote
6answers
1k views
Are there any good graphical git and hg/Mercurial clients on Mac OS X?
I'm searching for compelling git and Mercurial clients on Mac OS X. The most clients I've found so far were less compelling as I expected. Some of the clients are programmed even in ruby or tcl/tk, …
2
votes
3answers
119 views
Migrating Clearcase to X
I was asked to choose an open-source alternative to Clearcase-UCM, and I need an advice what would be the best match. Given below are some parameters I've collected:
Half of the development teams …
3
votes
7answers
179 views
How many people were involved in a project? Based on Revision Control System
How do you know how many developers were involved in a project using a Revision Control System? A friend of mine found this way to look up the answer in git log:
git log | grep Author: | sort -u …
0
votes
1answer
32 views
How to get the working directory after performing hg convert on perforce repository
I did the hg convert on remote perforce repository and created a Mercurial repository on my Linux box.
I can see there is nothing in my working directory, all files resided under the .hg/ folder.
…
1
vote
4answers
65 views
Mercurial: Maintaining Visual studio 2005 and 2008 branches
I'm trying to develop a workflow which allows us to maintain seperate Visual studio 2005 and 2008 versions of a library, while making sure that changes to one branch are always replicated in the other …
1
vote
4answers
79 views
How can I correct corrupted $PYTHONPATH?
Hello,
When trying to launch Mercurial(hg) after a restart in my Ubuntu 9.10 Linux Box I got following message:
abort: couldn't find mercurial libraries in [/usr/bin …
