I have made a cleanup of branches in the mercurial repository, closing about 40 of them. We currently have 34 open branches and I think that some of them may no longer be useful. Please check the branches you are responsible for and close them if they are no longer needed. By keeping the repository free from cruft we make it a lot easier for newcomers to navigate. The procedure for closing a branch is simple: hg up -C <branch-you want-to-close> hg commit --close-branch -m 'Closing disused branch.' hg up -C default # switch back to "good" branch Here is a list of currently open branches: Alex mixed-submodules Mon Jan 03 12:50:00 2011 Alexander sepcomp Wed Dec 09 12:15:29 2009 Amaury build-external Tue Jun 10 10:48:46 2008 Amaury cpyext-init-cleanup Wed Jun 09 15:56:49 2010 Amaury separate-compilation Fri Jan 22 17:32:50 2010 Amaury unicode_filename Fri Apr 24 16:17:08 2009 Amaury unicode_filename-2 Fri Jul 16 20:39:39 2010 Antonio cli-jit Wed Jan 20 09:09:23 2010 Antonio jitypes2 Thu Jan 20 10:16:27 2011 Armin 32ptr-on-64bit Fri Oct 15 13:13:44 2010 Armin inline-shadowstack Mon Dec 06 10:46:52 2010 Armin jit-longlong Fri Jan 14 16:17:13 2011 Armin jit-lsprofile Wed Jan 05 18:26:14 2011 Armin jit-tagged Mon Dec 20 10:36:09 2010 Bartosz fast-ctypes Thu Aug 19 11:35:15 2010 Carl bridges-experimental Thu Jan 21 15:33:18 2010 Carl reflex-support Tue Jan 11 14:32:08 2011 Carl unroll-safe-if-const-arg Tue Jan 26 15:36:20 2010 Dan gdbm Thu Nov 25 00:00:30 2010 Daniel micronumpy Sun Sep 12 08:59:28 2010 Daniel micronumpy-resync Tue Oct 19 05:19:25 2010 Daniel ootype-virtualrefs Sun Nov 07 19:39:49 2010 Daniel psycopg2compatibility Thu Jan 13 16:05:44 2011 David arm-backed-float Mon Jan 17 17:31:39 2011 David arm-backend-2 Fri Oct 08 01:35:03 2010 Hakan jit-short-preamble Mon Jan 17 07:33:06 2011 Jean-Philippe avm Mon Jul 26 22:47:11 2010 Maciej guard-improvements Tue Jan 11 15:49:26 2011 Maciej out-of-line-guards Mon Jan 17 19:00:12 2011 Michael bytearray Thu Jan 20 13:44:58 2011 Samuele ctypes-stable Fri Apr 11 15:44:57 2008 Samuele run-django Sat Jul 12 09:46:07 2008 Travis jit-stackless Mon Apr 05 16:48:39 2010 holger pytest2 Wed Jan 19 19:24:33 2011 Jacob Hallén
Samuele ctypes-stable Fri Apr 11 15:44:57 2008 Samuele run-django Sat Jul 12 09:46:07 2008
these corresponded to results of the Google contracts, whether the svn repo is staying around read-only or going away, they were referred through urls to the svn repo of course. I suppose they are past their material usefulness, I suppose they could be closed, don't know if people have a different opinion on this. Samuele
On Thu, Jan 20, 2011 at 10:33 AM, Samuele Pedroni <samuele.pedroni@gmail.com
wrote:
Samuele ctypes-stable Fri Apr 11 15:44:57 2008 Samuele run-django Sat Jul 12 09:46:07 2008
these corresponded to results of the Google contracts, whether the svn repo is staying around read-only or going away, they were referred through urls to the svn repo of course. I suppose they are past their material usefulness, I suppose they could be closed, don't know if people have a different opinion on this.
Samuele _______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
closed just means that they are no longer being used (and won't be shown in the default list of branches), I tihnk those are safe to close. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me
participants (3)
-
Alex Gaynor
-
Jacob Hallén
-
Samuele Pedroni