view TODO.txt @ 1022:006c837f9181

gitdirstate: use util.listdir if available Since hg 4.3, the upstream osutil module has been moved to mercurial.cext.osutil, but the util module also now re-exports everything in osutil. Thanks to Durham Goode and Yuya Nishihara for reporting and finding the right fix for this.
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 19 Jun 2017 13:50:45 -0500
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?)