diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-03-05 21:21:29 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-03-05 21:21:29 -0500 |
commit | 106bac8ed77339e7c986b3066bf96210d327898d (patch) | |
tree | a5d0f635a083d13bffd7f88369d8a2e9bc81fbb0 /indra/llui/lltooltip.cpp | |
parent | e7ceb82e71ed88354758c6f16525aa051d47bdec (diff) |
Alphabetize cmd_line.xml.
This separate commit is just to order the keys. Data are unchanged, as
established by:
$ hg cat -rtip cmd_line.xml >cmd_line.xml.tip
$ python
Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from llbase import llsd
>>> tipdata = llsd.parse(open("cmd_line.xml.tip").read())
>>> newdata = llsd.parse(open("cmd_line.xml").read())
>>> tipdata == newdata
True
Diffstat (limited to 'indra/llui/lltooltip.cpp')
0 files changed, 0 insertions, 0 deletions