Show More
@@ -559,6 +559,8 b' def email(ui, repo, *revs, **opts):' | |||||
559 | if outgoing and bundle: |
|
559 | if outgoing and bundle: | |
560 | raise error.Abort(_("--outgoing mode always on with --bundle;" |
|
560 | raise error.Abort(_("--outgoing mode always on with --bundle;" | |
561 | " do not re-specify --outgoing")) |
|
561 | " do not re-specify --outgoing")) | |
|
562 | if rev and bookmark: | |||
|
563 | raise error.Abort(_("-r and -B are mutually exclusive")) | |||
562 |
|
564 | |||
563 | if outgoing or bundle: |
|
565 | if outgoing or bundle: | |
564 | if len(revs) > 1: |
|
566 | if len(revs) > 1: |
General Comments 0
You need to be logged in to leave comments.
Login now