log

age author description
Wed, 27 May 2009 16:05:22 -0700 Scott Chacon merged in tag support branch
Wed, 27 May 2009 15:58:07 -0700 Scott Chacon added basic tag support
Wed, 13 May 2009 15:48:26 -0400 Nick Quaranto Splitting the if statement up since python didn't like that.
Wed, 13 May 2009 13:54:54 -0700 Scott Chacon started tag support
Tue, 26 May 2009 11:20:52 -0700 Scott Chacon merged in small fix from vpenne
Fri, 22 May 2009 22:43:09 +0000 vpenne use os.path.join when building branch name
Tue, 26 May 2009 11:19:46 -0700 Scott Chacon updated tip to sverres code
Tue, 26 May 2009 01:43:55 +0200 Sverre Rabbelier only update bookmarks if importing from a remote
Tue, 26 May 2009 01:16:28 +0200 Sverre Rabbelier export: be more clean in what we're doing
Mon, 25 May 2009 04:20:44 +0200 Sverre Rabbelier Make it possible to limit what branches are imported
Mon, 25 May 2009 01:44:38 +0200 Sverre Rabbelier Deal with invalid timezones in extra commiter
Wed, 20 May 2009 21:28:03 +0000 vpenne preserve branch name of the form xxx/yyy when converting them into hg bookmarks
Tue, 19 May 2009 10:00:56 -0700 Scott Chacon merged in srabbeliers stuff
Fri, 15 May 2009 00:48:24 +0200 Sverre Rabbelier add a gimport command
Fri, 15 May 2009 00:43:38 +0200 Sverre Rabbelier rename export to export_commits for future consitency
Fri, 15 May 2009 00:27:38 +0200 Sverre Rabbelier import_git_objects: add progress indicator
Thu, 14 May 2009 23:55:13 +0200 Sverre Rabbelier gremote: do not die on wrong number of args
Thu, 14 May 2009 20:32:54 +0200 Sverre Rabbelier Allow storing the git directory intree
Tue, 19 May 2009 09:40:54 -0700 Scott Chacon merge from beejahth
Thu, 14 May 2009 20:25:48 -0700 Dmitriy Taychenachev store commitdate in mercurial's internal format.
Thu, 14 May 2009 20:21:36 -0700 Dmitriy Taychenachev tests: suppress netcat's error messages.
Thu, 14 May 2009 20:20:48 -0700 Dmitriy Taychenachev cleanup dates handling.
Thu, 14 May 2009 20:18:58 -0700 Dmitriy Taychenachev dulwich: fix handling of negative time offsets.
Tue, 19 May 2009 09:33:46 -0700 Scott Chacon merge from ian dees
Sun, 17 May 2009 16:42:34 -0700 Ian Dees remote branches to server
Sun, 17 May 2009 15:29:18 -0700 Ian Dees local git branches to remotes
Sun, 17 May 2009 14:50:50 -0700 Ian Dees hg bookmarks to local git branches
Sun, 17 May 2009 01:55:48 -0700 Ian Dees Fix gclone on Windows
Tue, 19 May 2009 22:21:31 +0900 Dmitriy Taychenachev don't fail while exporting commit with empty working tree. +test.
Tue, 19 May 2009 21:58:06 +0900 Dmitriy Taychenachev use octal numbers for modes.