[Bug 4005] New: 'hg up' aborts on directory replaced with symlink

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Jul 29 08:23:20 CDT 2013


http://bz.selenic.com/show_bug.cgi?id=4005

          Priority: normal
            Bug ID: 4005
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: 'hg up' aborts on directory replaced with symlink
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: julien.cristau at logilab.fr
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.6.1
         Component: Mercurial
           Product: Mercurial

Reproducible with:

$ hg clone http://hg.logilab.org/master/cubes/wireit; cd wireit; hg up
85072d7ab904; hg up 072e0f71fc8a
destination directory: wireit
requesting all changes
adding changesets
adding manifests
adding file changes
added 60 changesets with 2257 changes to 2150 files
updating to branch default
893 files updated, 0 files merged, 0 files removed, 0 files unresolved
1267 files updated, 0 files merged, 847 files removed, 0 files unresolved
abort: path 'data/wireit/lib/inputex/js/fields/EmailField.js' traverses
symbolic link 'data/wireit'

data/wireit is a symlink in 85072d7ab904, but not in 072e0f71fc8a where
data/wireit/lib/inputex/js/fields/EmailField.js should be happy.

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


More information about the Mercurial-devel mailing list