Working with Mercurial

Version 1 by Steve Luo
on Sep 25, 2010 14:57.


 
compared with
Version 2 by Steve Luo
on Sep 25, 2010 15:24.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

  h1. Install Mercurial
 QuickBuild utilizes the Mercurial command (hg) to interact with remote Mercurial repository. If this command is not in system path, you will need to specify location of the command by configuring Mercurial plugin as below:
 !hg-plugin.png!
  
 Further more, Mercurial command (hg) location can be specified on a per-node basis by following below steps:
 # Open Mercurial plugin setting page and define the Bazaar path property as:
 {code}
 ${node.getAttribute("hgPath")}
 {code}
 # For each node that does not have Bazaar on system path, define the user attribute _hgPath_ to point to the actual Mercurial path like below:
 !hg-path.png!
  
 *NOTE:* example above is just for demonstration, you can use any other user attribute name instead of _hgPath_.
  
 h1. Configure Mercurial Repository