equal
deleted
inserted
replaced
115 echo '** = cleverencode:' >> .hg/hgrc |
115 echo '** = cleverencode:' >> .hg/hgrc |
116 cat .hg/hgrc |
116 cat .hg/hgrc |
117 echo |
117 echo |
118 |
118 |
119 rm f3 f4.bat bin |
119 rm f3 f4.bat bin |
120 hg co 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))' |
120 hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))' |
121 python print.py < bin |
121 python print.py < bin |
122 python print.py < f3 |
122 python print.py < f3 |
123 python print.py < f4.bat |
123 python print.py < f4.bat |
124 echo |
124 echo |
125 |
125 |
150 echo '** = !' >> .hg/hgrc |
150 echo '** = !' >> .hg/hgrc |
151 cat .hg/hgrc |
151 cat .hg/hgrc |
152 echo |
152 echo |
153 |
153 |
154 rm f3 f4.bat bin |
154 rm f3 f4.bat bin |
155 hg co 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))' |
155 hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))' |
156 python print.py < bin |
156 python print.py < bin |
157 python print.py < f3 |
157 python print.py < f3 |
158 python print.py < f4.bat |
158 python print.py < f4.bat |
159 echo |
159 echo |
160 |
160 |