##// END OF EJS Templates
cmdserver: prepare test for starting server without repository
Yuya Nishihara -
r20649:9524938c default
parent child Browse files
Show More
@@ -295,7 +295,8 b' def mqoutsidechanges(server):'
295 runcommand(server, ['qqueue', '--active'])
295 runcommand(server, ['qqueue', '--active'])
296
296
297 if __name__ == '__main__':
297 if __name__ == '__main__':
298 os.system('hg init')
298 os.system('hg init repo')
299 os.chdir('repo')
299
300
300 check(hellomessage)
301 check(hellomessage)
301 check(unknowncommand)
302 check(unknowncommand)
@@ -73,7 +73,7 b' testing cwd:'
73 testing localhgrc:
73 testing localhgrc:
74
74
75 runcommand showconfig
75 runcommand showconfig
76 bundle.mainreporoot=$TESTTMP
76 bundle.mainreporoot=$TESTTMP/repo
77 defaults.backout=-d "0 0"
77 defaults.backout=-d "0 0"
78 defaults.commit=-d "0 0"
78 defaults.commit=-d "0 0"
79 defaults.shelve=--date "0 0"
79 defaults.shelve=--date "0 0"
General Comments 0
You need to be logged in to leave comments. Login now