tests/test-hgcia.t
changeset 14314 c322890b03e6
parent 12429 01c6be8361df
child 14850 a95242af945c
equal deleted inserted replaced
14313:a389dd285282 14314:c322890b03e6
     4   > [extensions]
     4   > [extensions]
     5   > hgcia=
     5   > hgcia=
     6   > 
     6   > 
     7   > [hooks]
     7   > [hooks]
     8   > changegroup.cia = python:hgext.hgcia.hook
     8   > changegroup.cia = python:hgext.hgcia.hook
       
     9   > 
       
    10   > [web]
       
    11   > baseurl = http://hgserver/
     9   > 
    12   > 
    10   > [cia]
    13   > [cia]
    11   > user = testuser
    14   > user = testuser
    12   > project = testproject
    15   > project = testproject
    13   > test = True
    16   > test = True
    41     <body>
    44     <body>
    42       <commit>
    45       <commit>
    43         <author>test</author>
    46         <author>test</author>
    44         <version>0:e63c23eaa88a</version>
    47         <version>0:e63c23eaa88a</version>
    45         <log>foo</log>
    48         <log>foo</log>
    46         
    49         <url>http://hgserver/$TESTTMP/cia/rev/e63c23eaa88a</url>
    47         <files><file action="add">foo</file></files>
    50         <files><file uri="http://hgserver/$TESTTMP/cia/file/e63c23eaa88a/foo" action="add">foo</file></files>
    48       </commit>
    51       </commit>
    49     </body>
    52     </body>
    50     <timestamp>0</timestamp>
    53     <timestamp>0</timestamp>
    51   </message>
    54   </message>