diff options
author | Jonathan Corbet <corbet@lwn.net> | 2013-12-30 16:04:18 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2013-12-30 16:04:18 -0700 |
commit | c9740ec502ca62ace154523d82a1a6861cafa0e4 (patch) | |
tree | b48cc5281d8e947358e064f91723755dd455ba0e /committags | |
parent | 7d2ad2fac50388643bd2904ae0515b65bae20074 (diff) |
Formatting tweak and a useful comment
This tool really shouldn't be used at this point; it's mostly there for
hysterical interest...
Diffstat (limited to 'committags')
-rwxr-xr-x | committags | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ for line in input.readlines(): # nc += 1 if (nc % 25) == 0: - print '%6d %s %s\r' % (nc, commit[:8], tag), + print '%6d %s %s \r' % (nc, commit[:8], tag), sys.stdout.flush() print '\nFound %d/%d commits' % (nc, len(DB.keys())) |