Create an unversioned archive of a Mercurial repository revision.
This is available for PHP 5.4 and higher.
Table C.27: Attributes
Name | Type | Description | Default | Required |
---|
destination | String | Name of archive to create. | n/a | Yes |
revision | String | Revision to distribute in the archive. | n/a | No |
<property name="version" value="v0_1_2"/>
<hgarchive destination="${version}.zip" />
<hgarchive destination="${version}.tgz" />