Didier,
I'm seeing a failure when I try and use patcher in a repository that
has files added and removed. Running patcher-mail, it fails with the
message:
<path>/dev/: no such directory
The changes in the repository look like:
magog$ hg st
M Makefile.in.in
M carbon/README
M configure
M configure.ac
M src/Makefile.in.in
A carbon/Emacs.icns
A carbon/Info.plist
A carbon/PkgInfo
A carbon/xpm/Makefile.in.in
R carbon/XEmacs.app/Contents/Info.plist
R carbon/XEmacs.app/Contents/PkgInfo
R carbon/XEmacs.app/Contents/Resources/Emacs.icns
R carbon/build-app.sh
R carbon/xpm/Makefile
I suspect that the problem relates to the diff output's usage of
/dev/null to indicate files that have been added and removed:
magog$ hg diff | grep dev
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+## Do not use it on development directories!
magog$
Should patcher work in this situation?
Malcolm
--
Malcolm Purvis <malcolmp(a)xemacs.org>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta