diff options
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() { |
