Skip to content
Snippets Groups Projects
Mathias De Maré's avatar
Mathias De Maré authored
Deleting a .gitignore using 'rm' results in 'hg add' or 'hg status' aborting.
For example if the top-level .gitignore is removed:
  > abort: No such file or directory: .gitignore
This change avoids that by checking the presence of the .gitignore files.
cdf46071
History
Name Last commit Last update
..