import-commit: Use munge_hash_range
commitabb325b204ec1f459353ba80a43f1e8a0e46eaff
authorJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Mon, 19 Feb 2007 03:50:51 +0000 (18 22:50 -0500)
committerJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Mon, 19 Feb 2007 03:50:51 +0000 (18 22:50 -0500)
tree77b3612e14639fa22d3ae396b3ad83fef3406a55
parent014d8c39d6becacd5e9bc9afa0482fd2606755b1
import-commit: Use munge_hash_range

Provide the user with a more intuitive hash range format:

  <hash> - one commit
  <hash>.. - hash until head (excludes hash, includes head)
  ..<hash> - until hash (includes hash)
  <hash1>..<hash2> - from hash to hash (inclusive)

Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
guilt-import-commit