summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Rahmatullin <wrar@wrar.name>2014-02-06 01:06:35 +0600
committerAndrey Rahmatullin <wrar@wrar.name>2014-02-06 23:13:52 +0600
commit69af9b057005f5076607280768ca22fd985d78bf (patch)
tree29fbf780735ba98f17144434636375f07d8a7ab4
parent16ff950a65a426d8c2fcb770bec4d62d34dd3aa3 (diff)
downloadhg-fast-export-69af9b057005f5076607280768ca22fd985d78bf.tar.gz
Update hg-reset.1.
-rw-r--r--debian/hg-reset.125
1 files changed, 18 insertions, 7 deletions
diff --git a/debian/hg-reset.1 b/debian/hg-reset.1
index f6ebd20..5557ffc 100644
--- a/debian/hg-reset.1
+++ b/debian/hg-reset.1
@@ -1,10 +1,9 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4.
-.TH HG-RESET "1" "February 2011" "hg-reset" "User Commands"
+.TH HG-RESET "1" "February 2014" "hg-reset" "User Commands"
.SH NAME
hg-reset \- print info for hg-fast-export restart
.SH SYNOPSIS
.B hg-reset
-[\fI-r <repo>\fR] \fI-R <rev>\fR
+[\fIoptions\fR] [\fI-r <repo>\fR] \fI-R <rev>\fR
.SH DESCRIPTION
Print SHA1s of latest changes per branch up to <rev> useful
to reset import and restart at <rev>.
@@ -12,8 +11,20 @@ If <repo> is omitted, use last hg repository as obtained from state file,
GIT_DIR/hg2git\-state by default.
.SH OPTIONS
.TP
-\fB\-R\fR
-Hg revision to reset to
+\fB\-\-marks\fR=\fIMARKSFILE\fR
+File to read git\-fast\-import's marks from
.TP
-\fB\-r\fR
-Mercurial repository to use
+\fB\-\-mapping\fR=\fIMAPPINGFILE\fR
+File to read last run's hg\-to\-git SHA1 mapping
+.TP
+\fB\-\-heads\fR=\fIHEADSFILE\fR
+File to read last run's git heads from
+.TP
+\fB\-\-status\fR=\fISTATUSFILE\fR
+File to read status from
+.TP
+\fB\-r\fR REPOURL, \fB\-\-repo\fR=\fIREPOURL\fR
+URL of repo to import
+.TP
+\fB\-R\fR REVISION, \fB\-\-revision\fR=\fIREVISION\fR
+Revision to reset to