.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. .TH HG-FAST-EXPORT "1" "February 2011" "hg-fast-export" "User Commands" .SH NAME hg-fast-export \- import hg repository into git .SH SYNOPSIS .B hg-fast-export [\fI--quiet\fR] [\fI-r \fR] [\fI--force\fR] [\fI-m \fR] [\fI-s\fR] [\fI-A \fR] [\fI-M \fR] [\fI-o \fR] .SH DESCRIPTION Import hg repository up to either tip or If is omitted, use last hg repository as obtained from state file, GIT_DIR/hg2git\-state by default. .PP Note: The argument order matters. .SH OPTIONS .TP \fB\-m\fR Maximum revision to import .HP \fB\-\-quiet\fR Passed to git\-fast\-import(1) .TP \fB\-s\fR Enable parsing Signed\-off\-by lines .TP \fB\-A\fR Read author map from file (Same as in git\-svnimport(1) and git\-cvsimport(1)) .TP \fB\-r\fR Mercurial repository to import .TP \fB\-M\fR Set the default branch name (default to 'master') .TP \fB\-o\fR Use as branch namespace to track upstream (eg 'origin') .TP \fB\-\-force\fR Ignore validation errors when converting, and pass \-\-force to git\-fast\-import(1)