Skip to content
Snippets Groups Projects
Commit b93cc016 authored by mpm's avatar mpm
Browse files

hg history: don't print file list without -v switch

parent 82fd709d
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@
print "user:", changes[1]
print "date:", time.asctime(
time.localtime(float(changes[2].split(' ')[0])))
print "files:", " ".join(changes[3])
if ui.verbose: print "files:", " ".join(changes[3])
print "description:"
print changes[4]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment