Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to enable hg rebase

I added these lines to hgrc in my .hg folder:

[extension]
rebase = 

but hg rebase still returns an error: Unknow command 'rebase'. It may be a dumb question but do I need to include the path to rebase extension after the "=" ? and if yes, where can I find the extension's location?

like image 593
boh Avatar asked Jan 06 '13 18:01

boh


1 Answers

The heading for the section should be extensions, not extension.

like image 159
Steve Kaye Avatar answered Oct 04 '22 22:10

Steve Kaye