Merge lp:~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode into lp:bzr-xmloutput
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode |
| Merge into: | lp: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:~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Guillermo Gonzalez | Pending | ||
| Review via email: | |||
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_
<kind>file<
<status_
<log>
<revno>
<committer>Jelmer Vernooij <<email address hidden>
<timestamp>Wed 2010-12-15 19:27:12 +0100</timestamp>
</log>
</item>
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