Show More
@@ -2772,8 +2772,8 b' class TestRunner(object):' | |||
|
2772 | 2772 | """ |
|
2773 | 2773 | if not args: |
|
2774 | 2774 | if self.options.changed: |
|
2775 | proc = Popen4('hg st --rev "%s" -man0 .' % | |
|
2776 | self.options.changed, None, 0) | |
|
2775 | proc = Popen4(b'hg st --rev "%s" -man0 .' % | |
|
2776 | _bytespath(self.options.changed), None, 0) | |
|
2777 | 2777 | stdout, stderr = proc.communicate() |
|
2778 | 2778 | args = stdout.strip(b'\0').split(b'\0') |
|
2779 | 2779 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now