##// END OF EJS Templates
TODO tidy...
mpm@selenic.com -
r587:62a7b679 default
parent child Browse files
Show More
@@ -6,9 +6,7 b' General:'
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: ChangeLog? What else?
10 - Code cleanup: apply http://python.org/peps/pep-0008.html
9 - Code cleanup: apply http://python.org/peps/pep-0008.html
11 - Replace all remaining print statements with appropriate ui function
12
10
13 Core:
11 Core:
14 - difflib creating/removing files (fixed except dates: should be epoch)
12 - difflib creating/removing files (fixed except dates: should be epoch)
@@ -26,11 +24,9 b' Commands:'
26 - select to pull a subset of the heads
24 - select to pull a subset of the heads
27 - commands.py: number of args too much magic (e.g. in patch())
25 - commands.py: number of args too much magic (e.g. in patch())
28 - automatic pull fallback to old-http://
26 - automatic pull fallback to old-http://
29 - hg pull default in a subdir doesn't work, if it is a relative path
30 - optionally only show merges (two parents or parent != changeset-1, etc.)
27 - optionally only show merges (two parents or parent != changeset-1, etc.)
31
28
32 Web:
29 Web:
33 - show tags in hgweb
34 - optionally only show merges (two parents or parent != changeset-1, etc.)
30 - optionally only show merges (two parents or parent != changeset-1, etc.)
35 - one hgweb with many repos (another script)
31 - one hgweb with many repos (another script)
36 - hgweb tip link too verbose
32 - hgweb tip link too verbose
General Comments 0
You need to be logged in to leave comments. Login now