convert-repo: deal with packed git and other fixes
call out to git-cat-file directly to deal with packed files
use git-diff-tree --root to handle import of first commit
quiet some dirstate warnings
fix parent logic in commit
whitespace bits
topological sort fix
manifest hash:
2943af0168dd2f5e85bba6515fd08687e264863f
HG environment variables take precedence over hgrc
manifest hash:
c128b53429f861c0b75c2a81c6ad4907e4779810
Minor merge fixups
return a proper errorlevel on abort
let force jump across branches
catch exception on unlink
manifest hash:
6787814cd75e9f9623c56dc36f865afd54f56bfa
Make manifest lookup use changeset ids
manifest hash:
83cf1ac9c68ad9e8de29d2c629c8a06eaeeeae15
Repair the hgweb search interface
manifest hash:
f5c644f14b31da897dc66f96c2852ae1f11f43f1
Hide file hashes in log
There are six different kinds of revision numbers and hashes:
changeset hash and local number
manifest hash and local number
file hash and local number
We really ought to expose only the changeset hash and local number, so
begin hiding the others from the end user
manifest hash:
40d07cc930e84a9283d5e03ade23e3454401e148