##// END OF EJS Templates
cat: fix cat without -r, broken by 0ae35296fbf4...
Brodie Rao -
r12619:7178f6fe default
parent child Browse files
Show More
@@ -111,7 +111,7 b' def loglimit(opts):'
111 111 limit = None
112 112 return limit
113 113
114 def revsingle(repo, revspec, default=None):
114 def revsingle(repo, revspec, default='.'):
115 115 if not revspec:
116 116 return repo[default]
117 117
General Comments 0
You need to be logged in to leave comments. Login now