##// END OF EJS Templates
merge with stable
Martin Geisler -
r17223:c315842c merge default
parent child Browse files
Show More
@@ -291,13 +291,6 def rename(src, dst):
291 def gethgcmd():
291 def gethgcmd():
292 return [sys.executable] + sys.argv[:1]
292 return [sys.executable] + sys.argv[:1]
293
293
294 def termwidth():
295 # cmd.exe does not handle CR like a unix console, the CR is
296 # counted in the line length. On 80 columns consoles, if 80
297 # characters are written, the following CR won't apply on the
298 # current line but on the new one. Keep room for it.
299 return 79
300
301 def groupmembers(name):
294 def groupmembers(name):
302 # Don't support groups on Windows for now
295 # Don't support groups on Windows for now
303 raise KeyError
296 raise KeyError
General Comments 0
You need to be logged in to leave comments. Login now