machg

How to commit files from different folders in MacHg?

In MacHg, how do you select one and only one file from one folder and one and only one file from another folder to commit when you have other changed files in the same folder? In the command line it would be: hg commit folder1/file1 folder2/file2 -m "Message." ...

Mercurial client error 255 and HTTP error 404 when attempting to push large files to server

Problem: 19/06/10 Update: More evidence problem is server-side. Receiving this error on Windows 7 command line (see below for full traceback): URLError: <urlopen error [Errno 10054] An existing connection was forcibly closed by the remote host> abort: error: An existing connection was forcibly closed by the remote host When attem...

hg serve in MacHg

Hi guys, I tried to find it in documentation, but couldn't, how can I run Mercurial server (as hg serve in terminal) from MacHg, is it possible at all? I'm on Mac 10.6 if it's important. thanks. ...

Which version of GUI Mercurial would be some of the best on a Mac and a PC?

It seems that on the page http://mercurial.selenic.com/wiki/OtherTools TortoiseHg is recommended most for a PC and MacHg is for the Mac. What are some experience of using them if somebody can share? It seems that Murky for Mac need compilation and sometimes it needs a bit of work. I was also thinking of setting up a virtual mac...

How to specify a username with a @ embedded in a URL? ( Mercurial - MacHg related but not specificaly )

As MacHg (MacOS mercurial client) requests a password but not a username, the only way I have to include the login information for MacHg to connect to a mercurial repository server is to add it in the URL, as the help states. The problem is that I'm using a repository at Kiln.net where usernames are emails. So the @ of the email breaks t...

Mercurial error 255 - how to revive my repository?

Hi guys, it's a quesion about mercurial. I'm not a unix - guy, but use a mercurial together with MacHG for my development on Mac. Yesterday I had to change my mac, I just copied my project folder with repository on new mac, but now I can't do anything with it in mercurial. I can open project in xcode and everuthing is fine, but if I try...