Ticket #24 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Improve commit message behavior

Reported by: blee Owned by: confman-developers@…
Priority: minor Milestone: confman-1.9b
Component: confman Version: 1.7.2
Keywords: Cc:

Description

  1. The user should not be prompted to enter a commit message if there are no outstanding changes in the repository.
  2. "BugId:" should not be part of the default commit message.
  3. Like Subversion, confman should notice if the user does not write a commit message and ask them if they want to abort.

Change History

comment:1 Changed 3 years ago by ccowart

In terms of point 2, we should support a commit log template.

comment:2 Changed 3 years ago by ccowart

(In [314]) Don't prompt for a commit message if no files have changed.

See #24

comment:3 Changed 3 years ago by ccowart

(In [317])

  • Made make aware of the confadmin man page
  • Fixed disagreement between repository structure between confman setup and confadmin setup
  • Templatized log message

See #8
See #24
See #20

comment:4 Changed 3 years ago by ccowart

  • Status changed from new to closed
  • Resolution set to fixed

(In [319])

  • Implemented abort option on empty log.
  • Cleaned up some logic surrounding determining no changes.

Fixes #24

Note: See TracTickets for help on using tickets.