We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d807ae commit 8ccb814Copy full SHA for 8ccb814
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