sapling/TODO.txt

34 lines
823 B
Plaintext
Raw Normal View History

GENERAL
==========
2009-05-30 00:10:14 +04:00
* work fine with eclipse plugin or tortoise-hg
MAPPING ISSUES
==============
2009-05-28 02:58:07 +04:00
* 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
2009-05-28 04:10:42 +04:00
REMOTE/BRANCH STUFF
=====================
2009-05-28 03:15:46 +04:00
* explain what branch mapping policy determined when updating refs
2009-05-28 03:23:12 +04:00
* error nicer if pushing to remote without push access (over git://)
2009-05-28 03:15:46 +04:00
WEBSITE
===========
* more usage documentation
* screencast
2009-04-29 04:06:09 +04:00
2009-05-28 04:10:42 +04:00
2009-04-29 04:06:09 +04:00
SPEED/EFFICIENCY
================
2009-08-07 17:57:01 +04:00
* 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
2009-05-28 04:10:42 +04:00
MAYBE
==========
* submodules?
* .gitignore, etc - try to convert?
- (probably not automatically, but perhaps a generator?)