rebuild for rename

This commit is contained in:
Peter Cottle 2013-07-28 20:40:19 -07:00
parent 8ee78d08ab
commit 977c2877e4
5 changed files with 7 additions and 7 deletions

View file

@ -18453,7 +18453,7 @@ exports.levelSequences = {
require('../../levels/rampup/relativeRefs2').level, require('../../levels/rampup/relativeRefs2').level,
require('../../levels/rampup/reversingChanges').level require('../../levels/rampup/reversingChanges').level
], ],
rebase: [ move: [
require('../../levels/rampup/cherryPick').level, require('../../levels/rampup/cherryPick').level,
require('../../levels/rampup/interactiveRebase').level require('../../levels/rampup/interactiveRebase').level
], ],
@ -18516,7 +18516,7 @@ exports.sequenceInfo = {
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social' 'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social'
} }
}, },
rebase: { move: {
displayName: { displayName: {
'en_US': 'Moving Work Around', 'en_US': 'Moving Work Around',
// INTL out of sync :( // INTL out of sync :(
@ -36155,7 +36155,7 @@ exports.levelSequences = {
require('../../levels/rampup/relativeRefs2').level, require('../../levels/rampup/relativeRefs2').level,
require('../../levels/rampup/reversingChanges').level require('../../levels/rampup/reversingChanges').level
], ],
rebase: [ move: [
require('../../levels/rampup/cherryPick').level, require('../../levels/rampup/cherryPick').level,
require('../../levels/rampup/interactiveRebase').level require('../../levels/rampup/interactiveRebase').level
], ],
@ -36218,7 +36218,7 @@ exports.sequenceInfo = {
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social' 'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social'
} }
}, },
rebase: { move: {
displayName: { displayName: {
'en_US': 'Moving Work Around', 'en_US': 'Moving Work Around',
// INTL out of sync :( // INTL out of sync :(

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -439,7 +439,7 @@
For a much easier time perusing the source, see the individual files at: For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching https://github.com/pcottle/learnGitBranching
--> -->
<script src="build/bundle.min.2a465cfd.js"></script> <script src="build/bundle.min.ef737e7b.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic. <!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include The downside? No raw logs to parse for analytics, so I have to include