[Bug 298111] Re: mercurial commit fails with large files

Andrew andrew.rw.robinson at gmail.com
Fri Nov 14 16:37:20 UTC 2008


Changing:
    except socket.error, inst:
        ui.warn(_("abort: %s\n") % inst[1])
to:
    except socket.error, inst:
        ui.warn(_("abort: %s\n") % inst.message)

I then get:
abort: AF_UNIX path too long

Which is much more helpful of an error, So I guess hg has a problem with
long path names

-- 
mercurial commit fails with large files
https://bugs.launchpad.net/bugs/298111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list