On Thu, Aug 21, 2008 at 10:06:52AM -0400, Richard Lowe wrote: > I think you can use ui.expandpath() > > Something like > > p = ui.expandpath(parent) > if not p: > raise util.Abort("could not find parent: %s" % parent) > > (and use p in place of parent elsewhere)
Right, that's cleaner. > Fixing this would be great (as carlsonj said, making hg-active do it > for the parent argument would be great, too) > > > Should I file an RFE for this? Is the bugs.grommit.com bugzilla > > still the one being used? I could not reach it a few minutes ago. > > bugs.opensolaris.org, please. Have filed RFE 6740347 for this. Cheers, Venky.