https://bz.mercurial-scm.org/show_bug.cgi?id=6049

            Bug ID: 6049
           Summary: `hg split` fails on long paths
           Product: Mercurial
           Version: 4.8
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: martinv...@google.com
                CC: mercurial-devel@mercurial-scm.org

To repro:

hg init
NAME=QWERTYUIOP
while true
do
  mkdir $NAME
  cd $NAME
  hg st > /dev/null || break
done
cd ..
rmdir $NAME
echo a > a
echo b > b
hg ci -Aqm x
hg split
# select one of the files (or both)
abort: File name too long: '<repo path>/.hg/record-backups/<"QWERTYUIOP_"
repeated many times>a.BvtYg5'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to