Mercurial > hg-stable
comparison tests/test-bundle2-format.t @ 47952:0c92cd9286ee
tests: manual cleanup now that dummyssh usage is implied
Differential Revision: https://phab.mercurial-scm.org/D11246
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Mon, 02 Aug 2021 23:43:40 -0400 |
parents | 9c4204b7f3e4 |
children |
comparison
equal
deleted
inserted
replaced
47951:9c4204b7f3e4 | 47952:0c92cd9286ee |
---|---|
231 $ cat >> $HGRCPATH << EOF | 231 $ cat >> $HGRCPATH << EOF |
232 > [extensions] | 232 > [extensions] |
233 > bundle2=$TESTTMP/bundle2.py | 233 > bundle2=$TESTTMP/bundle2.py |
234 > [experimental] | 234 > [experimental] |
235 > evolution.createmarkers=True | 235 > evolution.createmarkers=True |
236 > [ui] | |
237 > [command-templates] | 236 > [command-templates] |
238 > log={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} | 237 > log={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} |
239 > [web] | 238 > [web] |
240 > push_ssl = false | 239 > push_ssl = false |
241 > allow_push = * | 240 > allow_push = * |