annotate TODO.txt @ 1095:60a82693d43c

tests: fix bad (re) match It seems fffe8883960b incorrectly did a match on the second parent (which is null) and that core Mercurial mistakenly matched the whole line with (re). This was recently fixed in 6d5718e39657 in core, so let's update the test with the correct match.
author Sean Farley <sean@farley.io>
date Thu, 30 Nov 2017 14:49:06 -0800
parents 42df62660ac8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
36e94e805fa7 added basic config file for remembering remote urls
Scott Chacon <schacon@gmail.com>
parents: 13
diff changeset
1 GENERAL
1081
42df62660ac8 doc: clean up README and TODO
Kevin Bullock <kbullock@ringworld.org>
parents: 241
diff changeset
2 =======
164
7e98757deadc author and extra data fixes
Scott Chacon <schacon@gmail.com>
parents: 162
diff changeset
3 * work fine with eclipse plugin or tortoise-hg
9
7e776864b301 sorts the commits topologically before converting
Scott Chacon <schacon@gmail.com>
parents:
diff changeset
4
55
4b1fa3d0fa8b got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents: 53
diff changeset
5 MAPPING ISSUES
4b1fa3d0fa8b got the milestone done, moved some TODO stuff into a "mapping issues" section
Scott Chacon <schacon@gmail.com>
parents: 53
diff changeset
6 ==============
149
eb1fcdb8fc9b added basic tag support
Scott Chacon <schacon@gmail.com>
parents: 118
diff changeset
7 * 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
eb1fcdb8fc9b added basic tag support
Scott Chacon <schacon@gmail.com>
parents: 118
diff changeset
8
158
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
9
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
10 REMOTE/BRANCH STUFF
1081
42df62660ac8 doc: clean up README and TODO
Kevin Bullock <kbullock@ringworld.org>
parents: 241
diff changeset
11 ===================
151
240ec7b38f98 updated readme a bit
Scott Chacon <schacon@gmail.com>
parents: 149
diff changeset
12 * explain what branch mapping policy determined when updating refs
152
763ae6988091 update status message and todo
Scott Chacon <schacon@gmail.com>
parents: 151
diff changeset
13 * error nicer if pushing to remote without push access (over git://)
151
240ec7b38f98 updated readme a bit
Scott Chacon <schacon@gmail.com>
parents: 149
diff changeset
14
67
759ac56497e7 adding hg explicit file renames to the git commit message
Scott Chacon <schacon@gmail.com>
parents: 64
diff changeset
15 WEBSITE
759ac56497e7 adding hg explicit file renames to the git commit message
Scott Chacon <schacon@gmail.com>
parents: 64
diff changeset
16 ===========
759ac56497e7 adding hg explicit file renames to the git commit message
Scott Chacon <schacon@gmail.com>
parents: 64
diff changeset
17 * more usage documentation
759ac56497e7 adding hg explicit file renames to the git commit message
Scott Chacon <schacon@gmail.com>
parents: 64
diff changeset
18 * screencast
41
12d4f99c0702 cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents: 40
diff changeset
19
158
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
20
41
12d4f99c0702 cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents: 40
diff changeset
21 SPEED/EFFICIENCY
12d4f99c0702 cleaned and reordered todo list
Scott Chacon <schacon@gmail.com>
parents: 40
diff changeset
22 ================
241
b826908ec522 update TODO
Abderrahim Kitouni <a.kitouni@gmail.com>
parents: 171
diff changeset
23 * dulwich improvements
b826908ec522 update TODO
Abderrahim Kitouni <a.kitouni@gmail.com>
parents: 171
diff changeset
24 - don't send blobs/trees already on server
b826908ec522 update TODO
Abderrahim Kitouni <a.kitouni@gmail.com>
parents: 171
diff changeset
25 - thin packs
b826908ec522 update TODO
Abderrahim Kitouni <a.kitouni@gmail.com>
parents: 171
diff changeset
26 - packfile creation benchmarking (seems to take a while sometimes)
90
353c9e9192ec added map saving after each object exported
Scott Chacon <schacon@gmail.com>
parents: 89
diff changeset
27 - at least provide status output
158
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
28
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
29 MAYBE
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
30 ==========
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
31 * submodules?
1081
42df62660ac8 doc: clean up README and TODO
Kevin Bullock <kbullock@ringworld.org>
parents: 241
diff changeset
32 * .gitignore, etc - try to convert?
158
0a3c7f1fa06a layout changes to todo file
Scott Chacon <schacon@gmail.com>
parents: 152
diff changeset
33 - (probably not automatically, but perhaps a generator?)