Merge branch 'master' of git://repo.or.cz/hg2git
commit3e0fb1cf11808db42d6be02f9e7e15dc570bf32d
authorRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 10:22:52 +0000 (14 10:22 +0000)
committerRocco Rutte <pdmef@gmx.net>
Wed, 14 Mar 2007 10:22:52 +0000 (14 10:22 +0000)
treeec6d2b6940d0438ac400b7bc481a6065b2dfc72f
parent80a53a93c8d64c8c3d568353e9e95ef6fe8bc3af
parentf9879136a954dadc34e6ab7c8d9ae5e7e2154988
Merge branch 'master' of git://repo.or.cz/hg2git

* 'master' of git://repo.or.cz/hg2git: (38 commits)
  hg2git.py: Only print verification message for branches we have
  hg2git.py: Add simple delta revision feed
  hg2git.py: Create only leightweight tags
  hg2git.py: add -f/--force option to bypass validation checks
  hg2git.py: Bail out for certain errors
  Add a note about hg's unnamed branches and multiple heads
  hg2git.py: For the first revision, feed out full manifest
  hg2git.py: Don't complain die for non-existent heads
  Remove SHA stability note from readme
  hg2git.py: Remove leading/trailing spaces from authormap
  hg2git.py: Allow for spaces in authorfile
  hg2git.sh: Add usage note that argument order matters
  hg2git.sh: Complete --help output's option listing
  Basic support for an author map
  hg2git.py: Fix typo saving status to headsfile instead of statusfile
  hg2git.py: Display our max revision as progress, not tip
  hg2git.py: Disable parsing Signef-off-by lines and add -s to enable
  Basic support for command line options in hg2git.py
  Rename README.txt to hg2git.txt
  Only attempt to verify heads hg has, too
  ...