Note that there are some explanatory texts on larger screens.

plurals
  1. POTortoiseHg can't commit--"The system cannot find the file specified"
    primarykey
    data
    text
    <p>I just picked up TortoiseHg to use for distributed source control on Windows and installed it on my C drive. Then I created a repository (located in D:\projects).</p> <p>When I try to commit the changes, it gives me the error</p> <blockquote> <p>"abort: None: The system cannot find the file specified"</p> </blockquote> <p>in a new window titled "Commit". This causes the commit to abort. It doesn't specify any file, and when I run hg --traceback commit -m 'Message' it gives this as output:</p> <pre><code>Traceback (most recent call last): File "mercurial\dispatch.pyo", line 54, in _runcatch File "mercurial\dispatch.pyo", line 483, in _dispatch File "mercurial\dispatch.pyo", line 351, in runcommand File "mercurial\dispatch.pyo", line 534, in _runcommand File "mercurial\dispatch.pyo", line 488, in checkargs File "mercurial\dispatch.pyo", line 481, in &lt;lambda&gt; File "mercurial\util.pyo", line 420, in check File "mercurial\commands.pyo", line 762, in commit File "mercurial\cmdutil.pyo", line 1202, in commit File "mercurial\commands.pyo", line 757, in commitfunc File "mercurial\localrepo.pyo", line 816, in commit File "mercurial\localrepo.pyo", line 1053, in status File "mercurial\dirstate.pyo", line 629, in status File "mercurial\dirstate.pyo", line 540, in walk File "mercurial\localrepo.pyo", line 796, in fail Abort: Adding: The system cannot find the file specified abort: Adding: The system cannot find the file specified </code></pre> <p>I don't know what else I can give as debug info, not having any experience with the program.</p> <p>I have configured TortoiseHg with both a username globally and for the repository. Also, kdiff3 is specified as both the three-way merge tool and the visual diff tool. I have not knowingly changed any other settings.</p> <p>Thanks for any help, and please ask for more information, I just don't know what to give in this situation.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload