https://svn.lrde.epita.fr/svn/lrdetools/trunk
Index: ChangeLog
from Nicolas Pouillard <ertai(a)lrde.epita.fr>
Bump Vcs to 0.3.
* vcs/SPEC.dyn.yml, vcs/NEWS: Update.
NEWS | 12 +++++++++---
SPEC.dyn.yml | 9 +++++----
SPEC.yml | 1 +
3 files changed, 15 insertions(+), 7 deletions(-)
Index: vcs/SPEC.dyn.yml
--- vcs/SPEC.dyn.yml (revision 226)
+++ vcs/SPEC.dyn.yml (working copy)
@@ -1,9 +1,10 @@
--- !ruby/object:OpenStruct
table:
+ :version_id: ''
:url:
https://svn.lrde.epita.fr/svn/lrdetools/trunk/vcs
- :date: "Fri, 01 Jul 2005"
:version: !ruby/object:Version
- build: 148
+ build: 0
major: 0
- minor: 2
- revision: 206
+ minor: 3
+ revision: 227
+ :date: "Fri, 16 Sep 2005"
Index: vcs/SPEC.yml
--- vcs/SPEC.yml (revision 226)
+++ vcs/SPEC.yml (working copy)
@@ -18,6 +18,7 @@
tags_url:
https://svn.lrde.epita.fr/svn/lrdetools/tags
commit_command: ltci
+commit_dir: ..
rdoc_files: !filelist
- README
Index: vcs/NEWS
--- vcs/NEWS (revision 226)
+++ vcs/NEWS (working copy)
@@ -1,3 +1,9 @@
-New in 0.3 ...:
- * help
- * full stream based
+New in 0.3 2005-09-16:
+
+ * The help command now show all commands including vcs ones.
+ * New system to fill values like the subject, the title... of your
+ changelog, mails and news which belong to your patches.
+ * No more put the subject as an argument of vcs.
+ * Improve the command running handling, vcs calls are now full stream based.
+ * Add two commands `url' and `script'.
+ * Improve the error handling.