mirror of
https://github.com/frej/fast-export.git
synced 2026-03-04 17:20:43 +01:00
@@ -10,7 +10,7 @@ SFX_MARKS="marks"
|
||||
SFX_HEADS="heads"
|
||||
SFX_STATE="state"
|
||||
QUIET=""
|
||||
PYTHON=${PYTHON:python}
|
||||
PYTHON=${PYTHON:-python}
|
||||
|
||||
USAGE="[--quiet] [-r <repo>] [-m <max>] [-s] [-A <file>]"
|
||||
LONG_USAGE="Import hg repository <repo> up to either tip or <max>
|
||||
|
||||
@@ -10,7 +10,7 @@ SFX_MARKS="marks"
|
||||
SFX_HEADS="heads"
|
||||
SFX_STATE="state"
|
||||
QUIET=""
|
||||
PYTHON=${PYTHON:python}
|
||||
PYTHON=${PYTHON:-python}
|
||||
|
||||
USAGE="[-r <repo>] -R <rev>"
|
||||
LONG_USAGE="Print SHA1s of latest changes per branch up to <rev> useful
|
||||
|
||||
Reference in New Issue
Block a user