Hi all, i have a local and remote repository and have to find the difference between them by using byond compare or kdiff. i made changes in hgrc as well mercurial.ini file as below.
[extensions] hgext.extdiff=
[extdiff] cmd.bc3diff = C:\Program Files\Beyond Compare 3\BCompare.exe opts.bc3diff = -f '+next' '+execute "DirDiff ".argv(0)." ".argv(1)'
and tried in command prompt hg bc3diff source directory remote directory
but got abort source directory not under root......
please help me how could i solve above problem.
thanks,