##// END OF EJS Templates
commands: typo in bundle abort message...
Martin Geisler -
r8669:6f0f69da default
parent child Browse files
Show More
@@ -497,7 +497,7 b' def bundle(ui, repo, fname, dest=None, *'
497 497 base = opts.get('base')
498 498 if base:
499 499 if dest:
500 raise util.Abort(_("--base is incompatible with specifiying "
500 raise util.Abort(_("--base is incompatible with specifying "
501 501 "a destination"))
502 502 base = [repo.lookup(rev) for rev in base]
503 503 # create the right base
@@ -156,7 +156,7 b' checking files'
156 156 4 files, 9 changesets, 7 total revisions
157 157 rolling back last transaction
158 158 % should fail
159 abort: --base is incompatible with specifiying a destination
159 abort: --base is incompatible with specifying a destination
160 160 abort: repository default-push not found!
161 161 2 changesets found
162 162 4 changesets found
General Comments 0
You need to be logged in to leave comments. Login now