Commit Graph

22 Commits

Author SHA1 Message Date
Sverre Rabbelier
4a209cfce1 rename export to export_commits for future consitency
We cannot name the reverse 'import' since that is a reserved
keyword in python, so add the '_commits' suffix.
2009-05-15 00:43:40 +02:00
Sverre Rabbelier
cf45075c2d gremote: do not die on wrong number of args 2009-05-14 23:55:13 +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
Scott Chacon
e6403287d6 Merged in defunkts changes 2009-04-29 14:52:12 -07:00
Scott Chacon
54a25a4302 hg gfetch now works 2009-04-29 13:55:22 -07:00
Chris Wanstrath
8eaf086550 add support for hg clone git://github.com/defunkt/facebox.git 2009-04-29 00:54:13 -07:00
Chris Wanstrath
1ae593dab8 gfetch should access repo when printing, not dest_repo 2009-04-28 17:50:50 -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
8992ea23c4 setting up for upload-pack functionality 2009-04-26 17:56:16 -07:00
Scott Chacon
92c8b368cd moved init into git_handler 2009-04-26 17:23:06 -07:00
Scott Chacon
ca7a9bc63a added basic config file for remembering remote urls 2009-04-26 16:25:04 -07:00
Scott Chacon
57382179be checks out the HEAD node from a clone 2009-04-26 15:51:05 -07:00
Scott Chacon
65c4e86ff8 updates bookmarks and beginnings of seperate remotes support 2009-04-26 14:49:38 -07:00
Scott Chacon
f7618d323a sped up large imports significantly by caching parsed trees and sha_to_hexes 2009-04-26 11:44:28 -07:00
Scott Chacon
02dcfaee30 refactored the git handling stuff out into another class 2009-04-23 15:26:10 -07:00
Scott Chacon
a83e0c176f fetch will now set refs properly, including namespaced ones 2009-04-23 12:11:23 -07:00
Scott Chacon
eb07e44667 got the packfile clone to work properly 2009-04-23 10:40:38 -07:00
Scott Chacon
10dba71a2d added dulwich library and got the script to call it for clone 2009-04-22 16:59:04 -07:00
Scott Chacon
792c5ca910 added an hgignore file for the compiled crap and removed the class i'm not using yet 2009-02-20 19:15:31 -08:00
Scott Chacon
01bddec68d initial import of the hg-git bridging extension for mercurial 2009-02-20 18:27:51 -08:00