view TODO.txt @ 635:ca7fc2d23a21

support for http(s) basic authentication This is an adaptation of the original patch submitted in [1], without the monkey-patching: a patch has been committed in dulwich [2] which allows clients to supply a custom urllib2 "opener" for opening the url; here, we provide such an opener, which provides authentication information obtained from the hg config. [1] https://groups.google.com/forum/#!topic/hg-git/9clPr1wdtiw [2] https://bugs.launchpad.net/dulwich/+bug/909037
author Dov Feldstern <dovdevel@gmail.com>
date Thu, 13 Feb 2014 01:37:22 +0200
parents b826908ec522
children
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?)