diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-11 23:33:16 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2014-05-19 11:14:46 +0300 |
commit | 3291c4688ea23724749687cb6a9c87306730d1a9 (patch) | |
tree | 574ba4ab6c625d27caa3f210517057a07aa0b3f7 /repa.1 | |
parent | a4e39866214bd61348dd288de44456d9709743dd (diff) | |
download | repa-3291c4688ea23724749687cb6a9c87306730d1a9.tar.gz repa-3291c4688ea23724749687cb6a9c87306730d1a9.tar.bz2 repa-3291c4688ea23724749687cb6a9c87306730d1a9.zip |
Implement repa diff
repa diff shows the difference between manifest of target project and
another (usually base) project. It also shows latest accepted submission
in another project and its status in target project.
repa diff should help RE to mantain the difference between base
and target projects.
Change-Id: I6ef93a5eb2c5a60b3778a721caa8be47da9f5882
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Diffstat (limited to 'repa.1')
-rw-r--r-- | repa.1 | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -43,6 +43,9 @@ Submission group is a temporary group of submissions, created for testing purpos .RS 2 6. \fBrmgroup\fR - remove submission group .RE +.RS 2 +7. \fBdiff\fR - show the difference between projects +.RE .\" =========================================================================== .\" Global options @@ -295,6 +298,54 @@ Remove submit group. Print short help text about the "rmgroup" command and exit. .RE +.PP +.\" +.\" The "diff" command description +.\" +.SS \fBdiff\fR [\-\-help] <project1> <manifest of target project> <manifest1> + +.RS 2 +Show the difference between manifest of target project and manifest of <project1> in the following format: + +<Git path> <Revision in project1> <Revision in the target OBS Project> <Tag, accepted into project1> <status> +.RS 0 + +Example of output: + +$ repa -p Tizen:IVI diff Tizen:Common ivi_0140508.2_ia32.xml common_20140507.5_ia32.xml + +platform/core/appfw/aul-1 3644ad5459 e4f2b22012 submit/tizen/20140502.084937 pending +.RS 0 +platform/core/appfw/shortcut 502c7807b3 27bbf892e0 submit/tizen/20140430.020549 pending +.RS 0 +platform/core/connectivity/nfc-manager-neard ea952dc454 88793ab1ff +.RS 0 +platform/core/connectivity/smartcard-service e45ae0bdfb 7d5da70551 submit/tizen/20140506.101200 pending +.RS 0 +platform/core/messaging/msg-service c988cc8b55 a9eed6a734 submit/tizen/20140502.105814 pending +.RS 0 +platform/core/system/tlm 3ddbc6bc14 dc72779317 submit/tizen/20140430.130050 +.RS 0 +platform/framework/web/crosswalk 42dcc1327b 4280e52757 submit/tizen/20140506.123703 pending +.RS 0 + +Status 'pending' means that submission is pending for the target project. In colorized mode pending submissions are colorized and 'pending' status is not shown. + + +.RE + +.\" +.\" The "diff" command's options +.\" +.RS 2 +\fBOPTIONS\fR +.RS 2 +.B \-h, \-\-help +.RS 2 +Print short help text about the "diff" command and exit. +.RE + + .SH CONFIGURATION FILE .RS 2 |