view TODO.txt @ 1018:715cbf3fa24c

vfs: stop using repo.join/wjoin Mercurial 4.3 has completelu dropped the join and wjoin functions. Let's use the appropriate repo.vfs.join and repo.wvfs.join functions instead. I ran the tests against each version of Mercurial from 2.8 to 4.2. Things before 2.8 seem to already be broken for unrelated reasons.
author Durham Goode <durham@fb.com>
date Tue, 09 May 2017 14:33:28 -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?)