Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12322, comment 2


Ignore:
Timestamp:
Jan 19, 2016, 8:36:31 AM (8 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12322, comment 2

    initial v1  
    5050             # pass bytestrings as-is w/o any conversion
    5151}}}
     52After the patch:
     53{{{
     54Python 2.5.6 (r256:88840, Oct 21 2014, 22:26:35)
     55[GCC 4.6.3] on linux2
     56Type "help", "copyright", "credits" or "license" for more information.
     57>>> from trac.env import open_environment
     58>>> env = open_environment('/home/jun66j5/var/trac/1.0-sqlite')
     59>>> repos = env.get_repository('jquery-ui.git')
     60>>> cset = repos.get_changeset('c1800c59953161d88432ea8a307b5cdf08c5ec41')
     61>>> for _ in cset.get_changes(): print _[0]
     62...
     63ya/demos/accordion/default.html
     64ya/demos/dialog/default.html
     65ya/external/PIE.htc
     66ya/external/border-radius.htc
     67ya/external/jquery.bgiframe-2.1.2.js
     68ya/lib/sl.css
     69ya/lib/sl.js
     70ya/lib/uihelper.js
     71ya/test/�ַ���.txt
     72ya/themes/default/images/ui-icon-arrows.png
     73ya/themes/default/images/ui-icon-close.png
     74ya/themes/default/images/ui-icon-triangle-1-e.png
     75ya/themes/default/images/ui-icon-triangle-1-s.png
     76ya/themes/default/images/ui-icons.png
     77ya/themes/default/jquery.ui.accordion.css
     78ya/themes/default/jquery.ui.dialog.css
     79ya/themes/default/jquery.ui.override.css
     80ya/ui/jquery.ya.accordion0.js
     81ya/ui/jquery.ya.dialog0.js
     82}}}