RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.bjs
index 72d280e..28724df 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" : "Commit Changes",
+         "label" : "Merge to master",
          "xtype" : "Button",
          "* pack" : "add",
          "$ xns" : "Gtk"