Show More
@@ -392,6 +392,7 b' test-obsolete-distributed.t' | |||
|
392 | 392 | test-obsolete-divergent.t |
|
393 | 393 | test-obsolete-tag-cache.t |
|
394 | 394 | test-obsolete.t |
|
395 | test-pager-legacy.t | |
|
395 | 396 | test-pager.t |
|
396 | 397 | test-parents.t |
|
397 | 398 | test-parseindex2.py |
@@ -1076,7 +1076,8 b' class ui(object):' | |||
|
1076 | 1076 | if name not in encoding.environ: |
|
1077 | 1077 | pagerenv[name] = value |
|
1078 | 1078 | |
|
1079 |
self.debug('starting pager for command % |
|
|
1079 | self.debug('starting pager for command %s\n' % | |
|
1080 | stringutil.pprint(command)) | |
|
1080 | 1081 | self.flush() |
|
1081 | 1082 | |
|
1082 | 1083 | wasformatted = self.formatted() |
General Comments 0
You need to be logged in to leave comments.
Login now