Saturday 15 March 2014

Is there any Build management tool for Mercurial Repository? -


I would like to know whether Mercury provides a built-in builder tool for the creation / packaging of source code.

hg archive program can create a repository of your repo source code ( All metatical metadata and untracted files from zero). For example, to create a tarball:

  $ hg archive - see prefix = myproject / --type = tgz ~ / myproject.tgz  

HG Support Collection for more information on usage and possible options.


No comments:

Post a Comment