Lines Matching full:files
7 Remove the input files unless --keep-entries is specified.
11 * Merged entry files are sorted according to their merge date (date of
14 * Committed but unmerged entry files are sorted according to the date
16 * Uncommitted entry files are sorted according to their modification time.
191 Entry files must have the same format as the changelog file.
275 """This classes defines an ordering on changelog entry files: older < newer.
277 * Merged entry files are sorted according to their merge date (date of
280 * Committed but unmerged entry files are sorted according to the date
282 * Uncommitted entry files are sorted according to their modification time.
288 # Categories of files. A lower number is considered older.
419 The input file and the list of merged files are used only for sanity
439 """List the entry files to merge, oldest first.
452 # Identify files without the required .txt extension
483 """List the files to merge and their timestamp.
487 files = list_files_to_merge(options)
488 for filename in files:
513 help='Keep the files containing entries'
517 help='Remove the files containing entries after they are merged'
522 parser.add_argument('--list-files-only',
524 help=('Only list the files that would be processed '