hg-importfs

Import a set of files from a file-system into a repository
Download

hg-importfs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Markus Zapke-Grundemann
  • Publisher web site:
  • https://bitbucket.org/keimlink/

hg-importfs Tags


hg-importfs Description

hg-importfs imports a set of files from a given file-system into a Mercurial repository as a changeset.The development of this extension was paid for by Lantiq. It was written and released as Open Source by Markus Zapke-Gründemann.Repository: https://bitbucket.org/keimlink/hg-importfs/overviewInstallationIt is assumed that you already have Mercurial installed. If not, please do so first either by downloading and installing the appropriate package for your operating system or by using pip: pip install MercurialAs a Python packageThe easiest way is to install the importfs extension is to use pip: pip install hg-importfsUsing easy_install instead of pip is also possible: easy_install hg-importfsNow add the extension to the extensions section in your .hgrc/mercurial.ini file:importfs =As a Mercurial repositoryInstead of installing the Python package you can also clone the repository: hg clone https://bitbucket.org/keimlink/hg-importfsTo activate the extension you have to add the full path to importfs.py to your .hgrc/mercurial.ini file:importfs = /path/to/hg-importfs/importfs.pyUsageAfter installing the extension you can use the following command to show the full help including all options: hg help importfsProduct's homepage


hg-importfs Related Software