-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using TortoiseHg and would like to apply a hook to my repo. My repo's .hg/hgrc file is as follows:
[hooks]
pretxncommit = python:hg_checksize.newbinsize
The thing is that I don't know where TortoiseHg's PYTHONPATH variable is set. How do I change it? Or where do I put my Python file so…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
I'm coming from a TortoiseSVN background and decided to give TortoiseHg a try.. One thing I got really used to with TortoiseSVN was the SVN Repo-Explorer, which worked quite similarly to Windows Explorer.. However, when I tried to use TortoiseHg's Repository Explorer, what I got was something…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I can't get Tortoisehg (1.0) to work with subrepos
I have a directory structure like this:
root
.hg
.hgsub
.hgsubstate
Customer1
Project1
.hg
foo.txt
Project2
.hg
Customer2
Project3
.hg
the .hgsub file under root looks like
Customer1\Project1=Customer1\Project1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've pulled in some changes to read-only files from a remote repository and I'm trying to update my working area, but I get [Errno 13] ... Access is denied errors when TortoiseHg tries to update the read-only files.
I can do the update from the command line using a -f, but I'm wondering if there's…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I posted this question on superuser.com but I wasn't sure if it was appropriate there..
Anyway:
Hi,
I'm coming from a TortoiseSVN background and decided to give TortoiseHg a try.. One thing I got really used to with TortoiseSVN was the SVN Repo-Explorer, which worked quite similarly to Windows…
>>> More