comparison mercurial/commands.py @ 8936:1de6e7e1bb9f

change wiki/bts URLs to point to new hostname
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 15:32:37 +0200
parents 4c99eafb101e
children ea798e03a32e
comparison
equal deleted inserted replaced
8935:f4f0e902b750 8936:1de6e7e1bb9f
985 if ui.config('ui', 'patch'): 985 if ui.config('ui', 'patch'):
986 ui.write(_(" (Current patch tool may be incompatible with patch," 986 ui.write(_(" (Current patch tool may be incompatible with patch,"
987 " or misconfigured. Please check your .hgrc file)\n")) 987 " or misconfigured. Please check your .hgrc file)\n"))
988 else: 988 else:
989 ui.write(_(" Internal patcher failure, please report this error" 989 ui.write(_(" Internal patcher failure, please report this error"
990 " to http://www.selenic.com/mercurial/bts\n")) 990 " to http://mercurial.selenic.com/bts/\n"))
991 problems += patchproblems 991 problems += patchproblems
992 992
993 os.unlink(fa) 993 os.unlink(fa)
994 os.unlink(fd) 994 os.unlink(fd)
995 995