Commit Graph

103 Commits

Author SHA1 Message Date
Sverre Rabbelier
808661177f major speedup in the already-converted case 2009-05-10 19:32:35 +02:00
Sverre Rabbelier
c24770b355 use atomictemp to prevent corruption on ctrl-c 2009-05-10 19:32:32 +02:00
Sverre Rabbelier
dd282430a0 sort the mapfile before writing 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
a2ec04b847 add progress indication during export 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
ce2998d518 don't import everything and the kitchen sink 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
3c3191e7f2 add gexport command 2009-05-10 19:31:55 +02:00
Sverre Rabbelier
77eb495d2d add a few more TODO's 2009-05-10 19:31:45 +02:00
Sverre Rabbelier
10183e2f26 be better about internationalizing strings 2009-05-10 13:17:57 +02:00
Sverre Rabbelier
470fa741e2 strip redundant module path and dict accessing 2009-05-10 13:17:57 +02:00
Scott Chacon
e85dbd1b50 modified topological sort to be non-recursive 2009-05-09 22:52:30 -07:00
Scott Chacon
3520343325 fixed subtree issue and zero padding issue 2009-05-09 16:52:37 -07:00
Scott Chacon
5181761ff7 oops. gotta quote the url 2009-05-09 15:36:53 -07:00
Scott Chacon
c1e74ea77d added map saving after each object exported 2009-05-09 15:06:33 -07:00
Scott Chacon
d59f3cf90d committer info now being kept properly 2009-05-08 20:57:02 -07:00
Scott Chacon
97655b5209 fixed some small compatability issues with the dulwich update 2009-05-08 20:54:33 -07:00
Scott Chacon
ed40497aed merge of upstream work from dulwich project 2009-05-08 17:21:04 -07:00
Scott Chacon
1e9e7033e7 remove debugging statement 2009-05-08 15:06:38 -07:00
Scott Chacon
b3ebb60d97 merged in changes from stepancheg patch queues 2009-05-08 11:35:42 -07:00
Scott Chacon
12c03078a4 added a missing newline back to git conversion 2009-05-08 11:35:14 -07:00
Scott Chacon
3b309542e0 imported patch mmap-fix 2009-05-08 11:33:45 -07:00
Scott Chacon
a03f4cc142 time is not necessary 10 bytes length
data taken from Linus kernel source:

===
tree 11765faf4a761388e012ed4ef3be453336594598
parent e0d5dab24deac859b1b2326c4ad0745572d16d10
author Ursula Braun <braunu@de.ibm.com> 1 +0100
committer Jeff Garzik <jeff@garzik.org> 1192849202 -0400

qeth: remove header_ops bug

Remove qeth bug caused by commit:
[NET]: Move hardware header operations out of netdevice.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
===
2009-05-08 11:33:39 -07:00
Scott Chacon
6f641b1e2c disable demandimport while importing modules to catch ImportError to fallback to python 1.4 properly 2009-05-08 11:33:33 -07:00
Scott Chacon
2fb2756dd9 made compatible with python 1.4 2009-05-08 11:33:28 -07:00
Scott Chacon
9a8f54a900 readded yet another piece of code that disappeared at some point, recovering branches properly 2009-05-07 15:07:18 -07:00
Scott Chacon
2b8fb39b97 fix, but im not sure its fixed yet 2009-05-05 09:43:24 -07:00
Scott Chacon
1afd2ff363 reapplying defunkts changes 2009-05-01 20:16:07 -07:00
Scott Chacon
5679e51481 fixed the topo sorting and added a unit test 2009-05-01 20:05:30 -07:00
Scott Chacon
089792494a merged awesome changes from chris 2009-05-01 07:01:27 -07:00
Scott Chacon
f06a372da3 merge with a rename is working now, but the fix cannot be the right way to do it 2009-05-01 07:00:44 -07:00
Chris Wanstrath
0c6d8c5f4d ignore shas we've already collected 2009-04-30 18:58:20 -07:00
Chris Wanstrath
c45dd1d7de Switch to non-recursive version of Tarjan's algorithm. 2009-04-30 17:51:28 -07:00
Scott Chacon
2bbb543117 explicit renames converting both ways now 2009-04-30 13:54:33 -07:00
Scott Chacon
7264b19394 merged in defunkts changes 2009-04-30 12:57:06 -07:00
Scott Chacon
4524b5794f adding hg explicit file renames to the git commit message 2009-04-30 12:55:56 -07:00
Chris Wanstrath
8255a2e826 Better deal with negative timezone offsets 2009-04-30 12:47:04 -07:00
Chris Wanstrath
4d1a21a4a7 Deal with hg authors missing email attributes. 2009-04-30 12:46:54 -07:00
Scott Chacon
bceee848ca moved the .git files to help git users. will fix the tests a bit later 2009-04-30 12:41:44 -07:00
Augie Fackler
5823d9c1e8 Start using reasonable ui.{status,debug,warn} calls instead of print. 2009-04-29 16:18:37 -07:00
Scott Chacon
221729456c add gpl file 2009-04-29 15:29:02 -07:00
Scott Chacon
e6403287d6 Merged in defunkts changes 2009-04-29 14:52:12 -07:00
Scott Chacon
2a359439c0 removed the 'thin-pack' option, since it didn't work well 2009-04-29 14:51:20 -07:00
Scott Chacon
54a25a4302 hg gfetch now works 2009-04-29 13:55:22 -07:00
Scott Chacon
949ff2052e got the milestone done, moved some TODO stuff into a "mapping issues" section 2009-04-29 13:38:37 -07:00
Scott Chacon
8f1a433e45 not adding HG extra info if commits were on the default branch
have successfully tested an hg -> git -> hg lossless conversion of several commits. boom.
2009-04-29 13:26:13 -07:00
Scott Chacon
f88ed67327 respecting file modes on git import 2009-04-29 11:50:56 -07:00
Scott Chacon
cd941320df pushing nothing works better 2009-04-29 11:36:38 -07:00
Scott Chacon
026ddb3a22 merged from dulwich 2009-04-29 11:04:45 -07:00
Scott Chacon
5e62e6b62a writing some status output after a push, updating local bookmarks 2009-04-29 10:03:16 -07:00
Chris Wanstrath
3148558292 Merge commit 'schacon/master' 2009-04-29 00:57:32 -07:00
Chris Wanstrath
fac83ab027 don't need to fake out hg with capabilities anymore 2009-04-29 00:56:24 -07:00