view TODO.txt @ 998:ff663d2214db

test-subrepos: update to account for newer git output git 2.9 outputs a longer path during clone than 2.8 did. Update the tests to allow either behavior.
author Ryan McElroy <rmcelroy@fb.com>
date Mon, 12 Sep 2016 07:40:42 -0700
parents b826908ec522
children 42df62660ac8
line wrap: on
line source

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?)