Oh, and as far as quote_plus goes, I'd forgotten that that would be an int in the Bazaar case. You can just use revision rather than quote_plus(revision) in that case, since an int will never require URL-quoting.
« Back to merge proposal
Oh, and as far as quote_plus goes, I'd forgotten that that would be an int in the Bazaar case. You can just use revision rather than quote_plus( revision) in that case, since an int will never require URL-quoting.