HomeSoftware Heritage

rlog: fix parsing of multiple file revisions

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

rlog: fix parsing of multiple file revisions

The rlog parser was only fetching a single file revision because
some lines of code had the wrong indentation. These lines were
supposed to be part of a loop body but were only executed once.

Also rename a function which had a misleading name and docstring.
This function does in fact process the entire RCS revision history
of a given file, as opposed to just one entry of RCS revision history.

Found while testing ingestion of the GNU dino repository from
cvs.savannah.gnu.org/sources/dino

Details

Provenance
stspAuthored on Oct 27 2021, 12:15 PM
stspPushed on Oct 27 2021, 3:59 PM
stspPushed on Oct 27 2021, 3:58 PM
Differential Revision
D6560: rlog: fix parsing of multiple file revisions
Tasks
T3691: Implement CVS loader
Build Status
Buildable 24736
Build 38611: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.