I imported our SVN repository into Mercurial, and now we have entries for the same user that do not match.
e, g, for me I have
Sam Macrill smackrill smackrill
Is there a way to combine them into one user?
What tools do you use to import? If it is an extension hg convertor hgsubversion, you can re-import your data by providing an updated authors file that processes different names for the same person. See the parameter of --authorsthese Mercurial commands.
hg convert
--authors
Source: https://habr.com/ru/post/1740306/More articles:How to determine a foreign key in a MySQL database? - databaseHow to integrate the GWT application into another web platform? - javascriptPHP line splitting - splitSQLServer Triggers - sqlSetpoint Extension Point DataContractJsonSerializer - jsonChanging a Windows User Password Remotely Using .NET - .netС# Процесс потока - Datastream, XML и datagrid - c#Microsoft Unity, options in the constructor - unity-containerHow to get all ListBox items to submit an action - asp.net-mvcHow to close a JFrame by clicking a button? - javaAll Articles