[Bug 3492] New: hg out --style=xml is not xml

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Thu Jun 7 13:54:51 CDT 2012


http://bz.selenic.com/show_bug.cgi?id=3492

          Priority: normal
            Bug ID: 3492
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg out --style=xml is not xml
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: daveclay at gmail.com
          Hardware: Macintosh
            Status: UNCONFIRMED
           Version: 2.2.1
         Component: Mercurial
           Product: Mercurial

When running the out command with xml style:

hg out --style=xml

The "comparing" non-xml/non-formatted text is output before the xml formatted
revision entries:

$hg out --style=xml -f
comparing with /Users/daveclay/work/hg/test
searching for changes
<?xml version="1.0"?>
<log>
<logentry revision="2908" node="648f7b229ed7cb539c2763cddad2986d232af9e4">
<tag>test</tag>
<parent revision="2898" node="5c44dc00e6a1a91dd4d4732844193466085ce567" />
<author email="daveclay at gmail.com">Dave Clay</author>
<date>2012-06-07T11:29:56-07:00</date>
<msg xml:space="preserve">test message</msg>
</logentry>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list