search for push
This commit is contained in:
parent
f205d3cc27
commit
32042357ce
|
|
@ -39,5 +39,5 @@ public class Move {
|
|||
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
|
||||
}
|
||||
// remove commit message
|
||||
// return to workk
|
||||
// search for push
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue