comparison hgsubversion/stupid.py @ 837:805ef27fbcbe

hgsubversion/*.py: add space after comment symbol #
author Yonggang Luo <luoyonggang@gmail.com>
date Mon, 17 Oct 2011 22:44:15 +0800
parents e9af7eba88db
children 1d07e86f5797
comparison
equal deleted inserted replaced
836:0cbf9fd89672 837:805ef27fbcbe
44 44
45 class BadPatchApply(Exception): 45 class BadPatchApply(Exception):
46 pass 46 pass
47 47
48 48
49 def print_your_svn_is_old_message(ui): #pragma: no cover 49 def print_your_svn_is_old_message(ui): # pragma: no cover
50 ui.status("In light of that, I'll fall back and do diffs, but it won't do " 50 ui.status("In light of that, I'll fall back and do diffs, but it won't do "
51 "as good a job. You should really upgrade your server.\n") 51 "as good a job. You should really upgrade your server.\n")
52 52
53 def mempatchproxy(parentctx, files): 53 def mempatchproxy(parentctx, files):
54 # Avoid circular references patch.patchfile -> mempatch 54 # Avoid circular references patch.patchfile -> mempatch