diff tests/test-rebase-inmemory.t @ 40816:1c8c54cf9725 stable 4.8.1

rebase: fix path auditing to audit path relative to repo root (issue5818) Before this patch, when rebasing a file called "foo/bar", we would check e.g. if "/foo" (i.e. rooted at the file system root) was a symlink. Differential Revision: https://phab.mercurial-scm.org/D5361
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 20 Nov 2018 14:43:27 -0800
parents d10b1dc13431
children 23dc23897248
line wrap: on
line diff
--- a/tests/test-rebase-inmemory.t	Tue Dec 04 08:56:43 2018 -0800
+++ b/tests/test-rebase-inmemory.t	Tue Nov 20 14:43:27 2018 -0800
@@ -279,8 +279,7 @@
   created new head
   $ hg rebase -s 1 -d .
   rebasing 1:* "b" (glob)
-  abort: path '*/lib/b' traverses symbolic link '*/lib' (glob)
-  [255]
+  saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-rebase.hg (glob)
   $ cd ..
 
 Test dry-run rebasing