One Line HG Pull/Update for Deployment
The following is a quick one-liner for pulling and updating a mercurial repo with a specified directory, this is especially useful for deployment scripts:
$ hg pull -vu --cwd /full/path/to/dir/to/update
The following is a quick one-liner for pulling and updating a mercurial repo with a specified directory, this is especially useful for deployment scripts:
$ hg pull -vu --cwd /full/path/to/dir/to/update
If you'd like to get in touch, you can reach me at ben@benedmunds.com.