- Implemented export.yaml, import (yaml).
- Updated man page.
- 'export' is now an alias to 'export.yaml'.
- Added missing 'tags' attribute as an internal Att.
- Improved recognition of YAML.
- Added unit tests for export.yaml, import (yaml).
- Added missing unlink from dependencies.t
This commit is contained in:
Paul Beckingham 2010-08-02 17:45:48 -04:00
parent f60205c704
commit e090f556da
10 changed files with 285 additions and 19 deletions

View file

@ -51,6 +51,7 @@ static const char* internalNames[] =
"limit",
"status",
"description",
"tags",
// Note that annotations are not listed.
};