rcsmerge
all
Merge RCS revisions into the working file. See also: `ci`, `co`, `rcs`, `rcsdiff`, `rlog`.
More info →Examples (4)
Merge differences between two revisions into the working file
rcsmerge -rrevision1 -rrevision2 path/to/fileMerge changes from a branch revision into the working file
rcsmerge -rbranch_revision path/to/filePerform a quiet merge (suppress diagnostics)
rcsmerge -q -rrevision1 -rrevision2 path/to/filePrint the result to `stdout` instead of overwriting the working file
rcsmerge -p -rrevision1 -rrevision2 path/to/filemade by @shridhargupta | data from tldr-pages