sapling/tests
Mathias De Maré 62e84b3950 gitdirstate: avoid an abort when a .gitignore is missing
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.
2015-02-16 18:35:35 +01:00
..
commitextra.py git_handler: store hg extra data in git deterministically by sorting it 2014-08-31 05:13:39 -07:00
heredoctest.py tests: add support for inline python 2014-08-31 06:27:46 -07:00
hghave tests: pull in hghave 2012-10-28 21:05:51 -04:00
hghave.py tests: pull in hghave 2012-10-28 21:05:51 -04:00
killdaemons.py tests: upgrade run-tests.py 2014-02-19 21:49:06 -08:00
latin-1-encoding tests: use fn_git_commit in test-encoding.t 2012-11-03 22:36:13 -04:00
run-tests.py tests: upgrade run-tests.py 2014-02-19 21:49:06 -08:00
test-bookmark-workflow.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-branch-bookmark-suffix.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-clone.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-conflict-1.t tests: adapt for hg 3.1 output changes 2014-08-23 13:05:28 -04:00
test-conflict-2.t tests: adapt for hg 3.1 output changes 2014-08-23 13:05:28 -04:00
test-convergedmerge.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-empty-working-tree.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-encoding.t test-encoding: remove support for Git 1.7.x 2014-12-04 18:31:42 -08:00
test-extra.t test-extra.t: fix for Mercurial 3.3+ 2014-12-29 11:18:03 -08:00
test-file-removal.t git_handler: handle symlink <-> regular file transitions properly 2014-12-30 13:25:55 -08:00
test-git-clone.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-git-submodules.t tests: add further tests for gitlink <-> symlink and rename detection 2014-12-30 14:07:39 -08:00
test-git-tags.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-git-workflow.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-gitignore.t gitdirstate: avoid an abort when a .gitignore is missing 2015-02-16 18:35:35 +01:00
test-help.t tests: fix file modes 2014-10-29 19:34:36 -07:00
test-hg-author.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-hg-branch.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-hg-tags-invalid.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-hg-tags.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-illegal-contents.t hg2git: audit path components during export (CVE-2014-9390) 2014-11-23 19:06:21 -05:00
test-incoming.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-keywords.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-merge.t push: add more output about what was added (issue #64) 2013-01-06 01:46:57 -05:00
test-octopus.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-outgoing.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-pull-after-strip.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-pull.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-push-r.t tests: fix file modes 2014-10-29 19:34:36 -07:00
test-push.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-renames.t git_handler.get_files_changed: detect renames when asked to do so 2014-12-02 15:57:21 -08:00
test-subrepos.t git_handler: mark source for rename info as Git or Mercurial 2014-12-02 14:17:09 -08:00
test-timezone.t test-timezone.t: add missing (but needed) trailing whitespace 2013-12-13 12:42:55 -05:00
test-tree-decomposition.t test-tree-decomposition: work around git command format changes 2013-08-28 11:27:13 -04:00
test-url-parsing.py tests: add check for dulwich in test-url-parsing.py 2012-10-30 23:16:07 -04:00
test-url-parsing.py.out test-url-parsing.py: add a test for a username that starts with a number 2012-04-20 21:16:32 -05:00
test-verify-fail.t verify: add new command to verify the contents of a Mercurial rev 2014-02-26 14:19:24 -08:00
testutil git_handler: store hg extra data in git deterministically by sorting it 2014-08-31 05:13:39 -07:00