Actions:
|
2008-12-15 13:53 AEST by Arthur Barrett - When two files are committed the bug id is repeated in the changelist of the
second file, but not the first file:
cvs -ttt ci -m "Bug 1: this is a new test"
Checking in bfile.txt;
/c-repo/devel/steve/bfile.txt,v <-- bfile.txt
new revision: 1.6; previous revision: 1.5
done
Checking in steve.txt;
/c-repo/devel/steve/steve.txt,v <-- steve.txt
new revision: 1.6; previous revision: 1.5
done
02:42:57: S -> loginfobugs() bug="1" - add file to new bug.
02:42:57: S -> loginfobugs() filename="bfile.txt" not found.
02:42:57: S -> loginfobugs() bug="1,1" - add file to new bug.
02:42:57: S -> loginfobugs() filename="steve.txt" not found. |