Overview
ANT4HG is an ANT task for HG ( mercurial ) , a distributed source control management system.
Latest version is ant4hg V0.8.2 It has been tested with ant 1.9.3 and hg 3.0.1 .
ANT4HG is an ANT task for HG ( mercurial ) , a distributed source control management system.
Latest version is ant4hg V0.8.2 It has been tested with ant 1.9.3 and hg 3.0.1 .
ANT4HG aims to support all mercurial functionalities.
| Requirement | User manual | Test cases |
|---|---|---|
| F001 | hg init | TC#F001 |
| F002 | hg status | TC#F002 |
| F003 | hg log | TC#F003 |
| F004 | hg add | TC#F004 |
| F005 | hg remove | TC#F005 |
| F006 | hg commit | TC#F006 |
| F007 | hg update | TC#F007 |
| F008 | hg clone | TC#F008 |
| F009 | hg pull | TC#F009 |
| F010 | hg push | TC#F010 |
| F011 | hg export | TC#F011 |
| F013 | hg tag | TC#F013 |
| F014 | hg addremove | TC#F014 |
[2014-06-29] mercurial ant task V0.8.2 is available for download.
Some features require end-user tests in various configurations.
New features : f008-clone, f009-pull, f010-push
(added to f001-init, f002-status, f003-log, f004-add,
f005-remove, f006-commit, f007-update)