view TODO.txt @ 995:c4a2ef796c19

add progress to commit discovery phase In large repositories, the commit discovery phase can take minutes. Let's give the user feedback on how long it will take.
author Ryan McElroy <rmcelroy@fb.com>
date Mon, 05 Sep 2016 03:03:24 -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?)