Hi,
How would you rsync files that are not tracked by mercurial between two repositories?
My .hgignore looks like this:
syntax: glob *.mat *.pdf *.asv *.bz *.tar *.zip *.7zip *.rar *.gz *.wmv *.png *.jpg *.jpeg *.bmp *.tif *.tiff *.gif *.avi *.mpg *.node *.ncb *.pdb *.ele *.hh *.html *.htm *.xsl *.log *.o *.ilk *.cvs* *.vproj *.proj* *.mex* *.sln *.run *.make Makefile *.ignore_dirs *.d
Thank you