Advertisement
Guest User

fast-export-python2.patch

a guest
Jul 13th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.79 KB | None | 0 0
  1. diff --git a/hg-fast-export.sh b/hg-fast-export.sh
  2. index 334f286..5144d19 100755
  3. --- a/hg-fast-export.sh
  4. +++ b/hg-fast-export.sh
  5. @@ -11,7 +11,7 @@ SFX_MARKS="marks"
  6.  SFX_HEADS="heads"
  7.  SFX_STATE="state"
  8.  GFI_OPTS=""
  9. -PYTHON=${PYTHON:-python}
  10. +PYTHON=${PYTHON:-python2}
  11.  
  12.  USAGE="[--quiet] [-r <repo>] [--force] [-m <max>] [-s] [-A <file>] [-M <name>] [-o <name>]"
  13.  LONG_USAGE="Import hg repository <repo> up to either tip or <max>
  14. diff --git a/hg-reset.sh b/hg-reset.sh
  15. index c77c291..986487c 100755
  16. --- a/hg-reset.sh
  17. +++ b/hg-reset.sh
  18. @@ -11,7 +11,7 @@ SFX_MAPPING="mapping"
  19.  SFX_HEADS="heads"
  20.  SFX_STATE="state"
  21.  QUIET=""
  22. -PYTHON=${PYTHON:-python}
  23. +PYTHON=${PYTHON:-python2}
  24.  
  25.  USAGE="[-r <repo>] -R <rev>"
  26.  LONG_USAGE="Print SHA1s of latest changes per branch up to <rev> useful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement