Hi all, For non-SUSE folks: vc is an internal command used for editing of .changes files. I'm working on implementation of vc command for osc. The current implementation supports some subset of functionality of it's original. But currently it can: - smart detect of .changes to edit - edit it using default editor - or add a defaul message using -m It can work in cwd only (should be implemented later) and not support locking (not necessary for OBS). The biggest changes are in header of .changes: ------------------------------------------------------------------- Thu Apr 16 15:47:06 UTC 2009 - mvyskocil@novell.com - osc vc test ------------------------------------------------------------------- Thu Apr 16 16:00:58 CEST 2009 - mvyskocil@suse.cz - vc test The date is always in UTC, which I considered better than TZ=Europe/Berlin used in vc, but it's a big change. Different email is rather cosmetic change, even if it will be nice to have my nice old @suse.cz back :), I don't know how to fix it. So any comments and proposals? Best regards Michal Vyskocil