- Size-preserving file contents modification
- Filtering output to a deleted or removed file
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG65e6970042c5: status: Add tests for some more edge cases
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
check code complains about this series:
--- c:/Users/Matt/hg/tests/test-check-code.t +++ c:/Users/Matt/hg/tests/test-check-code.t.err @@ -34,6 +34,16 @@ Skipping i18n/polib.py it has no-che?k-code (glob) Skipping mercurial/statprof.py it has no-che?k-code (glob) Skipping tests/badserverext.py it has no-che?k-code (glob) + tests/test-status.t:697:\r (esc) + > $ touch -d 2001-02-03 a b\r (esc) + don't use 'touch -d', use 'touch -t' instead\r (esc) + tests/test-status.t:700:\r (esc) + > $ touch -d 2001-02-04 a b\r (esc) + don't use 'touch -d', use 'touch -t' instead\r (esc) + tests/test-status.t:733:\r (esc) + > `hg st` only gives the correct answer about clean (or deleted) files \r (esc) + trailing whitespace on non-output\r (esc) + [1]