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
|
2009-05-10 |
Sverre Rabbelier |
be better about internationalizing strings
|
2009-05-10 |
Sverre Rabbelier |
strip redundant module path and dict accessing
|
2009-05-09 |
Scott Chacon |
fixed subtree issue and zero padding issue
|
2009-05-09 |
Scott Chacon |
added map saving after each object exported
|
2009-05-09 |
Scott Chacon |
committer info now being kept properly
|
2009-05-09 |
Scott Chacon |
fixed some small compatability issues with the dulwich update
|
2009-05-08 |
Scott Chacon |
added a missing newline back to git conversion
|
2009-05-07 |
Scott Chacon |
readded yet another piece of code that disappeared at some point, recovering branches properly
|
2009-05-05 |
Scott Chacon |
fix, but im not sure its fixed yet
|
2009-05-02 |
Scott Chacon |
reapplying defunkts changes
|
2009-05-02 |
Scott Chacon |
fixed the topo sorting and added a unit test
|
2009-05-01 |
Scott Chacon |
merged awesome changes from chris
|
2009-05-01 |
Chris Wanstrath |
ignore shas we've already collected
|
2009-05-01 |
Chris Wanstrath |
Switch to non-recursive version of Tarjan's algorithm.
|
2009-05-01 |
Scott Chacon |
merge with a rename is working now, but the fix cannot be the right way to do it
|
2009-04-30 |
Scott Chacon |
explicit renames converting both ways now
|
2009-04-30 |
Scott Chacon |
merged in defunkts changes
|
2009-04-30 |
Chris Wanstrath |
Better deal with negative timezone offsets
|
2009-04-30 |
Chris Wanstrath |
Deal with hg authors missing email attributes.
|
2009-04-30 |
Scott Chacon |
adding hg explicit file renames to the git commit message
|
2009-04-29 |
Augie Fackler |
Start using reasonable ui.{status,debug,warn} calls instead of print.
|
2009-04-29 |
Scott Chacon |
hg gfetch now works
|
2009-04-29 |
Scott Chacon |
not adding HG extra info if commits were on the default branch
|
2009-04-29 |
Scott Chacon |
respecting file modes on git import
|
2009-04-29 |
Scott Chacon |
pushing nothing works better
|
2009-04-29 |
Scott Chacon |
merged from dulwich
|
2009-04-29 |
Augie Fackler |
Hacky implementation of file removals.
|
2009-04-29 |
Scott Chacon |
writing some status output after a push, updating local bookmarks
|
2009-04-29 |
Scott Chacon |
added hack for pushing first branch
|
2009-04-28 |
Scott Chacon |
added gclear command to remove all the git data
|
2009-04-28 |
Scott Chacon |
remote management tools
|
2009-04-28 |
Scott Chacon |
successful push to an upstream git server - BOOYAH!
|
2009-04-28 |
Scott Chacon |
fix bug where it was not writing the git object names properly
|
2009-04-28 |
Scott Chacon |
we did the same thing, not sure why it conflicted
|