comparison tests/mockblackbox.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
1 from mercurial.utils import procutil 1 from mercurial.utils import procutil
2
3 2
4 # XXX: we should probably offer a devel option to do this in blackbox directly 3 # XXX: we should probably offer a devel option to do this in blackbox directly
5 def getuser(): 4 def getuser():
6 return b'bob' 5 return b'bob'
7 6