##// END OF EJS Templates
subrepo: handle missing subrepo spec file as removed...
subrepo: handle missing subrepo spec file as removed Otherwise, all commands involving a dirstate walk will abort when trying to readone of them. Deleting .hgsub basically breaks a repository.

File last commit:

r12082:5e2216a3 default
r13017:d0e21c5f stable
Show More
test-config-case.t
8 lines | 202 B | text/troff | Tads3Lexer
$ echo '[Section]' >> $HGRCPATH
$ echo 'KeY = Case Sensitive' >> $HGRCPATH
$ echo 'key = lower case' >> $HGRCPATH
$ hg showconfig Section
Section.KeY=Case Sensitive
Section.key=lower case