summaryrefslogtreecommitdiff
path: root/hg-reset.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert "switch old deprecated sh syntax `...` to new approved $(...)"Andrey Rahmatullin2012-02-031-2/+2
| | | | This reverts commit 9f3c019a7b375933d669950c46ac02e94b08737c.
* switch old deprecated sh syntax `...` to new approved $(...)Barak A. Pearlmutter2011-09-111-2/+2
|
* Merge branch 'from-jmcmullan' into developFrej Drejhammar2008-12-201-0/+2
|\ | | | | | | | | Conflicts: hg-fast-export.py
| * hg export: Support tag movementJason S. McMullan2008-12-111-0/+2
| | | | | | | | | | | | | | | | | | | | HG tag movement is now supported with this patch. This patch creates a .git/hg2git-mapping file, which maps HG revision numbers to HG hashes. Combined with the .git/hg2git-marks file, which maps HG revisions to GIT hashes, we can now reprocess all tags at the end of each hg export operation.
* | hg2git: Update copyrights and maintainership information.Rocco Rutte2008-11-251-1/+1
|/ | | | Signed-off-by: Rocco Rutte <pdmef@gmx.net>
* hg-fast-export: work still if git-commands are not in PATHJonathan Nieder2008-07-311-1/+1
| | | | | | | | | | | | | In git 1.6.0, most git tools with a dash in the name will no longer be installed in $bindir. This patch makes hg-fast-export use the "git <command>" form so it will work even if "git" is the only piece of git machinery in the user's PATH. On the other hand, the "git <command>" form does not help for sourcing a shell script (with "."). So use the full path to source "git-sh-setup". Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
* Fix shell substitution typoRocco Rutte2007-10-221-1/+1
| | | | Signed-off-by: Rocco Rutte <pdmef@gmx.net>
* Allow for $PYTHON environment variable specifying python binary to useRocco Rutte2007-10-221-1/+2
| | | | Signed-off-by: Rocco Rutte <pdmef@gmx.net>
* hg-reset.sh: Helper for partially re-importing from hgRocco Rutte2007-03-191-0/+64
Given a hg revision to reset to, these scripts get the latest changes per hg branch and print git SHA1. The user then needs to manually reset branches as needed, tune the state file and can re-import things again. Signed-off-by: Rocco Rutte <pdmef@gmx.net>