@@ -, +, @@ Developers" page. --- hb-introduction-new-devs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/hb-introduction-new-devs.xml +++ a/hb-introduction-new-devs.xml @@ -150,8 +150,8 @@ $ repoman manifest $ ${EDITOR} metadata.xml You don't necessarily need a files directory any more $ cvs add foo-1.0.ebuild metadata.xml files -[Don't forget to create a ChangeLog - see the man page for echangelog.] -$ echangelog "New ebuild for foo. Ebuild written by me. Fixes bug #XXXXXX." +repoman will update the ChangeLog for you automatically. +$ repoman commit -m "New ebuild for foo. Ebuild written by me. Fixes bug #XXXXXX."

--