Top directory keeps appearing in hg status
as untracked.
? .
hg add .
returns strange result:
adding .
abort: '\n' and '\r' disallowed in filenames: '.\r'
hg verify
states no problem:
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
7044 files, 8094 changesets, 50081 total revisions
Other clones from same repository does not exhibit this behavior. I tried both hg 3.0.1 and 2.7.2. Any idea why this happens?