Mercurial > public > mercurial-scm > hg-stable
diff hgext/rebase.py @ 9301:ad4501d20214
rebase: link to RebaseExtension
This new page has the usual user-oriented information about the
extension.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 03 Aug 2009 00:19:01 +0200 |
parents | 4ea022359c43 |
children | 4c041f1ee1b4 |
line wrap: on
line diff
--- a/hgext/rebase.py Mon Aug 03 00:12:10 2009 +0200 +++ b/hgext/rebase.py Mon Aug 03 00:19:01 2009 +0200 @@ -11,7 +11,7 @@ repository. For more information: -http://mercurial.selenic.com/wiki/RebaseProject +http://mercurial.selenic.com/wiki/RebaseExtension ''' from mercurial import util, repair, merge, cmdutil, commands, error