I added these lines to hgrc in my .hg folder:
[extension] rebase =
but hg rebase still returns an error: Unknow the "rebase" command. This may be a dumb question, but do I need to include the path to the extension extension after "="? and if so, where can I find the extension?
source share