view TODO.txt @ 309:af8d8fbc8025

test-git-tags: test pushing to repo with annotated tags Currently, this fails with a 'tag has changed' message. Additionally, set the receive.denyCurrentBranch config, as we're pushing a branch to a git repo which has checked out that branch. Also, this is to handle git after v1.7.0, where that config defaults to "refuse".
author Tay Ray Chuan <rctay89@gmail.com>
date Mon, 15 Mar 2010 13:10:06 +0800
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?)