tests/test-bundle2-multiple-changegroups.t
changeset 45765 ed84a4d48910
parent 42897 d7304434390f
child 50423 2bb2a1ff4d8f
equal deleted inserted replaced
45756:79d681753c4d 45765:ed84a4d48910
    32   > exchange.pull = _pull
    32   > exchange.pull = _pull
    33   > exchange.getbundle2partsmapping[b'changegroup'] = _getbundlechangegrouppart
    33   > exchange.getbundle2partsmapping[b'changegroup'] = _getbundlechangegrouppart
    34   > EOF
    34   > EOF
    35 
    35 
    36   $ cat >> $HGRCPATH << EOF
    36   $ cat >> $HGRCPATH << EOF
    37   > [ui]
    37   > [command-templates]
    38   > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
    38   > log={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
    39   > EOF
    39   > EOF
    40 
    40 
    41 Start with a simple repository with a single commit
    41 Start with a simple repository with a single commit
    42 
    42 
    43   $ hg init repo
    43   $ hg init repo