Merge lp://staging/~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode into lp://staging/bzr-xmloutput

Proposed by Piotr Piastucki
Status: Needs review
Proposed branch: lp://staging/~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode
Merge into: lp://staging/bzr-xmloutput
Diff against target: 110 lines (+64/-6)
2 files modified
lsxml.py (+22/-5)
tests/test_ls_xml.py (+42/-1)
To merge this branch: bzr merge lp://staging/~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Pending
Review via email: mp+183818@code.staging.launchpad.net

Description of the change

This patch adds support for --verbose flag to xmlls command. Verbose output contains additional information about the most recent revision of each file listed by xmlls including: revision number, committer name and timestamp as shown below.
This enhancement is crucial to make text file decorator work efficiently in bzr-eclipse.

<item>
<id>xml_errors.py-20080619205226-dorz3pen7q1idbwj-1</id>
<kind>file</kind><path>xml_errors.py</path>
<status_kind>versioned</status_kind>
<log>
<revno>148.1.3</revno>
<committer>Jelmer Vernooij &lt;<email address hidden>&gt;</committer>
<timestamp>Wed 2010-12-15 19:27:12 +0100</timestamp>
</log>
</item>

To post a comment you must log in.
176. By Piotr Piastucki

Minor cleanup

Unmerged revisions

176. By Piotr Piastucki

Minor cleanup

175. By Piotr Piastucki

Add verbose mode to xmlls command
When --verbose flag is set xmlls will print additional information about the most recent revision of each file including:
revision number, timestamp and committer

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: