rebase: link to RebaseExtension
authorMartin Geisler <mg@lazybytes.net>
Mon, 03 Aug 2009 00:19:01 +0200
changeset 9301 ad4501d20214
parent 9300 ad95ea1c975a
child 9303 c9d71b317832
rebase: link to RebaseExtension This new page has the usual user-oriented information about the extension.
hgext/rebase.py
--- 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