Commit Graph

5 Commits

Author SHA1 Message Date
Anton Rieder
0dcbd3d195 Organized imports
After an update to Mercurial 2.3 the module 'repo' was removed and the
program crashed when trying to convert a repository. I checked the
imports with 'pyflakes' and removed all unused ones, repo (among
others) was never used.

http://www.selenic.com/repo/hg/rev/1ac628cd7113#l9.1
2012-08-07 01:35:09 +02:00
Scott Lamb
e1aa392c39 This prevents invalid command errors caused by bytes not being flushed to
git-fastimport in the same order as they were written to the buffer.

Signed-off-by: Scott Lamb <slamb@slamb.org>
2007-07-16 01:34:49 -07:00
Chris Lee
ca36862bb7 Should be almost exactly equivalent now, and both should function properly. 2007-01-14 07:05:30 -08:00
Chris Lee
2d4a1e5d9d s/Committing/Exporting/g 2007-01-14 05:21:16 -08:00
Chris Lee
0f33b8fe9e Adding initial rev of my svn-fast-export app, in Python and C. 2007-01-14 05:16:29 -08:00