We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fd5a7 commit 8a75d9dCopy full SHA for 8a75d9d
1 file changed
src/diffuse/main.py
@@ -287,7 +287,6 @@ def do_command_line(self, command_line):
287
mode = 'modified'
288
if 'revision' in options:
289
# specified revision
290
- print(options['revision'])
291
for i in options['revision']:
292
revs.append((i, encoding))
293
if 'separate' in options:
0 commit comments