Commit Graph

69 Commits

Author SHA1 Message Date
Scott Chacon
122f5071a2 adding rename detection to already imported objects 2009-05-11 10:18:05 -07:00
Scott Chacon
667830685d i cannot for the heck of me figure out why renames are handled this way, but so be it, it works 2009-05-11 09:55:44 -07:00
Scott Chacon
debaf6da75 quick fix for executable bit settings 2009-05-10 21:20:51 -07:00
Sverre Rabbelier
561dbf3174 more pythonic way to calculate the magnitude 2009-05-10 11:04:12 -07:00
Sverre Rabbelier
d4cb904883 make the gitdir a constant 2009-05-10 20:01:01 +02:00
Sverre Rabbelier
e1efaf27a3 make git-mapfile and git-configfile constants 2009-05-10 20:01:01 +02:00
Sverre Rabbelier
a0bb9e2a4d use atomictemp to prevent corruption on ctrl-c 2009-05-10 20:01:01 +02:00
Scott Chacon
bce4331fcc total is not always > 1 2009-05-10 10:52:06 -07:00
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
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
3520343325 fixed subtree issue and zero padding issue 2009-05-09 16:52:37 -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
12c03078a4 added a missing newline back to git conversion 2009-05-08 11:35:14 -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
Augie Fackler
5823d9c1e8 Start using reasonable ui.{status,debug,warn} calls instead of print. 2009-04-29 16:18:37 -07:00
Scott Chacon
54a25a4302 hg gfetch now works 2009-04-29 13:55:22 -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
Augie Fackler
2e02ecb551 Hacky implementation of file removals. 2009-04-28 19:33:03 -07:00
Scott Chacon
2827b92aa9 added hack for pushing first branch 2009-04-28 17:28:04 -07:00
Scott Chacon
0c7501c9d8 added gclear command to remove all the git data 2009-04-28 16:56:05 -07:00
Scott Chacon
513896ab4f remote management tools 2009-04-28 16:36:57 -07:00
Scott Chacon
da3596babd successful push to an upstream git server - BOOYAH! 2009-04-28 14:28:27 -07:00
Scott Chacon
dfcd0098d0 fix bug where it was not writing the git object names properly
properly gathers list of needed shas to create packfile, updates server on send-pack
next: create and send packfile
2009-04-28 12:46:51 -07:00
Scott Chacon
9204ac5df6 we did the same thing, not sure why it conflicted 2009-04-28 11:08:54 -07:00
Augie Fackler
0cf8175dd6 Another way of fixing no-bookmark issue, along with updated test. 2009-04-28 06:30:11 -07:00
Augie Fackler
8cedbd1f98 Fix non-ssh URI parsing. 2009-04-28 06:26:21 -07:00