Ticket #24321 (assigned)
/etc/mercurial/preoutgoing error
| Reported by: | sds | Owned by: | ctsai |
|---|---|---|---|
| Keywords: | Cc: | ||
| Private: | no |
Description
when the sf repo is ahead of the local one, "hg in" and "hg pull" report:
running ssh sds@… "hg -R hgroot/clisp/clisp serve --stdio"
comparing with ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
changeset: 15558:5bcad87b2d40
tag: tip
user: Bruno Haible <bruno@…>
date: Tue Feb 14 00:04:47 2012 +0100
files: src/ChangeLog src/NEWS src/clos-genfun2b.lisp
description:
Fix bug#3487338.
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_PAPER = "en_US.UTF-8",
remote: LANG = "C.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.
$ hg pull
pulling from ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 3 changes to 3 files
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: LANGUAGE = (unset),
remote: LC_ALL = (unset),
remote: LC_PAPER = "en_US.UTF-8",
remote: LANG = "C.UTF-8"
remote: are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale ("C").
remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.
nothing to rebase
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
after the pull "hg in" no longer reports the error.