diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 15:18:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 15:18:46 -0600 |
| commit | 4d4aad27e433ca0658379c4cd1f50c26cfdc33dd (patch) | |
| tree | e8c6c9fa43329bbbb185c2990fd1aca1f53585b0 /windowViewPatchset.go | |
| parent | f26e5e9980255c74a5fdaa0e89351b5812f460f1 (diff) | |
dump patchsets to the console
Diffstat (limited to 'windowViewPatchset.go')
| -rw-r--r-- | windowViewPatchset.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windowViewPatchset.go b/windowViewPatchset.go index 52758de..a9ff69d 100644 --- a/windowViewPatchset.go +++ b/windowViewPatchset.go @@ -101,8 +101,8 @@ func makePatchWindow(pset *forgepb.Patchset) *patchWindow { } }) grid.NewButton("Apply with git am", func() { - if _, _, _, err := IsEverythingOnDevel(); err != nil { - log.Info("You can only apply patches to the devel branch") + if _, _, _, err := IsEverythingOnUser(); err != nil { + log.Info("You can only apply patches to the user branch") return } if IsAnythingDirty() { |
