public
Description: mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
Homepage:
Clone URL: git://github.com/schacon/hg-git.git
hg-git / TODO.txt
100644 34 lines (26 sloc) 0.823 kb
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
GENERAL
==========
* work fine with eclipse plugin or tortoise-hg
 
MAPPING ISSUES
==============
* 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
 
 
REMOTE/BRANCH STUFF
=====================
* explain what branch mapping policy determined when updating refs
* error nicer if pushing to remote without push access (over git://)
 
WEBSITE
===========
* more usage documentation
* screencast
 
 
SPEED/EFFICIENCY
================
* dulwich improvements
  - don't send blobs/trees already on server
  - thin packs
  - packfile creation benchmarking (seems to take a while sometimes)
  - at least provide status output
 
MAYBE
==========
* submodules?
* .gitignore, etc - try to convert?
  - (probably not automatically, but perhaps a generator?)