Fossil SCM
Sorry - failed to tap ctrl-x s before that last commit :/.
Commit
ad1628626a3ea23048e01d1f055f6db5c48d4b32
Parent
b79d2b77fe9c721…
1 file changed
+1
-1
+1
-1
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -542,11 +542,11 @@ | ||
| 542 | 542 | zName = find_option("name", 0, 1); |
| 543 | 543 | db_find_and_open_repository(0, 0); |
| 544 | 544 | if( g.argc!=4 ){ |
| 545 | 545 | usage("VERSION OUTPUTFILE"); |
| 546 | 546 | } |
| 547 | - rid = name_to_typed_rid(g.argv[3], "ci"); | |
| 547 | + rid = name_to_typed_rid(g.argv[2], "ci"); | |
| 548 | 548 | if( rid==0 ){ |
| 549 | 549 | fossil_fatal("Checkin not found: %s", g.argv[2]); |
| 550 | 550 | return; |
| 551 | 551 | } |
| 552 | 552 | |
| 553 | 553 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -542,11 +542,11 @@ | |
| 542 | zName = find_option("name", 0, 1); |
| 543 | db_find_and_open_repository(0, 0); |
| 544 | if( g.argc!=4 ){ |
| 545 | usage("VERSION OUTPUTFILE"); |
| 546 | } |
| 547 | rid = name_to_typed_rid(g.argv[3], "ci"); |
| 548 | if( rid==0 ){ |
| 549 | fossil_fatal("Checkin not found: %s", g.argv[2]); |
| 550 | return; |
| 551 | } |
| 552 | |
| 553 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -542,11 +542,11 @@ | |
| 542 | zName = find_option("name", 0, 1); |
| 543 | db_find_and_open_repository(0, 0); |
| 544 | if( g.argc!=4 ){ |
| 545 | usage("VERSION OUTPUTFILE"); |
| 546 | } |
| 547 | rid = name_to_typed_rid(g.argv[2], "ci"); |
| 548 | if( rid==0 ){ |
| 549 | fossil_fatal("Checkin not found: %s", g.argv[2]); |
| 550 | return; |
| 551 | } |
| 552 | |
| 553 |