Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Oops, how can I fix that commit message?



My fingers typed "-m" without me realizing, resulting in the following:

  Module Name:    src
  Committed By:   perseant
  Date:           Fri Dec 19 20:15:37 UTC 2025

  Modified Files:
        src/tests/fs/common: fstest_lfs.c
        src/tests/fs/lfs: t_orphan.c util.c

  Log Message:
=>sys/ufs/lfs/lfs_alloc.c<=


  To generate a diff of this commit:
  cvs rdiff -u -r1.9 -r1.10 src/tests/fs/common/fstest_lfs.c
  cvs rdiff -u -r1.2 -r1.3 src/tests/fs/lfs/t_orphan.c
  cvs rdiff -u -r1.4 -r1.5 src/tests/fs/lfs/util.c

  Please note that diffs are not public domain; they are subject to the
  copyright notices on the relevant files.

I subsequently committed lfs_alloc.c with the relevant part of the log message.  The log message for the other files should read:

  Update the orphan test to use dumplfs, avoiding false negatives.  Add post-test fsck to all the LFS tests.

"cvs admin -m" doesn't work because I'm not in the right group (and iirc it may be permanently disabled while we are transitioning to Hg).  Is there a way to fix this?

Thanks,

-Konrad





Home | Main Index | Thread Index | Old Index