<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Matt Mackall wrote:
<blockquote cite="mid:1289532183.18612.477.camel@calx" type="cite">
  <pre wrap="">On Fri, 2010-11-12 at 02:40 +0000, John Hein wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">updatedir() was moved from patch.py to cmdutils.py.  It was called by
the attic extension, so that is now broken when using mercurial 1.7.

It's easy enough to call cmdutils.updatedir instead of
patch.updatedir, but that means it will break if used with hg 1.6 or
earlier.  What's the right way for 3rd party extensions to be portable
across different mercurial versions?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Looks like attic hasn't been touched in 8 months, might be abandoned.</pre>
</blockquote>
Not abandoned per say, but I have just been very busy IRL and haven't
had the proper time necessary for it. I have 7 patches to apply and
push out there and haven't tested against hg since about 1.5 (the
version I am currently using).<br>
<br>
</body>
</html>