Re: [Python-Dev] BZR mirror and pushing to Launchpad
Yes, this is the expected behavior. Bazaar will upload all of the revisions since it is not stacking off of another branch. You could try using the Launchpad or Python.org mirrors as a stacking branch, as described here: http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#using-stacked-branches Cheers, Ross Light On Sun, Mar 8, 2009 at 6:09 PM, R. David Murray wrote: > > I just posted a (tiny) patch to the tracker, and for the > exercise of it I thought I would push the branch out to Launchpad > as suggested in the wiki (http://wiki.python.org/moin/Bazaar). > It looks like it is uploading every file in the branch instead > of the delta from the trunk. Did I do something wrong in my local > bzr setup, or is this the expected behavior? > > -- R. David Murray http://www.bitdance.com > ___ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/rlight2%40gmail.com ___ 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
Re: [Python-Dev] BZR mirror and pushing to Launchpad
On Sun, Mar 8, 2009 at 7:40 PM, Andrew Bennetts wrote: > Actually, the Launchpad code server is configured to make bzr automatically > stack on the appropriate branch. The docs you point to there are about > manually > specifying the branch to stack on. > > -Andrew. However, my understanding is that Launchpad will not automatically stack if you are using the Python.org branch; you must use the Launchpad mirror. If you want to stack off the Python.org branch, then I think you need to manually stack. Cheers, Ross Light (sorry for possible dupe posting, I thought my mail client was sending to python-dev, but it didn't seem to) ___ 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
[Python-Dev] Issue 4285 Patch
Hello, python-dev! My name is Ross Light. I was a documentation contributor at GHOP a couple years back and I wanted to start contributing to the core interpreter. I found Issue 4285 and decided to write a patch for it. This is my first patch, so I'd like someone to review my patch and make sure I'm doing things right. http://bugs.python.org/issue4285 Thanks! Cheers, Ross Light ___ 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
[Python-Dev] Issue 4285 Patch
Hello, python-dev! My name is Ross Light. I was a documentation contributor at GHOP a couple years back and I wanted to start contributing to the core interpreter. I found Issue 4285 and decided to write a patch for it. This is my first patch, so I'd like someone to review my patch and make sure I'm doing things right. http://bugs.python.org/issue4285 Thanks! Cheers, Ross Light ___ 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
[Python-Dev] Issue 4285 Review
Hello, python-dev. I submitted a patch a couple weeks ago for Issue 4285, and it has been reviewed and revised. Would someone please review/commit it? Thank you. http://bugs.python.org/issue4285 Cheers, Ross Light ___ 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
Re: [Python-Dev] Issue 4285 Review
On Tue, Feb 3, 2009 at 1:20 PM, Aahz wrote: > When sending in a request like this, it's useful to summarize the issue; > few people know bug reports by number, and at least some people who might > be interested in looking probably won't bother if they have no clue > whether it's in their area of expertise. You're right. I'm sorry. I completely forgot. And thank you, Eric, for reviewing and adding the subject for me. Cheers, Ross Light ___ 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
