[svn r38548] carefully privatizing Config.make_repr and Config.merge_repr
by doing a whole-pylib replace and reviewing the diff in detail --HG-- branch : trunk
This commit is contained in:
@@ -104,7 +104,7 @@ class RemoteTerminalSession(Session):
|
||||
""", stdout=self.out, stderr=self.out)
|
||||
try:
|
||||
print "MASTER: initiated slave terminal session ->"
|
||||
repr = self.config.make_repr(conftestnames=[])
|
||||
repr = self.config._makerepr(conftestnames=[])
|
||||
channel.send((str(topdir), repr, failures))
|
||||
print "MASTER: send start info, topdir=%s" % (topdir,)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user