Commit Graph

39 Commits

Author SHA1 Message Date
Abderrahim Kitouni
8bb2513712 support local git repositories (fixes issue 5 bb) 2009-07-23 08:38:20 +01:00
Abderrahim Kitouni
06c9026768 remove broken tagging code (see issue 3 bb) 2009-07-05 16:39:28 +01:00
Abderrahim Kitouni
cbc9d0cf91 create the repository subclass in reposetup
hg-git should no longer conflict with hgsubversion
2009-07-01 21:31:35 +01:00
Abderrahim Kitouni
0cb689bef6 Remove remotes support (use the paths section in hgrc instead) 2009-06-08 19:15:58 +01:00
Abderrahim Kitouni
98730fbd8c Make it possible to clone/pull from bundle repositories 2009-06-04 18:07:05 +01:00
Scott Chacon
65f9ead2ec remove profiling code and cache all trees more effectively 2009-06-03 13:29:28 -07:00
Scott Chacon
b797c4f3e8 profiling push - fixed tree caching issue, 15% impr 2009-06-03 11:45:17 -07:00
Scott Chacon
fcfc65e702 removed profiling and debugging code 2009-06-03 10:01:03 -07:00
Scott Chacon
5a97599d3e not trying to write the same tree twice 2009-06-03 09:55:45 -07:00
Scott Chacon
5c914f6dfa fixed serious speed issue with rename detection 2009-06-03 09:22:27 -07:00
Scott Chacon
400dff1d96 profiling the push 2009-06-02 21:27:19 -07:00
Scott Chacon
3a40638749 added empty changelog handling 2009-06-01 20:17:11 -07:00
Scott Chacon
feffe70422 almost got everything working 2009-06-01 14:57:19 -07:00
Scott Chacon
2ae504491b merged in tag support branch 2009-05-27 16:05:22 -07:00
Scott Chacon
3f84667238 added basic tag support 2009-05-27 15:58:07 -07:00
Sverre Rabbelier
bcadee108e add a gimport command
This allows for exporting git commits to hg commits without doing an
explicit fetch, which is useful when directly manipulating the git
repository
2009-05-15 00:48:26 +02:00
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
Scott Chacon
dd8016ed49 started tag support 2009-05-13 13:54:54 -07: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