tests/test-bundle2-multiple-changegroups.t
changeset 29672 622782ea9cf3
parent 27739 d6d3cf5fda6f
child 29807 d4e026341e16
equal deleted inserted replaced
29671:ce47a9dc348b 29672:622782ea9cf3
    31   > exchange.pull = _pull
    31   > exchange.pull = _pull
    32   > exchange.getbundle2partsmapping['changegroup'] = _getbundlechangegrouppart
    32   > exchange.getbundle2partsmapping['changegroup'] = _getbundlechangegrouppart
    33   > EOF
    33   > EOF
    34 
    34 
    35   $ cat >> $HGRCPATH << EOF
    35   $ cat >> $HGRCPATH << EOF
    36   > [experimental]
       
    37   > bundle2-exp=True
       
    38   > [ui]
    36   > [ui]
    39   > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
    37   > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
    40   > EOF
    38   > EOF
    41 
    39 
    42 Start with a simple repository with a single commit
    40 Start with a simple repository with a single commit