[Bug 5882] New: 'hg push' fails on read-only filesystem

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Fri May 11 13:05:02 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=5882

            Bug ID: 5882
           Summary: 'hg push' fails on read-only filesystem
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Other
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: jeffpc at josefsipek.net
                CC: mercurial-devel at mercurial-scm.org

$ cd /local/fs/that/is/mounted/read-only/repo
$ hg push ssh://somewhere/else
pushing to ssh://somewhere/else
abort: could not lock repository /local/fs/that/is/mounted/read-only/repo:
Read-only file system

FWIW, bundling works fine:

$ hg bundle -a /tmp/test.hg
5575 changesets found

$ hg version -v
Mercurial Distributed SCM (version 4.5.2+1462-0a1fb171dc1d)
...
  evolve     external  8.0.0.dev
  topic      external  0.9.0.dev

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list