add --guess-branch support (clearcase implementation only)
Review Request #6515 — Created Oct. 28, 2014 and discarded
Implementation provided when revisions are UCM ClearCase activity and base ClearCase branch (brtype:)
cf this thread
https://groups.google.com/forum/#!topic/reviewboard-dev/gGWV2DQhgZ4
can post successfully this request with --guess-branch=no
can post successfully review request --guess-branch=yes from clearcase scm with revisions brtype:branch against reviewboard server 1.7.6 (current branch filled)
can post successfully review request --guess-branch=yes from ucm clearcase activity with revisions activity:activity against reviewboard server 1.7.6 (deliver stream filled)
Description | From | Last Updated |
---|---|---|
Col: 41 E231 missing whitespace after ',' |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
(reply to myself as a reminder) should raise "NotImplementedError" so that this exception can be caught as expected when using … |
DE delyn |
Change Summary:
fix typo reported by reviewbot
Description: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
||||||||||||
Diff: |
Revision 2 (+160 -4) |

-
Tool: PEP8 Style Checker Processed Files: rbtools/clients/clearcase.py rbtools/commands/post.py rbtools/clients/__init__.py Tool: Pyflakes Processed Files: rbtools/clients/clearcase.py rbtools/commands/post.py rbtools/clients/__init__.py
-
-
rbtools/clients/clearcase.py (Diff revision 2) (reply to myself as a reminder) should raise "NotImplementedError" so that this exception can be caught as expected when using base clearcase lbtype comparison
Change Summary:
raise NotImplementedError when guessing branch is not supported. Indeed base clearcase does not support guessing branch unless using brtype option
Diff: |
Revision 3 (+161 -4) |
---|