##// END OF EJS Templates
transaction: issue "new obsmarkers" message at the end of the transaction...
transaction: issue "new obsmarkers" message at the end of the transaction Instead of making bundle2 code responsible for this, it seems better to have it handled and the transaction level. First, it means the message will be more consistently printed. Second it means we won't spam the message over and over if the data arrive in multiple piece. Third, we are planning to move other similar message at the same level (for the same reason) so having them all at the same location will help us to control the order they are displayed.

File last commit:

r40758:0800d9e6 default
r43164:38392d5b default
Show More
test-remotefilelog-share.t
27 lines | 511 B | text/troff | Tads3Lexer
/ tests / test-remotefilelog-share.t
Matt Harbison
tests: disable remotefilelog on Windows...
r40758 #require no-windows
Martin von Zweigbergk
share: reload repo after adjusting it in postshare()...
r40609 $ . "$TESTDIR/remotefilelog-library.sh"
$ cat >> $HGRCPATH <<EOF
> [extensions]
> remotefilelog=
> share=
> EOF
$ hg init master
$ cd master
$ cat >> .hg/hgrc <<EOF
> [remotefilelog]
> server=True
> EOF
$ echo x > x
$ hg commit -qAm x
$ cd ..
$ hgcloneshallow ssh://user@dummy/master source --noupdate -q
$ hg share source dest
updating working directory
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Martin von Zweigbergk
remotefilelog: avoid accessing repo instance after dispatch...
r40611 $ hg -R dest unshare