17
17
# along with this program; if not, write to the Free Software
18
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24
21
import bzrlib, bzrlib.help
35
27
result = string.replace("\\","\\\\")
36
28
result = result.replace("`","\\`")