--template options: file_adds

Rolando Espinoza La Fuente darkrho at gmail.com
Wed Nov 21 14:48:05 CST 2007


On Nov 21, 2007 11:32 AM, Ralph Douglass <rdouglass at janestcapital.com> wrote:
> I'm trying to get a list of modified files from a specific revision, so
> that I can write a hook which emails only on mods.

I use something similar to zip modified files and upload to a hosting.

Modified files from123 to tip:  hg st --rev 123 --rev tip -m
Added files from123 to tip:     hg st --rev 123 --rev tip -a
Removed files from123 to tip: hg st --rev 123 --rev tip -r

See more options with "hg help st".

Cheers,

-- 
./Rho
ajayu.memi.umss.edu.bo/rho | www.elgg.org/rho
www.ubuntubolivia.org |  yupana.berlios.de |  darkrho on freenode

GPG Key ID: 4372ED1A


More information about the Mercurial mailing list