Show More
@@ -1224,7 +1224,7 b' def bundle(ui, repo, fname, dest=None, *' | |||||
1224 | "a destination")) |
|
1224 | "a destination")) | |
1225 | if opts.get('base'): |
|
1225 | if opts.get('base'): | |
1226 | ui.warn(_("ignoring --base because --all was specified\n")) |
|
1226 | ui.warn(_("ignoring --base because --all was specified\n")) | |
1227 |
base = [ |
|
1227 | base = [nullrev] | |
1228 | else: |
|
1228 | else: | |
1229 | base = scmutil.revrange(repo, opts.get('base')) |
|
1229 | base = scmutil.revrange(repo, opts.get('base')) | |
1230 | if cgversion not in changegroup.supportedoutgoingversions(repo): |
|
1230 | if cgversion not in changegroup.supportedoutgoingversions(repo): |
General Comments 0
You need to be logged in to leave comments.
Login now