##// END OF EJS Templates
py3: use stringutil.pprint() instead of '%r'...
Pulkit Goyal -
r40262:0d403e9f default
parent child Browse files
Show More
@@ -392,6 +392,7 b' test-obsolete-distributed.t'
392 test-obsolete-divergent.t
392 test-obsolete-divergent.t
393 test-obsolete-tag-cache.t
393 test-obsolete-tag-cache.t
394 test-obsolete.t
394 test-obsolete.t
395 test-pager-legacy.t
395 test-pager.t
396 test-pager.t
396 test-parents.t
397 test-parents.t
397 test-parseindex2.py
398 test-parseindex2.py
@@ -1076,7 +1076,8 b' class ui(object):'
1076 if name not in encoding.environ:
1076 if name not in encoding.environ:
1077 pagerenv[name] = value
1077 pagerenv[name] = value
1078
1078
1079 self.debug('starting pager for command %r\n' % command)
1079 self.debug('starting pager for command %s\n' %
1080 stringutil.pprint(command))
1080 self.flush()
1081 self.flush()
1081
1082
1082 wasformatted = self.formatted()
1083 wasformatted = self.formatted()
General Comments 0
You need to be logged in to leave comments. Login now