##// END OF EJS Templates
mq: auto-ignore guards in qinit -c
Brendan Cully -
r3871:7a4749c5 default
parent child Browse files
Show More
@@ -1475,6 +1475,7 b' def init(ui, repo, **opts):'
1475 fp = r.wopener('.hgignore', 'w')
1475 fp = r.wopener('.hgignore', 'w')
1476 print >> fp, 'syntax: glob'
1476 print >> fp, 'syntax: glob'
1477 print >> fp, 'status'
1477 print >> fp, 'status'
1478 print >> fp, 'guards'
1478 fp.close()
1479 fp.close()
1479 r.wopener('series', 'w').close()
1480 r.wopener('series', 'w').close()
1480 r.add(['.hgignore', 'series'])
1481 r.add(['.hgignore', 'series'])
General Comments 0
You need to be logged in to leave comments. Login now