[Bug 5703] New: Mercurial fails to commit on newly created repository

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Mon Oct 9 05:29:45 UTC 2017


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

            Bug ID: 5703
           Summary: Mercurial fails to commit on newly created repository
           Product: Mercurial
           Version: 4.3
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: jpstotz at gmx.de
                CC: mercurial-devel at mercurial-scm.org

When I initialize a new repository, add a file and then try to commit it I get
the following output:

pulling from default
abort: repository default not found!
abort: pre-commit hook exited with status 255


Steps to reproduce (tested with hg 4.3.1 from TortoiseHG on Windows 10):

hg init
echo test > test.txt
hg add test.txt
hg commit -m "test"

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


More information about the Mercurial-devel mailing list