]> Cypherpunks repositories - gostls13.git/commit
codereview: fix hg change in Windows console
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Wed, 5 Oct 2011 16:07:13 +0000 (12:07 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 5 Oct 2011 16:07:13 +0000 (12:07 -0400)
commit319dba47501d3a0966e0d470705532c6474a47bf
tree623d78590def4ad550d5904720e23d813002fd43
parenta55de2ba619a9203e7d93fd3efde127d1ad922a2
codereview: fix hg change in Windows console

lib/codereview: Unable to use vim for 'hg change' from windows console
reload(sys) break workaround for windows.
see:
http://mercurial.selenic.com/bts/issue2888
http://mercurial.selenic.com/bts/issue1452
Also does not work with backslash paths.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5150054
lib/codereview/codereview.py