2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Patch by Chris Clark to define a SCMCLIENTS list containing all known SCMClients, which makes it easier to update and maintain. More... almost 15 years ago
Install post-review as a Python module, with a generated post-review (or post-review.exe) wrapping it. The official way to install post-review now is by installing RBTools. More... almost 15 years ago
Use 'json' module if it's available. More... almost 15 years ago
Fix a missing space when building a revision string for ClearCase. More... almost 15 years ago
Reintroduce forcing removal of the cookie when cookie-based validation fails the first time. This was broken in r1986. More... almost 15 years ago
Mark a file as read/write instead of write-only in PerforceClient._write_file. More... almost 15 years ago
Patch by Steven Russell to fix working with Perforce file paths containing spaces. More... almost 15 years ago
Patch by Raghu Kaippully to normalize files from Perforce with \r\r\n newlines, translating them to \r\n. This can happen in some Perforce setups when dealing with a file checked out from one platform and modified on another, for example. More... almost 15 years ago
Add Chris Clark to the authors list. More... almost 15 years ago
Patch by Chris Clark to set a max number of login retries, so as to prevent entering an infinite loop. This can happen when the cookie is assumed to be valid but doesn't work properly on the server. While this won't fix logins in that situation, it will prevent the infinite loop followed by a "maximum recursion deptch" error. More... almost 15 years ago
Check for "hg: unknown command" as well as "abort:" when checking if "hg svn" works. Otherwise it assumes the repository is hg-svn. More... about 15 years ago
Fix the ClearCaseClient to not break post-review if cleartool isn't installed. We now properly do a check_install on "clearcase help". More... about 15 years ago
Patch by Jeremy Bettis to properly join a SVN repository base path and a file path using a "/" instead of "\" on Windows. More... about 15 years ago
Patch by Eric Huss to support posting paths of files to Review Board when using Perforce. This method doesn't take a change number, but rather a set of files and optional revisions. His documentation states: More... about 15 years ago
Patch by Eric Huss to fix an infinite recursion problem when using post-review with invalid cookies. More... about 15 years ago
Bump the version to 0.2beta2.dev. More... about 15 years ago
Release rbtools 0.2 beta 1. More... about 15 years ago
Get the absolute path of the git directory before getting the parent directory. More... about 15 years ago
This isn't a release, so don't mark it as such. More... about 15 years ago
Patch by Raghu Kaippully to fix changesets with binary files in Perforce when using post-review. More... about 15 years ago
Move post-review into a new top-level "rbtools" package More... about 15 years ago