X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/514dd4f2a4bc2cb0fb2e160f254804361486f3df..22037590baa995704b6cc08d844e024c85c7c578:/stgit/main.py?ds=sidebyside diff --git a/stgit/main.py b/stgit/main.py index 99e0832..f9b07d7 100644 --- a/stgit/main.py +++ b/stgit/main.py @@ -80,6 +80,7 @@ commands = Commands({ 'pop': 'pop', 'pull': 'pull', 'push': 'push', + 'rebase': 'rebase', 'refresh': 'refresh', 'rename': 'rename', 'resolved': 'resolved', @@ -110,6 +111,7 @@ stackcommands = ( 'init', 'pop', 'push', + 'rebase', 'series', 'top', 'unapplied',