sapling/TODO.txt
2009-05-09 16:52:37 -07:00

46 lines
1.2 KiB
Plaintext

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 Hg:
* merges with renames in 2nd branch
- dont convert back properly for some reason
Created in Git:
* encoding field / utf-8
* respect modes on tree write
* 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
* packfile creation benchmarking (seems to take a while sometimes)
- at least provide status output