##// END OF EJS Templates
dirstate.status: avoid putting ignored files in the unknown list...
dirstate.status: avoid putting ignored files in the unknown list If list_ignored was false, we would blindly add files not in the dirstate to the unknown list. This should finish fixing issue886.

File last commit:

r5928:3340aa5a default
r6033:a1ebd5cd default
Show More
header.tmpl
3 lines | 142 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 Content-type: application/atom+xml; charset={encoding}
<?xml version="1.0" encoding="{encoding}"?>
Robert Bachmann
Atom support: replaced xhtml namespace prefix with default namespace
r5270 <feed xmlns="http://www.w3.org/2005/Atom">