New issue 273: allow hooks to echo to thg command windows http://bitbucket.org/tortoisehg/stable/issue/273/allow-hooks-to-echo-to-thg-command-windows
fabse on Mon, 8 Jun 2009 13:27:34 +0200: Description: I think I already posted this on the thg mailiste, but I would like to open an issue here. I use some hook functios which give a response to the user. In the commandline this works very well, but with thg i only get the exit code from the hook an no echos which are used inside the hook. example (locking hook): hook: prechangegroup.locked = echo TEAM REPOSITORY IS LOCKED. Please contact the release manager... && exit 1 commandline: TEAM REPOSITORY IS LOCKED. Please contact the release manager abort: prechangegroup.locked hook exited with status 1 thg: *** prechangegroup.locked hook exited with status 1[command interrupted] is it possible to allow the hooks to write to the thg out window? this would be very usefull to work effective with hooks. Just an error code without information can confuse the users... thx Responsible: tortoisehg -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
