forked from schacon/hg-git
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
39 lines (34 loc) · 1.08 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
GENERAL
==========
* fully integrate as native protocol handler
- hg push git@...
- hg fetch [remote] (remote is url, hg alias or hg-git remote)
- hg clone url
* fail nicely when the remote_name is not there
* submodules?
* .gitignore, etc - try to convert?
- (probably not automatically, but perhaps a generator?)
PUSH
==========
* push with branch names (w/ proper error messages)
* explain what branch mapping policy determined when updating refs
* convert tags to git (local and .hgtags entries)
* add a warning for a non-fast forward push
FETCH
===========
* tag conversion (add local tags if not already in .hgtags)
MAPPING ISSUES
==============
Created in Git:
* octopus merge explode/implode
WEBSITE
===========
* more usage documentation
* screencast
* git+ssh, git@ descriptions, better error detection for that
SPEED/EFFICIENCY
================
* switch object mapping to hg->git since the many to one is that direction
* don't send blobs/trees already on server (thin pack)
* packfile creation benchmarking (seems to take a while sometimes)
- at least provide status output