##// END OF EJS Templates
py3: update test expectations for py3-commands test
Augie Fackler -
r32520:dc0da982 default
parent child Browse files
Show More
@@ -75,11 +75,8 b' Test if log-like commands work:'
75 Test if `hg config` works:
75 Test if `hg config` works:
76
76
77 $ $PYTHON3 $HGBIN config
77 $ $PYTHON3 $HGBIN config
78 defaults.backout=-d "0 0"
79 defaults.commit=-d "0 0"
80 defaults.shelve=--date "0 0"
81 defaults.tag=-d "0 0"
82 devel.all-warnings=true
78 devel.all-warnings=true
79 devel.default-date=0 0
83 largefiles.usercache=$TESTTMP/.cache/largefiles
80 largefiles.usercache=$TESTTMP/.cache/largefiles
84 ui.slash=True
81 ui.slash=True
85 ui.interactive=False
82 ui.interactive=False
General Comments 0
You need to be logged in to leave comments. Login now