commit doesn't supports wildcards in windows

Bug #194450 reported by QbProg
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Medium
John A Meinel

Bug Description

In windows , when you use wildcards as commit file names, it doens't works.

You should do glob expansion like the add command , maybe in other every command that accepts filenames.

(i.e. bzr commit \Sources\*.cpp doesn't works).

Using bzr 1.2.

Tags: win32

Related branches

Revision history for this message
James Westby (james-w) wrote :

See cmd_add for how this works, it should be quite easy to
do that for cmd_commit as well.

There is also a TODO in bzrlib/commands.py for the commands
to label which arguments should be glob expanded, and for it
then to happen transparently to them. Once this is done then
the code could be checked and the attribute added to any command
argument that needs it.

Changed in bzr:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Alexander Belchenko (bialix) wrote :

It's not really trivially easy but it's doable.

Kuno Meyer sent the patch for glob support, but his patch several times goes to resubmit phase. You could find it in Bundle Buggy.

Revision history for this message
Kevin Hjelden (fryguy) wrote :

Also, for `bzr rm`

John A Meinel (jameinel)
Changed in bzr:
assignee: nobody → John A Meinel (jameinel)
milestone: none → 2.1.0b3
status: Confirmed → Fix Committed
John A Meinel (jameinel)
Changed in bzr:
status: Fix Committed → Fix Released
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.