Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-12355

Custom Actions broken in Beta-3.3.0-3678

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • None
    • 3.2.2
    • General
    • Severity 1 - Critical

    Description

      My custom actions are completely broken in the latest Beta-3.3.0-3678.

      Following is just one example of many of my custom actions that no longer function. Custom actions have always been a bit screwy as can be seen by the fact I need to use this batch file (bashRunCmd.bat) to work around oddities with the way the parameters are passed.

      This particular script just opens a command prompt window in Beta 3.3.0. It works fine in SourceTree for Windows 3.2.6.

      Reflog
      Script to run: C:\git\tools\bashRuncmd.bat
      Parameters: C:\git\tools\git-merge-abort.sh $REPO

      bashRuncmd.bat:
      SET mypath=%~dp0
      start "C:\Program Files\Git\git-bash.exe" %1 %2 %3 %4 %5

      git-merge-abort.sh:
      #!/bin/bash
      git merge --abort

      And by the way why can't you guys get this JIRA system figured out? The "Affects version/s" field contains a list of versions which doesn't even include the latest released versions.
      The version I was forced to put in there is inaccurate.

       

      1. Custom actions not displaying executions, nothing happens on click.
      2. Custom action with multiple parameters are set .(In the parameter field, “$SHA  $FILE” was used.)  And right click on one file of one commit and choose custom action , but  the custom action I made earlier with single parameter was NOT displayed.

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              173ad43fac2b Joseph Dunne
              Votes:
              20 Vote for this issue
              Watchers:
              21 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: