mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-16 07:48:06 +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: {
|
status: {
|
||||||
regex: /^hg +(status|st) *$/,
|
regex: /^hg +(status|st) *$/,
|
||||||
|
dontCountForGolf: true,
|
||||||
execute: function(engine, command) {
|
execute: function(engine, command) {
|
||||||
throw new GitError({
|
throw new GitError({
|
||||||
msg: intl.str('hg-error-no-status')
|
msg: intl.str('hg-error-no-status')
|
||||||
|
@ -10619,6 +10620,7 @@ var commandConfig = {
|
||||||
|
|
||||||
'export': {
|
'export': {
|
||||||
regex: /^hg +export($|\s)/,
|
regex: /^hg +export($|\s)/,
|
||||||
|
dontCountForGolf: true,
|
||||||
delegate: function(engine, command) {
|
delegate: function(engine, command) {
|
||||||
command.mapDotToHead();
|
command.mapDotToHead();
|
||||||
return {
|
return {
|
||||||
|
@ -10630,6 +10632,7 @@ var commandConfig = {
|
||||||
|
|
||||||
log: {
|
log: {
|
||||||
regex: /^hg +log *$/,
|
regex: /^hg +log *$/,
|
||||||
|
dontCountForGolf: true,
|
||||||
delegate: function(engine, command) {
|
delegate: function(engine, command) {
|
||||||
command.mapDotToHead();
|
command.mapDotToHead();
|
||||||
return {
|
return {
|
||||||
|
@ -30006,6 +30009,7 @@ var commandConfig = {
|
||||||
|
|
||||||
status: {
|
status: {
|
||||||
regex: /^hg +(status|st) *$/,
|
regex: /^hg +(status|st) *$/,
|
||||||
|
dontCountForGolf: true,
|
||||||
execute: function(engine, command) {
|
execute: function(engine, command) {
|
||||||
throw new GitError({
|
throw new GitError({
|
||||||
msg: intl.str('hg-error-no-status')
|
msg: intl.str('hg-error-no-status')
|
||||||
|
@ -30015,6 +30019,7 @@ var commandConfig = {
|
||||||
|
|
||||||
'export': {
|
'export': {
|
||||||
regex: /^hg +export($|\s)/,
|
regex: /^hg +export($|\s)/,
|
||||||
|
dontCountForGolf: true,
|
||||||
delegate: function(engine, command) {
|
delegate: function(engine, command) {
|
||||||
command.mapDotToHead();
|
command.mapDotToHead();
|
||||||
return {
|
return {
|
||||||
|
@ -30026,6 +30031,7 @@ var commandConfig = {
|
||||||
|
|
||||||
log: {
|
log: {
|
||||||
regex: /^hg +log *$/,
|
regex: /^hg +log *$/,
|
||||||
|
dontCountForGolf: true,
|
||||||
delegate: function(engine, command) {
|
delegate: function(engine, command) {
|
||||||
command.mapDotToHead();
|
command.mapDotToHead();
|
||||||
return {
|
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:
|
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.js"></script>
|
<script src="build/bundle.min.01a0e7e1.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue