Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mercurial CPython log ticket link is broken #62858

Closed
vajrasky mannequin opened this issue Aug 5, 2013 · 6 comments
Closed

Mercurial CPython log ticket link is broken #62858

vajrasky mannequin opened this issue Aug 5, 2013 · 6 comments

Comments

@vajrasky
Copy link
Mannequin

vajrasky mannequin commented Aug 5, 2013

BPO 18658
Nosy @ned-deily, @ezio-melotti, @vajrasky

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-08-05.07:38:11.016>
created_at = <Date 2013-08-05.01:48:24.319>
labels = ['invalid']
title = 'Mercurial CPython log ticket link is broken'
updated_at = <Date 2013-08-05.07:38:11.014>
user = 'https://github.com/vajrasky'

bugs.python.org fields:

activity = <Date 2013-08-05.07:38:11.014>
actor = 'ned.deily'
assignee = 'none'
closed = True
closed_date = <Date 2013-08-05.07:38:11.016>
closer = 'ned.deily'
components = []
creation = <Date 2013-08-05.01:48:24.319>
creator = 'vajrasky'
dependencies = []
files = []
hgrepos = []
issue_num = 18658
keywords = []
message_count = 6.0
messages = ['194444', '194446', '194451', '194455', '194456', '194458']
nosy_count = 3.0
nosy_names = ['ned.deily', 'ezio.melotti', 'vajrasky']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue18658'
versions = []

@vajrasky
Copy link
Mannequin Author

vajrasky mannequin commented Aug 5, 2013

Go to http://hg.python.org/cpython.

All ticket links (number preceded by #), such as bpo-18567 refer to bugs in jython.

For example:
5 hours ago R David Murray Merge: bpo-18657: remove duplicate entries from Misc/ACKS.default tip
5 hours ago R David Murray bpo-18657: remove duplicate entries from Misc/ACKS.3.3

The "Merge" link refers to correct place. But "bpo-18657" goes to http://bugs.jython.org/issue18657.

It happens to *all ticket links*.

@ned-deily
Copy link
Member

Sorry, I'm not seeing this behavior. Is it still happening for you?

@vajrasky
Copy link
Mannequin Author

vajrasky mannequin commented Aug 5, 2013

Okay, it looks like it has been fixed. The format has changed as well.

Previously:
5 hours ago R David Murray Merge: bpo-18657: remove duplicate entries from Misc/ACKS.default tip
5 hours ago R David Murray bpo-18657: remove duplicate entries from Misc/ACKS.3.3

Now:
10 hours ago R David Murray Merge: bpo-18657: remove duplicate entries from Misc/ACKS. [bpo-18657] default
10 hours ago R David Murray bpo-18657: remove duplicate entries from Misc/ACKS. [bpo-18657] 3.3

Now we have separate link to ticket (inside the bracket) at the end of commit message, whereas previously it was inside the commit message.

I guess we can close this ticket as fixed.

@vajrasky
Copy link
Mannequin Author

vajrasky mannequin commented Aug 5, 2013

Wait, something weird is happening in CPython commits log website, http://hg.python.org/cpython .

These are the latest four commits.

age author description
45 hours ago Jason R. Coombs bpo-18532: Added tests and documentation to formally specify the .name attribute on hashlib objects.default tip
105 minutes ago Raymond Hettinger Silence compiler warning for unused declaration.2.7
11 hours ago R David Murray Merge: bpo-18657: remove duplicate entries from Misc/ACKS. [bpo-18657]
11 hours ago R David Murray bpo-18657: remove duplicate entries from Misc/ACKS. [bpo-18657]3.3

The "age" column is screwed up. 11 hours ago goes to 105 minutes ago then goes back to 45 hours ago.

@ezio-melotti
Copy link
Member

This is a separate issue though, isn't it?
Have you tried to ctrl+f5 the page?

(Also this is probably something that should be reported to the Mercurial bug tracker, since -- unlike the issue links -- is not something we modified.)

@ned-deily
Copy link
Member

While it looks unusual, the commit list is fine. It reflects what you see currently in a "hg log". What happened is that someone imported an older local change set or something similar. It's not always easy to tell from the log.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants