bzr commit should sanitize input arguments on case-insensitive filesystem

Bug #190221 reported by Alexander Belchenko
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

On Windows you can run into weird situation with wrong arguments in commit command:

C:\Temp\1> bzr init
C:\Temp\1> echo > foo
C:\Temp\1> bzr st
unknown:
  foo
C:\Temp\1> bzr add
added:
  foo
C:\Temp\1> bzr ci -m 1 Foo # <<<<<<<< argument has wrong case
Committing to: C:/Temp/1/
added Foo
Committed revision 1.

C:\Temp\1>bzr st
removed:
  Foo
added:
  foo

Tags: win32
Changed in bzr:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Gordon Tyler (doxxx) wrote :

This appears to be fixed in Bazaar 2.0.0.

Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Jelmer Vernooij (jelmer)
tags: removed: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.