I followed the following steps to install TortoiseHG on Ubuntu 9.10 using the following document: http://bitbucket.org/tortoisehg/stable/wiki/nautilus
I am using TortoiseHG for source code control in Windows, I forgot to edit the \".hgignor\" file, and now I have a huge folder \".hg\" which I know it\'s because of DLL and EX开发者_运维百科E and PDB
Using开发者_如何学Go TortoiseHg Synchronize, clicking \"Pull\" pulls down the 2nd most recent revision.
In Mercurial/TortoiseHg, given the following example, what is the easiest way to merge revision \"G\" into repo A without taking D,E and F (Assume that G has no dependency on D,E or F).