tests/test-remotefilelog-share.t
author Manuel Jacob <me@manueljacob.de>
Tue, 09 Jun 2020 05:24:45 +0200
branchstable
changeset 44802 6c8384afbf77
parent 40761 0800d9e6e216
child 45494 d252f51ab032
permissions -rw-r--r--
resourceutil: fix location of line comments These comments slipped out of position when the sources where formatted with black in 2372284d9457.

#require no-windows

  $ . "$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
  $ hg -R dest unshare