Problem with aliases in hg 1.3

Christian Ebert blacktrash at gmx.net
Wed Jul 15 08:54:45 CDT 2009


* Ted Pavlic on Wednesday, July 15, 2009 at 09:09:08 -0400
> All of what follows used to work fine, and so I suspect a regression in 
> hg 1.3. I'm running hg bbc78cb1bf15 from the hg repo.
> 
> Short story: When issuing fetch/pull commands from aliases, I get 
> "unknown exception encountered" errors. When issuing the same commands 
> directly, they work fine.
> 
> 
> In my repo's .hg/hgrc file, I have:
> 
> 
> [paths]
> template = ../osu_ece_course_template/
> 
> [alias]
> pulltemp = pull template
> fetchtemp = fetch --switch-parent template -m "Automated merge from 
> course template"
> 
> 
> If I issue "hg pulltemp" or "hg fetchtemp", I get errors. In the latter 
> case (hg fetchtemp), I get this traceback:
> 
> 
> 
> ** unknown exception encountered, details follow
> ** report bug details to http://mercurial.selenic.com/bts/
> ** or mercurial at selenic.com
> ** Mercurial Distributed SCM (version bbc78cb1bf15)
> ** Extensions loaded: alias, extdiff, fetch, parentrevspec, patchbomb, 
                        ^^^^^
The alias extension has moved into core:

http://mercurial.selenic.com/wiki/UpgradeNotes

Try without loading it?

c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
_F R E E_  _V I D E O S_  http://www.blacktrash.org/underdogma/
                          http://www.blacktrash.org/underdogma/index-en.html


More information about the Mercurial mailing list