In article <[email protected]>,
 Antoine Pitrou <[email protected]> wrote:
> On Thu, 30 Aug 2012 13:34:56 -0700
> Ethan Furman <[email protected]> wrote:
> > Ned Deily wrote:
> > > In article <[email protected]>, Terry Reedy 
> > > <[email protected]> 
> > > wrote:
> > > 
> > >> If one goes to http://hg.python.org/cpython/ and clicks 'browse', it 
> > >> defaults to 2.7, not to default (now 3.3). Moreover, there is no 
> > >> indication that it is defaulting to an old branch rather than current 
> > >> default, as one might reasonably expect. I found this very confusing 
> > >> when I was trying to get a link for a python-list post and the code did 
> > >> not look right.
> > > 
> > > It defaults to "tip" which is the most recently pushed change set.  At 
> > > the moment, it just so happens that tip is a 2.7 change set.  Usually a 
> > > change set for "default" will be the most recent but not always.  You 
> > > just need to check the branch list.
> > 
> > So is it not possible to have the default stay at "default" instead of 
> > at "tip"?
> 
> http://bz.selenic.com/show_bug.cgi?id=2815

Yes, as Matt hints at, what most people really want is a filter for a 
particular branch.  As it stands, you can always find the (default) head 
of a branch:

http://hg.python.org/cpython/shortlog/default
http://hg.python.org/cpython/shortlog/3.2
http://hg.python.org/cpython/shortlog/2.7

etc but note that as you follow the graph for a branch, merge change 
sets can take you into other branches depending on which parent you 
choose, and the change log shows all earlier change sets regardless of 
branch.

-- 
 Ned Deily,
 [email protected]

_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to