- Change Summary:
-
Add missing return statement.
- Diff:
-
Revision 2 (+7 -4)
Fix ClearCase relpath on Windows.
Review Request #3323 — Created Sept. 6, 2012 and submitted
ntpath.relpath() overflows and throws TypeError for paths containing atleast 520 characters (not that hard to encounter in UCM repository). Handle this problem by falling back to the "approximation method".
Tested on Windows ReviewBoard 1.6.11 installation.