[Tracker-discuss] [issue428] Patch generator and dependent feature branches

2011-11-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: The diff generator will always generate a patch against some revision of cpython. IIUC, you would want it to diff against a base revision that is *not* in cpython. I'm doubtful that this is a desirable feature: a) your patch cannot be applied as-is to cpytho

[Tracker-discuss] [issue428] Patch generator and dependent feature branches

2011-11-30 Thread Nick Coghlan
Nick Coghlan added the comment: Yeah, I'm thinking I may be able to fix the generated patches by changing my merge workflow to be: default -> get_opinfo default -> pep380 get_opinfo -> pep380 That way, the Create Patch button on both issues would generate a patch that can be applied directly

[Tracker-discuss] [issue394] Better integration with Rietveld code review tool

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: Rietveld now has an API that allows to query all messages for an issue - http://code.google.com/p/rietveld/wiki/APIs However, to make a progress on this bug, we need now two things from Martin. > Martin, is the process to install Rietveld for documented some

[Tracker-discuss] [issue431] Link meta to tracker source code

2011-11-30 Thread anatoly techtonik
New submission from anatoly techtonik : Can anybody add support to link revision references to source code browser for this tracker? It will save me (and people) a lot of time when tracking how changes for tickets are made to tracker. The specific commit I am interested ATM is in msg2204 but I

[Tracker-discuss] [issue431] Link meta to tracker source code

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: Upstream issue http://issues.roundup-tracker.org/issue2550737 -- status: unread -> chatting ___ PSF Meta Tracker ___

[Tracker-discuss] [issue428] Patch generator and dependent feature branches

2011-11-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: So what do you propose should roundup do here? I propose that the current behavior is actually "correct", and that mismatches with user expectations should be dealt with by education. For the patch generation to work in the expected manner, you could create

[Tracker-discuss] [issue431] Link meta to tracker source code

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: You can find it here: http://svn.python.org/view?view=rev&revision=88874 You can also enter any revision number on that page to find the corresponding commit. http://wiki.python.org/moin/TrackerDevelopment has more informations. -- nosy: +ezio.melotti

[Tracker-discuss] [issue422] Keyboard shortcuts

2011-11-30 Thread Éric Araujo
Éric Araujo added the comment: > These shortcuts use a single key, so they don't need to be combined with > ctrl/alt in order to work. > That means no conflicts with key combinations that the browsers might use. Good. > OTOH, it conflicts with the find-as-you-type, but I don't know how used th

[Tracker-discuss] [issue422] Keyboard shortcuts

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for the feedback. I think this can be closed now. I'll move the instructions to the devguide when I'll fix http://bugs.python.org/issue13455 -- status: testing -> resolved ___ PSF Meta Tracker

[Tracker-discuss] [issue422] Keyboard shortcuts

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: I don't think it is resolved. =) Go to http://codereview.appspot.com/ and press Shift-? This is a standard way to document keyboard shortcuts. -- nosy: +techtonik status: resolved -> chatting ___

[Tracker-discuss] [issue431] Link meta to tracker source code

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: What is required to make this autolinking available in this instance of Roundup? ___ PSF Meta Tracker ___

[Tracker-discuss] [issue431] Link meta to tracker source code

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: http://wiki.python.org/moin/TrackerDevelopment contains way too much information for me to crunch on this time, sorry. =( ___ PSF Meta Tracker _

[Tracker-discuss] [issue422] Keyboard shortcuts

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: How standard is 'Shift+?'? If it doesn't conflict with browser shortcuts and if it's a common/known shortcut I could try to come up with something similar. -- status: chatting -> resolved ___ PSF Meta

[Tracker-discuss] [issue431] Link meta to tracker source code

2011-11-30 Thread Ezio Melotti
Ezio Melotti added the comment: A new extension like http://svn.python.org/view/tracker/instances/python-dev/extensions/local_replace.py?view=markup in http://svn.python.org/view/tracker/instances/meta/extensions/ ___ PSF Meta Tracker

[Tracker-discuss] [issue422] Keyboard shortcuts

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: It is standard for all Google products, I believe. -- status: resolved -> chatting ___ PSF Meta Tracker

[Tracker-discuss] [issue422] Keyboard shortcuts

2011-11-30 Thread anatoly techtonik
anatoly techtonik added the comment: Note that Rietveld version is independent of keyboard layout. See this code http://codereview.appspot.com/2055042/diff/20002/static/script.js for example. Feel free to reuse everything that's in green. __

[Tracker-discuss] [issue428] Patch generator and dependent feature branches

2011-11-30 Thread Nick Coghlan
Nick Coghlan added the comment: Indeed, I agree the patch generator is doing the right thing in terms of trying to create a patch that applies cleanly to CPython. For the review patch, I'm happy with generating it locally and uploading it directly - the case of dependent external branches is