Файлы FAR (меню и т.д.)
Revision | 1639d93c1cc58bd48748ef298216349c941c544f (tree) |
---|---|
Time | 2011-11-16 21:34:00 |
Author | Константин Кошкин <catsoft1940@gmai...> |
Commiter | Константин Кошкин |
В меню "HG" добавлена команда "Статус heads"
@@ -159,6 +159,10 @@ | ||
159 | 159 | hg status > c:\temp\status.txt |
160 | 160 | c:\myutils\utils\tofrodos\todos.exe c:\temp\status.txt |
161 | 161 | notepad c:\temp\status.txt |
162 | +: â âãá heads | |
163 | + hg heads > c:\temp\heads.txt | |
164 | + c:\myutils\utils\tofrodos\todos.exe c:\temp\heads.txt | |
165 | + notepad c:\temp\heads.txt | |
162 | 166 | -: |
163 | 167 | : ®£ ¨§¬¥¥¨© (¯®«ë©) |
164 | 168 | @echo off |
@@ -175,13 +179,13 @@ | ||
175 | 179 | hg log "!\!.!" > c:\temp\log.txt |
176 | 180 | c:\myutils\utils\tofrodos\todos.exe c:\temp\log.txt |
177 | 181 | notepad c:\temp\log.txt |
178 | -1: ®£ ¨§¬¥¥¨© ä ©« (changelog) | |
182 | +1: ®£ ¨§¬¥¥¨© ä ©« (changelog) | |
179 | 183 | @echo off |
180 | 184 | hg log --style changelog "!\!.!" > c:\temp\log.txt |
181 | 185 | c:\myutils\utils\tofrodos\todos.exe c:\temp\log.txt |
182 | 186 | notepad c:\temp\log.txt |
183 | 187 | -: |
184 | -2: ®ª § âì ¨§¬¥¥¨ï | |
188 | +2: ®ª § âì ¨§¬¥¥¨ï | |
185 | 189 | hg cat "!\!.!" -o "c:\temp\!.!" |
186 | 190 | c:\MyUtils\Scripts\MyDiff\mydiff.bat "c:\temp\!.!" "!\!.!" |
187 | 191 | : ®ª § âì ¨§¬¥¥¨ï (¬®¤ã«ì) |
@@ -195,28 +199,28 @@ | ||
195 | 199 | del "!\!.win" |
196 | 200 | del c:\temp\!.win |
197 | 201 | -: |
198 | -3: ®¡ ¢¨âì ä ©« | |
202 | +3: ®¡ ¢¨âì ä ©« | |
199 | 203 | hg add "!\!.!" |
200 | -4: ®åà ¨âì ¨§¬¥¥¨ï ä ©« | |
204 | +4: ®åà ¨âì ¨§¬¥¥¨ï ä ©« | |
201 | 205 | hg commit "!\!.!" |
202 | -5: ⬥¨âì ¨§¬¥¥¨ï ä ©« | |
206 | +5: ⬥¨âì ¨§¬¥¥¨ï ä ©« | |
203 | 207 | hg revert "!\!.!" |
204 | -6: ¡ëâì ä ©« | |
208 | +6: ¡ëâì ä ©« | |
205 | 209 | hg forget "!\!.!" |
206 | 210 | -: |
207 | -7: â âãá ¯®«ë© | |
211 | +7: â âãá ¯®«ë© | |
208 | 212 | hg summary > c:\temp\summary.txt |
209 | 213 | c:\myutils\utils\tofrodos\todos.exe c:\temp\summary.txt |
210 | 214 | notepad c:\temp\summary.txt |
211 | 215 | -: |
212 | -8: ¯¨á®ª ¤«ï ®â¯à ¢ª¨ ¢ åà ¨«¨é¥ | |
216 | +8: ¯¨á®ª ¤«ï ®â¯à ¢ª¨ ¢ åà ¨«¨é¥ | |
213 | 217 | hg outgoing --stat > c:\temp\outgoing.txt |
214 | 218 | c:\myutils\utils\tofrodos\todos.exe c:\temp\outgoing.txt |
215 | 219 | notepad c:\temp\outgoing.txt |
216 | 220 | : â¯à ¢¨âì ¢ åà ¨«¨é¥ |
217 | 221 | hg push |
218 | 222 | -: |
219 | -9: ¯¨á®ª ¤«ï ¯®«ãç¥¨ï ¨§ åà ¨«¨é | |
223 | +9: ¯¨á®ª ¤«ï ¯®«ãç¥¨ï ¨§ åà ¨«¨é | |
220 | 224 | hg incoming --stat > c:\temp\incoming.txt |
221 | 225 | c:\myutils\utils\tofrodos\todos.exe c:\temp\incoming.txt |
222 | 226 | notepad c:\temp\incoming.txt |
@@ -224,7 +228,7 @@ | ||
224 | 228 | hg pull |
225 | 229 | hg up |
226 | 230 | : ®«ãç¨âì ¨§ åà ¨«¨é |
227 | - hg pull | |
231 | + hg pull | |
228 | 232 | : ¡®¢¨âì ¨§ åà ¨«¨é |
229 | 233 | hg up |
230 | 234 | } |