Skip to content
Snippets Groups Projects
TODO.txt 817 B
Newer Older
=======
Scott Chacon's avatar
Scott Chacon committed
* work fine with eclipse plugin or tortoise-hg
Scott Chacon's avatar
Scott Chacon committed
* 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

Scott Chacon's avatar
Scott Chacon committed

REMOTE/BRANCH STUFF
===================
Scott Chacon's avatar
Scott Chacon committed
* explain what branch mapping policy determined when updating refs
* error nicer if pushing to remote without push access (over git://)
Scott Chacon's avatar
Scott Chacon committed

WEBSITE
===========
* more usage documentation
* screencast
SPEED/EFFICIENCY
================
Abderrahim Kitouni's avatar
Abderrahim Kitouni committed
* 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
Scott Chacon's avatar
Scott Chacon committed

MAYBE
==========
* submodules?
* .gitignore, etc - try to convert?
Scott Chacon's avatar
Scott Chacon committed
  - (probably not automatically, but perhaps a generator?)