Comment #1 on issue 3171 by [email protected]: RBTools: A critical bug for
determining SCM type?
http://code.google.com/p/reviewboard/issues/detail?id=3171
We can use an OrderedDict, but it's not a guaranteed fix, as we can't
expect a certain order from Python Entrypoints.
The recommendation, which will also speed up posting, is to place the
following in .reviewboardrc:
REPOSITORY_TYPE = 'git'
Or, on the command line:
$ rbt post --repository-type=git
$ post-review --repository-type=git
Since the issue is git repos with a global .p4config, the best option is to
use the .reviewboardrc method. It'll prevent scanning, meaning Perforce
won't even be tried.
By defining a repository type, you can easily shave a second or more off
posting (since we don't have to execute a bunch of tools, and they don't
have to do whatever lookups they do).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.