summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 50fdbca5..dbcf2c2b 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -643,18 +643,6 @@ class Morph(cliapp.Application):
return os.path.dirname(cwd[len(minedir):])
- def cmd_show_system_branch(self, args):
- '''Print name of current system branch.
-
- This must be run in the system branch's ``morphs`` repository.
-
- '''
-
- system_branch = self._deduce_system_branch()
- if system_branch is None:
- raise cliapp.AppException("Can't determine system branch")
- self.output.write('%s\n' % system_branch)
-
def cmd_edit(self, args):
'''Edit a component in a system branch.'''