##// END OF EJS Templates
tests: allow bz2 archives in test-hgweb-json.t...
av6 -
r29457:81e0955c default
parent child Browse files
Show More
@@ -100,6 +100,8 b''
100 summary: initial
100 summary: initial
101
101
102
102
103 $ echo '[web]' >> .hg/hgrc
104 $ echo 'allow_archive = bz2' >> .hg/hgrc
103 $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E error.log
105 $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E error.log
104 $ cat hg.pid >> $DAEMON_PIDS
106 $ cat hg.pid >> $DAEMON_PIDS
105
107
@@ -800,7 +802,13 b' summary/ shows a summary of repository s'
800 200 Script output follows
802 200 Script output follows
801
803
802 {
804 {
803 "archives": [],
805 "archives": [
806 {
807 "extension": ".tar.bz2",
808 "node": "tip",
809 "type": "bz2"
810 }
811 ],
804 "bookmarks": [
812 "bookmarks": [
805 {
813 {
806 "bookmark": "bookmark2",
814 "bookmark": "bookmark2",
General Comments 0
You need to be logged in to leave comments. Login now