<div class="gmail_quote">On Thu, Oct 14, 2010 at 2:49 PM, Aashish Chaudhary <span dir="ltr"><<a href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>></span> wrote: <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="gmail_quote"><div></div><div>One thought that in future we might end with 1000 or more branches, do we have a policy for clean up or thats work in progress?</div>
</div></blockquote><div><br></div></div><div>When you merge a topic into all integration branches (currently just master) then the topic is automatically deleted from the stage. If you do a, </div></div></blockquote></div>
<div>
Great. I guess then the ones that are not merged will be deleted at some point? </div></div></blockquote><div><br></div><div>No, if you stage a topic and later decide not to merge it then you should remove it using,</div>
<div><br></div><div>git push stage :topic-to-remove</div><div><br></div><div>Marcus</div></div>