TODO
changeset 520 12b4b5612fe4
parent 495 e94cebc60d96
child 530 c5b8ed036433
child 542 eda4c32c167a
equal deleted inserted replaced
519:50768efaf6f2 520:12b4b5612fe4
     4 - More specific try/except.
     4 - More specific try/except.
     5 - less code duplication, more code in the right places
     5 - less code duplication, more code in the right places
     6 - python 2.2 support
     6 - python 2.2 support
     7 - better import support
     7 - better import support
     8 - export to git
     8 - export to git
     9 - Add standard files: AUTHORS, CREDITS, ChangeLog? What else?
     9 - Add standard files: ChangeLog? What else?
    10 - Code cleanup: apply http://python.org/peps/pep-0008.html
    10 - Code cleanup: apply http://python.org/peps/pep-0008.html
    11 
    11 
    12 Core:
    12 Core:
    13 - difflib creating/removing files (fixed except dates: should be epoch)
    13 - difflib creating/removing files (fixed except dates: should be epoch)
    14 - directory foo.d or foo.i with existing file foo (use some quoting?)
    14 - directory foo.d or foo.i with existing file foo (use some quoting?)
    17 - hg over ssh:// and https://
    17 - hg over ssh:// and https://
    18 - commit mailinglist/trigger/hooks
    18 - commit mailinglist/trigger/hooks
    19 - make showing removed files (in history etc.) faster.
    19 - make showing removed files (in history etc.) faster.
    20 
    20 
    21 Commands:
    21 Commands:
       
    22 - hg diff Makefile should avoid walking the tree
       
    23 - hg add <directory> should work
    22 - hg status <filename>: file rev, changeset rev, changed, added,
    24 - hg status <filename>: file rev, changeset rev, changed, added,
    23   deleted, sha-1
    25   deleted, sha-1
    24 - select to pull a subset of the heads
    26 - select to pull a subset of the heads
    25 - commands.py: number of args too much magic (e.g. in patch())
    27 - commands.py: number of args too much magic (e.g. in patch())
    26 - automatic pull fallback to old-http://
    28 - automatic pull fallback to old-http://