commands.sh

rlog

all

Print the revision log of RCS files. See also: `ci`, `co`, `rcs`, `rcsdiff`.

More info →

Examples (5)

Display the complete revision history of a file

rlog path/to/file

Display only the header information (no revision details)

rlog -h path/to/file

Display information for a specific revision

rlog -rrevision path/to/file

Display revisions within a date range

rlog -d"start_date<end_date" path/to/file

Display revisions by a specific author

rlog -wauthor path/to/file
made by @shridhargupta | data from tldr-pages