Answering Jaroslav's interrogation about rebase
←Older revision | Revision as of 09:19, 12 July 2009 | ||
Line 26: | Line 26: | ||
--[[User:JaroslavTulach|JaroslavTulach]] 04:37, 10 April 2009 (UTC) | --[[User:JaroslavTulach|JaroslavTulach]] 04:37, 10 April 2009 (UTC) | ||
+ | |||
+ | :[http://mercurial.selenic.com/wiki/RebaseExtension rebase] is a Mercurial command. It is shipped as an official extension and needs to be explicitely activated in your hgrc, as it rewrites history. | ||
+ | <source lang="ini"> | ||
+ | [extensions] | ||
+ | rebase = | ||
+ | </source> | ||
+ | : --cedric |