2009-06-16 |
Abderrahim Kitouni |
Reorder methods by their functionality.
|
2009-06-08 |
Abderrahim Kitouni |
Remove remotes support (use the paths section in hgrc instead)
|
2009-06-05 |
Abderrahim Kitouni |
Various cleanups (mostly whitespace and imports)
|
2009-06-03 |
Abderrahim Kitouni |
Initial clone/pull/push support for git repositories
|
2009-06-03 |
Scott Chacon |
only look for renames if the file has changed
|
2009-06-03 |
Scott Chacon |
fix to previously written tree hash calculation
|
2009-06-03 |
Scott Chacon |
profiling push - fixed tree caching issue, 15% impr
|
2009-06-03 |
Scott Chacon |
not trying to write the same tree twice
|
2009-06-03 |
Scott Chacon |
fixed serious speed issue with rename detection
|
2009-06-03 |
Scott Chacon |
fix message stripping and malformed user info
|
2009-06-02 |
Scott Chacon |
added empty changelog handling
|
2009-06-01 |
Scott Chacon |
remove rename detection, add explicit changelog recording on merges
|
2009-06-01 |
Scott Chacon |
almost got everything working
|
2009-05-29 |
Scott Chacon |
author and extra data fixes
|
2009-05-28 |
Scott Chacon |
moved file rename code back to proper indent
|
2009-05-28 |
Scott Chacon |
Merge branch 'octo' with octo merge code
|
2009-05-28 |
Scott Chacon |
applied patch removing unused methods from dimichxp
|
2009-05-28 |
Scott Chacon |
applied octopatch from dimichxp
|
2009-05-27 |
Scott Chacon |
Merge commit 'sr/master'
|
2009-05-26 |
Sverre Rabbelier |
Allow bookmarking a specific branch
|
2009-05-26 |
Sverre Rabbelier |
make the export branch customizable
|
2009-05-27 |
Scott Chacon |
dont export funky tags we import for convenience, dont push tags already on the server
|
2009-05-27 |
Scott Chacon |
merged in tag support branch
|
2009-05-27 |
Scott Chacon |
added basic tag support
|
2009-05-13 |
Nick Quaranto |
Splitting the if statement up since python didn't like that.
|
2009-05-13 |
Scott Chacon |
started tag support
|
2009-05-25 |
Sverre Rabbelier |
only update bookmarks if importing from a remote
|
2009-05-25 |
Sverre Rabbelier |
export: be more clean in what we're doing
|
2009-05-25 |
Sverre Rabbelier |
Make it possible to limit what branches are imported
|
2009-05-24 |
Sverre Rabbelier |
Deal with invalid timezones in extra commiter
|
2009-05-19 |
Scott Chacon |
merged in srabbeliers stuff
|
2009-05-14 |
Sverre Rabbelier |
add a gimport command
|
2009-05-14 |
Sverre Rabbelier |
rename export to export_commits for future consitency
|
2009-05-14 |
Sverre Rabbelier |
import_git_objects: add progress indicator
|
2009-05-14 |
Sverre Rabbelier |
Allow storing the git directory intree
|
2009-05-19 |
Scott Chacon |
merge from beejahth
|
2009-05-15 |
Dmitriy Taychenachev |
store commitdate in mercurial's internal format.
|
2009-05-15 |
Dmitriy Taychenachev |
cleanup dates handling.
|
2009-05-19 |
Scott Chacon |
merge from ian dees
|
2009-05-17 |
Ian Dees |
remote branches to server
|
2009-05-17 |
Ian Dees |
local git branches to remotes
|
2009-05-17 |
Ian Dees |
hg bookmarks to local git branches
|
2009-05-19 |
Dmitriy Taychenachev |
don't fail while exporting commit with empty working tree. +test.
|
2009-05-19 |
Dmitriy Taychenachev |
use octal numbers for modes.
|
2009-05-19 |
Dmitriy Taychenachev |
use explicit nullid.
|
2009-05-11 |
Scott Chacon |
handles git commit encoding fields now
|
2009-05-11 |
Scott Chacon |
adding rename detection to already imported objects
|
2009-05-11 |
Scott Chacon |
i cannot for the heck of me figure out why renames are handled this way, but so be it, it works
|
2009-05-11 |
Scott Chacon |
quick fix for executable bit settings
|
2009-05-10 |
Sverre Rabbelier |
more pythonic way to calculate the magnitude
|
2009-05-10 |
Sverre Rabbelier |
make the gitdir a constant
|
2009-05-10 |
Sverre Rabbelier |
make git-mapfile and git-configfile constants
|
2009-05-10 |
Sverre Rabbelier |
use atomictemp to prevent corruption on ctrl-c
|
2009-05-10 |
Scott Chacon |
total is not always > 1
|
2009-05-10 |
Sverre Rabbelier |
major speedup in the already-converted case
|
2009-05-10 |
Sverre Rabbelier |
use atomictemp to prevent corruption on ctrl-c
|
2009-05-10 |
Sverre Rabbelier |
sort the mapfile before writing
|
2009-05-10 |
Sverre Rabbelier |
add progress indication during export
|
2009-05-10 |
Sverre Rabbelier |
add gexport command
|
2009-05-10 |
Sverre Rabbelier |
add a few more TODO's
|