Tagged Questions
2
votes
1answer
116 views
Access Mercurial repo with Git on windows
Since version 1.8.1 git is including Felipes git-remote-hg . Unfortunately fetching/cloning from a Hg repo with TortoiseGit 1.8.1 and Git for Windows 1.8.1.2 ends in the following error:
fatal: git ...
0
votes
1answer
69 views
Python keyring - how to get username?
I have a Mercurial keyring on my Windows 7 machine. I'm using the Python keyring library to get user credentials from the Mercurial keyring. I see that to get the password you can use:
...
1
vote
1answer
34 views
Tortoisehg opens console windows when working with subrepos. How do I stop it?
I have a mercurial repo with a git subrepo.
Whenever I open TortoiseHG, multiple (5-10) console windows are opened and quickly closed (in less than 1 second). I'd like to make tortoise work without ...
2
votes
2answers
96 views
How to permanently change the language of mercurial command line on Windows?
How can I change the language of the mercurial command line permanently to english on Windows? Setting the LANG environment variable as described in this answer helps temporarily for one command ...
0
votes
2answers
24 views
Fix email subject on windows hosted Hg server notifications
I followed the instructions here to get a Mercurial server hosted in IIS7:
http://www.firegarden.com/software/hosting-mercurial-repo-iis7-windows-server-2008r2-x64-python-isapi-cgi
It works great, ...
0
votes
1answer
39 views
Mercurial messes scandinavian characters OSX
Me and my friend set up Mercurial repository on Bitbucket for our project. He works on Windows while I use OSX. I installed Mercurial to OSX and cloned the repository only to find out that all ...
1
vote
1answer
80 views
How to fix mercurial repository that contains very long file path more 260 characters
I have mercurial repository that contains file path more 260 characters.
If I try to clone to windows machine, i get error.
So I need to change file path in repository, but it won't help, because ...
0
votes
1answer
187 views
OpenSUSE Apache - Windows LDAP - group user authentication - Mercurial
OS: OpenSUSE Linux
Version control: Mercurial Hg
Web Front: Apache2.2
I'm able to click browse http : // servername : port/ hg
As soon as I click on it, it prompts me for Windows AD directory ...
2
votes
1answer
436 views
Convert ssh key generated on mac to ppk
I have a private ssh key which i used on mac to gain access to my company´s repository.
Currently I´m working under Windows environment and want to access these repo´s with Tortoise HG.
...
1
vote
1answer
153 views
starting mercurial hg web server from windows command line
Anybody knows how I can start hgweb (mercurial hg web server) from the windows command line?
Currently to run it I am doing a rightclick on the explorer window in a repository folder.
Thanks!
0
votes
2answers
53 views
Install django on windows using Mercurial
A project that I am trying to use has a django import, so I am trying to install django.
In Windows.
I found directions on how to install it http://effbot.org/zone/django.htm#installing - and it ...
1
vote
1answer
589 views
“(.hg not found)” when cloning from cygwin-hosted repository via ssh to Mac and FreeBSD clients
I am running an archival filesystem on a Windows server that does automatic offsite replication which makes it the ideal place to host Mercurial repositories and be sure of their safety. This ...
1
vote
1answer
64 views
How can I get the contents of a particular Mercurial revision when one of the files has an error?
So I've been coordinating some source code across my office with Mercurial.
Long story short, it looks like I did something completely wrong and screwed up and lost a ton of files on some revision
...
0
votes
3answers
358 views
Creating new repository on central Windows/IIS web server
I have recently started to configure Mercurial within my team as a proof of concept. We all use windows and develop Visual Studio and SQL Server based solutions/projects etc.
I have installed ...
0
votes
2answers
1k views
How to clone project from code.google on windows
see i need to download code from this page
http://code.google.com/r/steverauny-treeview/source/checkout
which shows to clone
hg clone https://code.google.com/r/steverauny-treeview/
on my linux ...
3
votes
1answer
191 views
Can Mercurial create its own symbolic link format from Windows?
I know that Mercurial doesn't support symbolic links in repos on Windows; I can live with that, though an implementation using NTFS symlinks would be nice for those who can enable the privilege on ...
1
vote
1answer
142 views
couldn't find mercurial libraries : Windows 2000
I think I have studied all the duplicates. I have built Mercurial 2.0.2 and I am using Python27. When I run hg, I get this error:
abort: couldn't find mercurial libraries in ...
2
votes
1answer
235 views
Set up Mercurial for command completion in a Windows console
Is there a way to setup Mercurial to get command completion when working from console on Windows?
I'd like to have something similar to git bash, but for mercurial
0
votes
2answers
177 views
mercurial to sync to flashdrive and multiple machines
Let me first describe what I'd like to do, and why I want to do it, and then let me tell you what I tried and the problems I've had.
I have multiple machines I want to keep in sync using a usb ...
2
votes
1answer
101 views
How can I set up multiple hgweb sites on one IIS server?
I'm setting up our company's first Mercurial web interface, and I've hit a bit of a roadblock. We will have multiple teams using this server, and I don't want team A to have to deal with team B's ...
6
votes
1answer
1k views
Tracking hard or symbolic links with mercurial on Windows
In a rather large project, I would like to put the same file (or folder) in different locations. When it is changed in one location, the changes should be propagated. In Subversion, I could use ...
2
votes
1answer
140 views
Converting a Mercurial repo with bookmarks to Git
What's the best way to convert a Mercurial repo which uses bookmarks to a Git repo?
I've tried the steps listed here in Cygwin, but it converted only the default branch to master. The "branch" where ...
1
vote
1answer
171 views
How can I make MercurialEclipse clone repo with a git subrepo under Windows?
I converted my svn subdirectory with svn:externals leading to github via its svn gateway into bitbucket and uploaded on bitbucket (I wanted to shift to DVCS, bitbucket allows personal repos so I can ...
4
votes
2answers
596 views
Windows PowerShell ISE doesn't promt for input
I am using console as my tool for managing mercurial repositories. Wtih classic cmd or Console2 I type:
hg in
And console prompts something like:
D:\workspace\someproject>hg in
http ...
2
votes
2answers
368 views
Mercurial error with subrepos on windows
I have critial problem with Mercurial configured with subrepos. When I try to commit or make update I get following error:
hg commit -m "commit" --traceback
Traceback (most recent call last):
File ...
3
votes
1answer
139 views
Sharing a file between multiple locations
We are currently using Subversion (on Windows) for our source control but we examine switching to Mercurial. One problem is that we use externals in our repositories to share single files between ...
4
votes
2answers
317 views
Mercurial remotes on the file system instead of http server
I'm currently working on a migration from svn to mercurial. My needs are plain and simple, I need source control over an intranet in our company. I see examples everywhere for setupping remote repos ...
0
votes
2answers
724 views
Windows permissions on a directory: Mercurial - hg merge - “abort: access is denied”
Background: this is running on a Windows 2008 Server.
http://mercurial.selenic.com/wiki/Workflows#Feature_separation_through_named_branches
I'm a Mercurial newbie, and am trying to follow the advice ...
3
votes
2answers
180 views
Working with Mercurial locally and SVN remotely?
At work we use Subversion, but because nobody understands how to branch our "branching" involves copying the entire codebase and treating it as a separate repository - this means any changes we do to ...
0
votes
1answer
66 views
Difficulty installing and using Mercurial Chart extension
Hi I'm having trouble installing and using the Mercurial ChartExtension
When I installed it as per instructions
First you need to install the extension; type this in your shell:
python ...
2
votes
2answers
207 views
Windows Mercurial global keychain
I'm in the middle of trying to get mercurial working on a windows build server and am having issues. I went to the trouble of setting up the mercurial keychain (I had to install tortoisehg), and it ...
2
votes
4answers
137 views
Mercurial: Tag the current revision with a name that is defined in a text file
Normally in Mercurial if I want to tag the current revision i do this:
hg tag version12
This will tag my current revision to "version12"
Now suppose that the text "version12" is located in a file ...
9
votes
1answer
501 views
Windows & Mercurial change cases of class names
I have inherited a Java project which includes a number of classes that are not named according to the UpperCamelCase naming convention.
This is particularly the case with abbreviations (e.g. ...
1
vote
1answer
100 views
Using id_rsa and id_rsa.pub from ubuntu to windows?
Is it possible to use my id_rsa and id_rsa.pub from ubuntu to windows?
Thank you.
3
votes
2answers
445 views
Mercurial: Problem with non-ascii letters in filenames between Windows and Linux
I have a central Hg repository on a samba server, and two working copies, one on a Ubuntu and one on a Windows 7 machine. Everything worked fine until I, by mistake, added to the project a file with a ...
2
votes
1answer
153 views
Make TortoiseHg use a separate Mercurial package
I have installed Mercurial as a Python package. Now I want TortoiseHg to work with them. However, all versions of TortoiseHg are bundled with its own version of hg and Python libraries. How do I make ...
0
votes
1answer
245 views
hg serve: How to make it available to be cloned?
I start hg serve from the command line without a problem using the command: "hg serve -p 9001 -v -a 127.0.0.1".
The server is initiated and reachable from my browser with the adress: ...
1
vote
2answers
72 views
Mercurial for small scale research team
Our team consists of 3 people and we want to use Mercurial for the verison control of our codes.
The problem is that we don't have a common server that we all have access to.
Is there a way to ...
2
votes
2answers
169 views
How do I specify a different editor for Mercurial on Windows?
Whenever HG needs to prompt for a commit message, or whatever, it opens up Notepad. This is annoying. I have Vim7.3 installed, and I've tried setting the EDITOR environment variable to point to gvim, ...
5
votes
1answer
675 views
Mercurial Pre-Commit Hook: How to hook to python program in current directory?
I'm trying to create a Mercurial hook that runs when the commits are being pushed to the main repository. I created a python script as given below:
# commit.py
from mercurial import ui, hg
from ...
1
vote
3answers
365 views
Moving hg repo folder using copy-paste?
I have a hg repo on my local drive. I am new to hg and want to know if i can move the folder around freely. I am not talking about a folder under version control, i am talking about the folder that ...
1
vote
2answers
126 views
How to control line endings output by lua DOS<==>Unix
I am using luadoc and running it on Unix and windows, unfortunately the output is different on each system because of the DOS/Unix line endings, this really confuses my source control as it thinks ...
0
votes
1answer
604 views
Get certificate fingerprint of HTTPS server on Windows 7?
Recently Mercurial has added certificate validation when connecting to HTTPS servers. I'm trying to clone the wiki repository for a Google Code project at https://wiki.droidweight.googlecode.com/hg/, ...
0
votes
2answers
265 views
Mercurial: How can a user clone another user's repository on Windows?
I have two users A and B on a Windows 7 machine. A has a Mercurial repository named Foo in a directory where both A and B have read-write access. When B tries to clone this repository he gets this ...
2
votes
2answers
126 views
Archive Mercurial Changeset Files
I'm using Mercurial 1.7.2. on Windows and I want to extract all files within a specified change set (in my case tip). This is so I can upload only the files that I have changed to my web server.
If ...
3
votes
5answers
191 views
how can I work on both default and branch at same time in Hg?
OK, I'm new to Mercurial and version control branching in general, so I may have a fundamental misunderstanding of what's going on here -- please be kind... ;)
We are a small development team (2 ...
1
vote
3answers
326 views
Fabfile path problem on windows
I'm trying to deploy my site using Fabric and Mercurial. In the Windows command line, running hg push works perfectly with no problems.
But when I try writing
local("hg push")
in a fabfile and ...
3
votes
1answer
326 views
Does Mercurial access the Windows certificate store?
I'm working to upgrade our source control from hg 1.6.0 to 1.8.2 and I'm looking to set up and use SSL certs. This is on a Windows Server 2008 Enterprise system running IIS 6.0, not my server so I ...
2
votes
1answer
793 views
Getting “Server refused to allocate pty” error when trying to connect to Bitbucket via SSH on Windows
I'm trying to hook up Mercurial to Bitbucket on a PC and it's being really tough. I followed the instructions here:
http://www.codza.com/mercurial-with-ssh-setup-on-windows
and I'm running pageant ...
5
votes
2answers
610 views
Mercurial error “The filename, directory name, or volume label syntax is incorrect”
I'm getting the following error when I try to update my Mercurial directory on a PC:
The filename, directory name, or volume label syntax is incorrect.
Other comments have noted that the problem ...
