commands.sh

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/file

Merge changes from a branch revision into the working file

rcsmerge -rbranch_revision path/to/file

Perform a quiet merge (suppress diagnostics)

rcsmerge -q -rrevision1 -rrevision2 path/to/file

Print the result to `stdout` instead of overwriting the working file

rcsmerge -p -rrevision1 -rrevision2 path/to/file
made by @shridhargupta | data from tldr-pages