On Thu, Oct 20, 2011 at 11:35 PM, Steve Borho <[email protected]> wrote: > On Wed, Oct 19, 2011 at 4:14 AM, CWC <[email protected]> wrote: >> I installed Beyond Compare in portable mode. >> How do I link TortoiseHG with it? > > See the merge-tools section of the documentation for hgrc. You need > to provide a path for the tool in your user Mercurial.ini file. > > -- > Steve Borho >
Hi, Steve, Thank you for replying. Following your instruction, and copy [merge-tools] from MergeTools.rc, Beyond Compare is launched successfully. However, it doesn't open the correct files. I use process explore to spot on in, and find that the arguments don't passed to Beyond Compare at all. Following is my Mercurial.ini. Can you take a look at it? Thank you. # Generated by TortoiseHg settings dialog [tortoisehg] vdiff = BeyondComapre3 ui.language = en [merge-tools] BeyondCompare3.executable =s:\Portable\Beyond_Compare_3\BCompare.exe beyondcompare3.priority=-1 beyondcompare3.args=$local $other $base /mergeoutput=$output /ro /lefttitle=parent1 /centertitle=base /righttitle=parent2 /outputtitle=merged /automerge /reviewconflicts /solo beyondcompare3.premerge=False beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3 beyondcompare3.regname=ExePath beyondcompare3.gui=True beyondcompare3.diffargs=/lro /lefttitle='$plabel1' /righttitle='$clabel' /solo /expandall $parent $child beyondcompare3.diff3args=$parent1 $parent2 $child /lefttitle='$plabel1' /centertitle='$clabel' /righttitle='$plabel2' /solo /ro beyondcompare3.dirdiff=True ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

