Mercurial > hg > hg-git
annotate TODO.txt @ 57:eb05594fc3c8
removed the 'thin-pack' option, since it didn't work well
author | Scott Chacon <schacon@gmail.com> |
---|---|
date | Wed, 29 Apr 2009 14:51:20 -0700 |
parents | 4b1fa3d0fa8b |
children | f8973754189e |
rev | line source |
---|---|
14
36e94e805fa7
added basic config file for remembering remote urls
Scott Chacon <schacon@gmail.com>
parents:
13
diff
changeset
|
1 GENERAL |
36e94e805fa7
added basic config file for remembering remote urls
Scott Chacon <schacon@gmail.com>
parents:
13
diff
changeset
|
2 ========== |
52
87d462a6b796
pushing nothing works better
Scott Chacon <schacon@gmail.com>
parents:
47
diff
changeset
|
3 * integrate as native protocol handler (hg push git://...) |
44
234bb5784c8b
cleaned up documentation, created initial branch policy
Scott Chacon <schacon@gmail.com>
parents:
42
diff
changeset
|
4 * more tests |
16
58cd05129119
moved init into git_handler
Scott Chacon <schacon@gmail.com>
parents:
14
diff
changeset
|
5 * submodules? |
46
0bfcd0c06b8e
clarified in the readme that this is still alpha
Scott Chacon <schacon@gmail.com>
parents:
44
diff
changeset
|
6 * .gitignore, etc - try to convert? |
0bfcd0c06b8e
clarified in the readme that this is still alpha
Scott Chacon <schacon@gmail.com>
parents:
44
diff
changeset
|
7 - (probably not automatically, but perhaps a generator?) |
9
7e776864b301
sorts the commits topologically before converting
Scott Chacon <schacon@gmail.com>
parents:
diff
changeset
|
8 |
7e776864b301
sorts the commits topologically before converting
Scott Chacon <schacon@gmail.com>
parents:
diff
changeset
|
9 PUSH |
7e776864b301
sorts the commits topologically before converting
Scott Chacon <schacon@gmail.com>
parents:
diff
changeset
|
10 ========== |
44
234bb5784c8b
cleaned up documentation, created initial branch policy
Scott Chacon <schacon@gmail.com>
parents:
42
diff
changeset
|
11 * push with branch names (w/ proper error messages) |
52
87d462a6b796
pushing nothing works better
Scott Chacon <schacon@gmail.com>
parents:
47
diff
changeset
|
12 * explain what branch mapping policy determined when updating refs |
9
7e776864b301
sorts the commits topologically before converting
Scott Chacon <schacon@gmail.com>
parents:
diff
changeset
|
13 * convert tags to git |
14
36e94e805fa7
added basic config file for remembering remote urls
Scott Chacon <schacon@gmail.com>
parents:
13
diff
changeset
|
14 |
36e94e805fa7
added basic config file for remembering remote urls
Scott Chacon <schacon@gmail.com>
parents:
13
diff
changeset
|
15 FETCH |
36e94e805fa7
added basic config file for remembering remote urls
Scott Chacon <schacon@gmail.com>
parents:
13
diff
changeset
|
16 =========== |
41
12d4f99c0702
cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents:
40
diff
changeset
|
17 * tag conversion |
55
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
18 |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
19 MAPPING ISSUES |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
20 ============== |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
21 Created in Hg: |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
22 * explicit file renames |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
23 * named branches |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
24 |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
25 Created in Git: |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
26 * octopus merge explode/implode |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
27 * different committer in Git objects |
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
28 |
41
12d4f99c0702
cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents:
40
diff
changeset
|
29 |
12d4f99c0702
cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents:
40
diff
changeset
|
30 SPEED/EFFICIENCY |
12d4f99c0702
cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents:
40
diff
changeset
|
31 ================ |
44
234bb5784c8b
cleaned up documentation, created initial branch policy
Scott Chacon <schacon@gmail.com>
parents:
42
diff
changeset
|
32 * switch object mapping to hg->git since the many to one is that direction |
41
12d4f99c0702
cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents:
40
diff
changeset
|
33 * don't send blobs/trees already on server |
55
4b1fa3d0fa8b
got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents:
53
diff
changeset
|
34 * packfile creation benchmarking (seems to take a while sometimes) |