Skip to content

sitano/hgext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

hgext

Mercurial/HG convert plugin with a few new features

Purpose

I wanted to have an option to convert hg repo with file mapping without being history stripped.

Usage

  • hg convert --config convert.prefixempty=true --config convert.hg.allowempty=true --sourcesort --filemap ${FILEMAP} ${SRC} ${DEST}

Features

  • --config convert.hg.allowempty=true: Can save history under filemap enabled
  • --config convert.hg.allowempty=true: Can produce empty commits if needed
  • --config convert.prefixempty=true: Can prefix empty commits that were not skipped

Requirements (versions info)

About

Mercurial/HG convert plugin with a few new features to save history under filemap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published