** unknown exception encountered, details follow

Rob Landley rob at landley.net
Mon Nov 26 00:21:51 CST 2007


I have a file "make" that I'm trying to move to "make/make.sh".  Initially, I 
moved it by hand, but then I wanted mercurial to know about the move.

Unfortunately, "hg mv make make/make.sh" confused mercurial (hence the title).  
I had to do "hg mv -A make make/make.sh".

Just wondered if you guys had any interest in tweaking the output to sound 
less confused if somebody else does this.  (Yeah, I break stuff...)

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.


More information about the Mercurial mailing list