About This File
An API for the Mercurial command line interface (hg), includes all the basic commandos:
- Add
- Archive
- Backout
- Branch
- Clone
- Commit
- Diff
- Forget
- Init
- Log
- paths
- Push
- Pull
- Remove
- Rename
- Revert
- Status
- Tag
The API provides an interface to communicate with a Mercurial Repository.This API is not meant as a integrated Mercurial provider in LabVIEW.
Installation is performed by VIPM, after which a palette is created in the user.lib palette.
You can access the sourcecode of this API at Bitbucket.
Licensed under GPLv2, since it creates a derivative on the Mercurial icon. © Matt Mackall
Copyright © 2012 Ton Plomp
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
What's New in Version 0.3.1 See changelog
Released
- [bug] HG Init not working - resolved.