Mercurial > hg > hg-git
comparison TODO.txt @ 164:7e98757deadc
author and extra data fixes
author | Scott Chacon <schacon@gmail.com> |
---|---|
date | Fri, 29 May 2009 13:10:14 -0700 |
parents | cb38ac7f9373 |
children | 8bfa8aa6b68f |
comparison
equal
deleted
inserted
replaced
163:74f38b519887 | 164:7e98757deadc |
---|---|
2 ========== | 2 ========== |
3 * fully integrate as native protocol handler | 3 * fully integrate as native protocol handler |
4 - hg push git@... | 4 - hg push git@... |
5 - hg fetch [remote] (remote is url, hg alias or hg-git remote) | 5 - hg fetch [remote] (remote is url, hg alias or hg-git remote) |
6 - hg clone url | 6 - hg clone url |
7 | 7 * work fine with eclipse plugin or tortoise-hg |
8 | 8 |
9 MAPPING ISSUES | 9 MAPPING ISSUES |
10 ============== | 10 ============== |
11 * work in Git on a named branch created in Hg is forward-ported to be named branch commits in Hg and stripped back out if re-exported | 11 * work in Git on a named branch created in Hg is forward-ported to be named branch commits in Hg and stripped back out if re-exported |
12 * timezone issues (?) | 12 * timezone issues (?) |
24 | 24 |
25 WEBSITE | 25 WEBSITE |
26 =========== | 26 =========== |
27 * more usage documentation | 27 * more usage documentation |
28 * screencast | 28 * screencast |
29 * git+ssh, git@ descriptions, better error detection for that | |
30 | 29 |
31 | 30 |
32 SPEED/EFFICIENCY | 31 SPEED/EFFICIENCY |
33 ================ | 32 ================ |
34 * switch object mapping to hg->git since the many to one is that direction | 33 * switch object mapping to hg->git since the many to one is that direction |