RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.bjs
index 28724df..5672c54 100644 (file)
          "listeners" : {
           "button_press_event" : "() => {\n   _this.repo.git({ \"commit\" , \"-a\" ,\"-m\", \"Uncommited changes synced\" });\n   _this.repo.push();\n   _this.repo.loadStatus();\n   \n    _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n    \n   _this.el.hide();\n   Clones.singleton().reposStore.load();\n   \n    return false;\n}"
          },
-         "label" : "Merge to master",
+         "label" : "Merge ticket",
          "xtype" : "Button",
          "* pack" : "add",
          "$ xns" : "Gtk"