<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mark,<br>
<br>
Is this the recommended practice for the OpenJDK repositories?<br>
<br>
-- Jon<br>
<br>
<br>
Mark Reinhold wrote:
<blockquote cite="mid:20080201164055.63164278A19@eggemoggin.niobe.net"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Date: Fri, 01 Feb 2008 14:21:07 +0100
From: <a class="moz-txt-link-abbreviated" href="mailto:daniel.fuchs@sun.com">daniel.fuchs@sun.com</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'd like to suggest to extend .hgignore with these two lines:

^webrev/
^webrev_.*/

It would make it possible to keep several webrevs in your working
repository without polluting the output of 'hg status'

Well, of course there's always the possibility to do
'hg status | grep -v webrev'
if others in this group feel that it is not good idea ;-/
    </pre>
  </blockquote>
  <pre wrap=""><!---->
A better way to do this is to add the following to your ~/.hgrc:

    [ui]
    ignore = ~/.hgignore

Then you can add whatever patterns you want to ~/.hgignore in
order to suit your personal working style.

- Mark
  </pre>
</blockquote>
<br>
</body>
</html>