reposurgeon 2.2 发布,版本控制历史记录编辑

reposurgeon是一种工具,用于编辑版本控制存储库的历史。它允许你做一些版本控制不允许你做的操作,比如编辑过去的评论和元数据、删除提 交。 它适用于任何版本控制系统,可以导出和导入git快速导入流,包括 git, hg, bzr。它还可以阅读Subversion转储文件,因此可以直接用于 生产高品质的脚本转换到任何DVCS从Subversion支持。

reposurgeon 2.2 changes :

  • Unit testing for the date parsing/formatting code 'branchify' declares a non-default set of svn paths to be branchified.
  • Interpretation of svn:mergeinfo properties.
  • A fix for yet another corner case in ignore-property translation from SVN.
  • The "authors write: command is now a proper inverse of "authors read".
  • The 'merge' command now unconditionally creates a merge link.
  • Reference syntax now allows references to be fossil-IDs
原文地址:https://www.cnblogs.com/shihao/p/2760712.html