Associating multiple authors to a revision
Currently, only a single author can be associated to a revision but it exists cases when we would like to associate multiple authors.
For instance, the npm loader will create a revision for each version of a package but multiple authors can be declared in the package metadata. [1]. The current behavior is to pick the first author to create a revision but we are missing some information here.
Migrated from T1645 (view on Phabricator)