Changeset 158 for trunk/moap/command/cl.py
- Timestamp:
- 25-03-07 23:06:22 (6 years ago)
- File:
-
- 1 edited
-
trunk/moap/command/cl.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/moap/command/cl.py
r152 r158 111 111 112 112 class Checkin(util.LogCommand): 113 description = " Check in files listed in the latest ChangeLog entry"113 description = "check in files listed in the latest ChangeLog entry" 114 114 usage = "checkin [path to directory or ChangeLog file]" 115 115 aliases = ["ci", ] … … 146 146 147 147 class Diff(util.LogCommand): 148 description = " Show diff for all files from last ChangeLog entry"148 description = "show diff for all files from last ChangeLog entry" 149 149 150 150 def do(self, args): … … 171 171 172 172 class Prepare(util.LogCommand): 173 description = "Prepares ChangeLog entry from local diff" 173 summary = "prepare ChangeLog entry from local diff" 174 description = """This command prepares a new ChangeLog entry by analyzing 175 the local changes. 176 It uses ctags to extract the tags affected by the changes, and adds them 177 to the ChangeLog entries. 178 It decides your name based on your account settings, the REAL_NAME or 179 CHANGE_LOG_NAME environment variables. 180 It decides your e-mail address based on the EMAIL_ADDRESS environment 181 variable. 182 """ 183 usage = "prepare [path to directory or ChangeLog file]" 174 184 aliases = ["pr", "prep", ] 175 185
Note: See TracChangeset
for help on using the changeset viewer.
