Remove unneccessary input from recordChanges

GarettWithOneR
Jul 15, 2021, 2:02 AM
G4OWU5RX5UQSDK7HRGIESM6QCBITKJVA4UQYT3CSL7FH2Y6NX35AC

Dependencies

  • [2] GPTHUH3N Add commands for unrecording changes
  • [3] H3GAPFUC Add pijul.recordAll command
  • [4] YDCLFNEJ Add menu command for recording changes to specific files
  • [*] ZGMIJNFV Create pijul.ts for executing commands using the Pijul CLI

Change contents

  • replacement in src/pijul.ts at line 345
    [3.1297][3.1297:1365]()
    * @param files The files that will be inlcuded in the new change
    [3.1297]
    [3.1365]
    * @param files The files that will be included in the new change
  • replacement in src/pijul.ts at line 349
    [3.1493][3.1493:1623]()
    await this._pijul.exec(this.repositoryRoot, ['record', ...files.map(f => f.fsPath), '-a', '-m', message], { input: 'test' });
    [3.1493]
    [2.479]
    await this._pijul.exec(this.repositoryRoot, ['record', ...files.map(f => f.fsPath), '-a', '-m', message]);