mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-16 15:51:01 +02:00
dont count for golf
This commit is contained in:
parent
8acfe45874
commit
52c6579fae
4 changed files with 9 additions and 1 deletions
|
@ -10610,6 +10610,7 @@ var commandConfig = {
|
|||
|
||||
status: {
|
||||
regex: /^hg +(status|st) *$/,
|
||||
dontCountForGolf: true,
|
||||
execute: function(engine, command) {
|
||||
throw new GitError({
|
||||
msg: intl.str('hg-error-no-status')
|
||||
|
@ -10619,6 +10620,7 @@ var commandConfig = {
|
|||
|
||||
'export': {
|
||||
regex: /^hg +export($|\s)/,
|
||||
dontCountForGolf: true,
|
||||
delegate: function(engine, command) {
|
||||
command.mapDotToHead();
|
||||
return {
|
||||
|
@ -10630,6 +10632,7 @@ var commandConfig = {
|
|||
|
||||
log: {
|
||||
regex: /^hg +log *$/,
|
||||
dontCountForGolf: true,
|
||||
delegate: function(engine, command) {
|
||||
command.mapDotToHead();
|
||||
return {
|
||||
|
@ -30006,6 +30009,7 @@ var commandConfig = {
|
|||
|
||||
status: {
|
||||
regex: /^hg +(status|st) *$/,
|
||||
dontCountForGolf: true,
|
||||
execute: function(engine, command) {
|
||||
throw new GitError({
|
||||
msg: intl.str('hg-error-no-status')
|
||||
|
@ -30015,6 +30019,7 @@ var commandConfig = {
|
|||
|
||||
'export': {
|
||||
regex: /^hg +export($|\s)/,
|
||||
dontCountForGolf: true,
|
||||
delegate: function(engine, command) {
|
||||
command.mapDotToHead();
|
||||
return {
|
||||
|
@ -30026,6 +30031,7 @@ var commandConfig = {
|
|||
|
||||
log: {
|
||||
regex: /^hg +log *$/,
|
||||
dontCountForGolf: true,
|
||||
delegate: function(engine, command) {
|
||||
command.mapDotToHead();
|
||||
return {
|
||||
|
|
1
build/bundle.min.01a0e7e1.js
Normal file
1
build/bundle.min.01a0e7e1.js
Normal file
File diff suppressed because one or more lines are too long
1
build/bundle.min.js
vendored
Normal file
1
build/bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -439,7 +439,7 @@
|
|||
For a much easier time perusing the source, see the individual files at:
|
||||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script src="build/bundle.js"></script>
|
||||
<script src="build/bundle.min.01a0e7e1.js"></script>
|
||||
|
||||
<!-- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue