"xmlls --non-recursive ." returns empty list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-xmloutput |
Fix Released
|
Medium
|
Gordon Tyler |
Bug Description
Using bzr-xmloutput trunk revno 136.
C:\Temp\bzr>bzr --version
Bazaar (bzr) 2.0.1
Python interpreter: C:\Program Files (x86)\Bazaar\
Python standard library: C:\Program Files (x86)\Bazaar\
Platform: Windows-
bzrlib: C:\Program Files (x86)\Bazaar\
Bazaar configuration: C:\Users\
Bazaar log file: C:\Users\
Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd.
http://
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
C:\Temp\bzr>bzr info
Standalone tree (format: 2a)
Location:
branch root: .
C:\Temp\bzr>bzr xmlls .
<?xml version="1.0" encoding=
19xobuqqxk-
us_kind>
ectory<
></list>
C:\Temp\bzr>bzr xmlls --non-recursive .
<?xml version="1.0" encoding=
C:\Temp\bzr>
Related branches
- Guillermo Gonzalez: Approve
-
Diff: 92 lines (+34/-33)1 file modifiedlsxml.py (+34/-33)
Changed in bzr-xmloutput: | |
status: | In Progress → Fix Committed |
Changed in bzr-xmloutput: | |
status: | Fix Committed → Fix Released |
I should note that the "bzr ls" command no longer has a --non-recursive option.