** Changed in: hg
Status: In Progress => Fix Released
--
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@lists
** Changed in: hg
Status: Fix Released => In Progress
--
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@lists
Thank you for fixing this. Sorry to be ignorant, but how do I find the
version the fix would be found in?
--
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.
-
** Changed in: hg
Status: Unknown => Fix Released
--
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@lists.ubu
** Also affects: hg via
http://www.selenic.com/mercurial/bts/issue1208
Importance: Unknown
Status: Unknown
--
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
On Fri, Nov 14, 2008 at 06:26:21PM -, Andrew wrote:
> It was enabled by default (globally) on ubuntu install.
>
> I would suggest as a temporary "fix" for this bug that ubuntu should
> ship it disabled
All extensions should be disabled by default, that's what the recent
debian package is doin
It was enabled by default (globally) on ubuntu install.
I would suggest as a temporary "fix" for this bug that ubuntu should
ship it disabled
--
mercurial commit fails with large files
https://bugs.launchpad.net/bugs/298111
You received this bug notification because you are a member of Ubuntu
Bu
It is really bad if the inotify extension is enabled globally. Did you
do that or was it enabled by ubuntu ?
--
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.
Work-around noted in that bug:
when I comment out the "hgext.inotify =" line of /etc/mercurial/hgrc.d/hgext.rc,
that makes the test pass. So it *is* inotify-specific.
--
mercurial commit fails with large files
https://bugs.launchpad.net/bugs/298111
You received this bug notification because you
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 name
Upstream bug:
http://www.selenic.com/mercurial/bts/issue1208
--
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@lists
Even running "hg st" after this happens failes with the same error
--
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
12 matches
Mail list logo