s/Committing/Exporting/g

This commit is contained in:
Chris Lee
2007-01-14 05:21:16 -08:00
committed by Chris Lee
parent 059db0187e
commit 2d4a1e5d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ def dump_file_blob(root, full_path, pool):
def export_revision(rev, repo, fs, pool):
sys.stderr.write("Committing revision %s... " % rev)
sys.stderr.write("Exporting revision %s... " % rev)
revpool = svn_pool_create(pool)
svn_pool_clear(revpool)