Brendan Cully <brendan@kublai.com> [Thu, 14 Jun 2007 16:12:08 -0700] rev 4590
convert: fix various authormap handling bugs
Edouard Gomez <ed.gomez@free.fr> [Thu, 14 Jun 2007 23:25:55 +0200] rev 4589
convert extension: Add support for username mapping
Allows mapping usernames to new ones during conversion process.
- Use -A option for first import
- Then at the end of the conversion process and if the destination
repo supports authorfile attribute, author map content is copied
to the file pointed by the authorfile call.
- On incremental conversions w/o any -A option specified, the
destination authorfile, if any, gets read automatically.
EG: This allows mapping unix system usernames used in CVS accounts
to a more typical "Firstname Lastname <address@server.org>" pair.
Edouard Gomez <ed.gomez@free.fr> [Thu, 14 Jun 2007 23:25:55 +0200] rev 4588
convert extension: Save a few opens on the map file
Save a few opens on the map file adding a class attribute
Brendan Cully <brendan@kublai.com> [Thu, 14 Jun 2007 13:32:35 -0700] rev 4587
Merge with stable
Brendan Cully <brendan@kublai.com> [Thu, 14 Jun 2007 10:58:49 -0700] rev 4586
Make parents with a file but not a revision use working directory revision.
Brendan Cully <brendan@kublai.com> [Thu, 14 Jun 2007 10:59:17 -0700] rev 4585
Merge with crew