Eol conversion affects bzr st
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
High
|
Unassigned |
Bug Description
Using bzr 2.2.1 on Win7 64-bit
I wrote to rules file the following:
[name *]
eol = crlf
After that I ran a command:
bzr co https:/
Bazaar checked out successfully. After that I ran command:
bzr st
modified:
bzrlib/
bzrlib/
bzrlib/
bzrlib/
bzrlib/
doc/ja/
tools/
tools/
Between checkout and bzr st I didn't change the content of files, so that was a surprise.
I checked dirstate for start_bzr.bat:
689 n <email address hidden> tools/win32 start_bzr.bat start_bzr.
So, looks like the sha differs.
But if I leave rules file empty, and then checkout bzr again, bzr st will report that everything is ok.
summary: |
- Eol conversion affects diff + Eol conversion affects bzr st |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: check-for-breezy |
tags: |
added: filters removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → High |
Hello?