Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.26 KB | None | 0 0
  1. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg update -C 83:fd3cceba558c^C
  2. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg log -v -l 4
  3. changeset: 84:271105ef3910
  4. branch: loadtests
  5. tag: master
  6. tag: tip
  7. user: Vasyl Zuzyak <zvasylvv@gmail.com>
  8. date: Thu Feb 24 19:44:54 2011 0200
  9. files: commander/Resources/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png commander/Resources/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png commander/Resources/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png commander/Resources/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png commander/Resources/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png commander/Resources/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png commander/Resources/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png commander/Resources/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png commander/Resources/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png commander/Resources/css/overcast/images/ui-icons_3383bb_256x240.png commander/Resources/css/overcast/images/ui-icons_454545_256x240.png commander/Resources/css/overcast/images/ui-icons_70b2e1_256x240.png commander/Resources/css/overcast/images/ui-icons_999999_256x240.png commander/Resources/css/overcast/images/ui-icons_fbc856_256x240.png commander/Resources/css/overcast/jquery-ui-1.8.9.custom.css commander/Resources/css/stylesheet.css commander/Resources/css/ui.jqgrid.css commander/Resources/index.html commander/Resources/js/main.js commander/Resources/js/thirdparty/grid.locale-en.js commander/Resources/js/thirdparty/jquery-ui-1.8.9.custom.min.js commander/Resources/js/thirdparty/jquery.jqGrid.min.js commander/i18n/en/strings.properties
  10. description:
  11. Implemented INT-2 ('View tests list')
  12.  
  13.  
  14. changeset: 83:fd3cceba558c
  15. tag: default/master
  16. user: Roman Onufryk <roman@bugazza.com>
  17. date: Wed Feb 23 17:50:56 2011 0200
  18. files: docs/example_of_get_tests.json
  19. description:
  20. Described get-tests API
  21.  
  22.  
  23. changeset: 82:1429be3a22d5
  24. user: Roman Onufryk <roman@bugazza.com>
  25. date: Wed Feb 23 17:40:25 2011 0200
  26. files: .gitignore base/app/.htaccess base/app/api.php
  27. description:
  28. Get attachment API
  29.  
  30.  
  31. changeset: 81:3ea1b4370998
  32. user: Roman Onufryk <roman@bugazza.com>
  33. date: Wed Feb 23 16:25:46 2011 0200
  34. files: docs/example_of_create_test_request.json
  35. description:
  36. Changed attachments format
  37.  
  38.  
  39. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg up -C default
  40. 4 files updated, 0 files merged, 19 files removed, 0 files unresolved
  41. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg pull
  42. pulling from git ssh://git@github.com:appcelerator/integrity_mobile.git
  43. importing Hg objects into Git
  44. Counting objects: 102, done.
  45. Compressing objects: 100% (92/92), done.
  46. Total 102 (delta 53), reused 0 (delta 0)
  47. importing Git objects into Hg
  48. (run 'hg update' to get a working copy)
  49. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg update
  50. 20 files updated, 0 files merged, 0 files removed, 0 files unresolved
  51. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg help merge
  52. hg merge [-P] [-f] [[-r] REV]
  53.  
  54. merge working directory with another revision
  55.  
  56. The current working directory is updated with all changes made in the requested revision since the last common predecessor revision.
  57.  
  58. Files that changed between either parent are marked as changed for the next commit and a commit must be performed before any further
  59. updates to the repository are allowed. The next commit will have two parents.
  60.  
  61. "--tool" can be used to specify the merge tool used for file merges. It overrides the HGMERGE environment variable and your
  62. configuration files.
  63.  
  64. If no revision is specified, the working directory's parent is a head revision, and the current branch contains exactly one other head,
  65. the other head is merged with by default. Otherwise, an explicit revision with which to merge with must be provided.
  66.  
  67. "hg resolve" must be used to resolve unresolved files.
  68.  
  69. To undo an uncommitted merge, use "hg update --clean ." which will check out a clean copy of the original merge parent, losing all
  70. changes.
  71.  
  72. Returns 0 on success, 1 if there are unresolved files.
  73.  
  74. options:
  75.  
  76. -f --force force a merge with outstanding changes
  77. -t --tool VALUE specify merge tool
  78. -r --rev REV revision to merge
  79.  
  80. -P --preview review revisions to merge (no merge is performed)
  81.  
  82. use "hg -v help merge" to show global options
  83. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg merge -r 84:271105ef3910 -P
  84. abort: unknown revision '84:271105ef3910'!
  85. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg merge -r 84 -P
  86. changeset: 84:271105ef3910
  87. branch: loadtests
  88. tag: master
  89. user: Vasyl Zuzyak <zvasylvv@gmail.com>
  90. date: Thu Feb 24 19:44:54 2011 0200
  91. summary: Implemented INT-2 ('View tests list')
  92.  
  93. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg merge -r 84
  94. merging commander/Resources/js/main.js
  95. merging commander/i18n/en/strings.properties
  96. 21 files updated, 2 files merged, 0 files removed, 0 files unresolved
  97. (branch merge, don't forget to commit)
  98. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg st
  99. M commander/Resources/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
  100. M commander/Resources/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
  101. M commander/Resources/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png
  102. M commander/Resources/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
  103. M commander/Resources/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
  104. M commander/Resources/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png
  105. M commander/Resources/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
  106. M commander/Resources/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
  107. M commander/Resources/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
  108. M commander/Resources/css/overcast/images/ui-icons_3383bb_256x240.png
  109. M commander/Resources/css/overcast/images/ui-icons_454545_256x240.png
  110. M commander/Resources/css/overcast/images/ui-icons_70b2e1_256x240.png
  111. M commander/Resources/css/overcast/images/ui-icons_999999_256x240.png
  112. M commander/Resources/css/overcast/images/ui-icons_fbc856_256x240.png
  113. M commander/Resources/css/overcast/jquery-ui-1.8.9.custom.css
  114. M commander/Resources/css/stylesheet.css
  115. M commander/Resources/css/ui.jqgrid.css
  116. M commander/Resources/index.html
  117. M commander/Resources/js/main.js
  118. M commander/Resources/js/thirdparty/grid.locale-en.js
  119. M commander/Resources/js/thirdparty/jquery-ui-1.8.9.custom.min.js
  120. M commander/Resources/js/thirdparty/jquery.jqGrid.min.js
  121. M commander/i18n/en/strings.properties
  122. ? base/app/config.php
  123. ? base/app/list.php
  124. ? commander/Resources/js/thirdparty/jquery.tmplPlus.min.js
  125. ? commander/i18n/en/strings.xml
  126. ? commander/manifest.orig
  127. ? notes
  128. ? scout/Resources/app.jss
  129. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg ci
  130.  
  131. [1] Stopped hg ci
  132. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg heads
  133. changeset: 98:66fa2a2dc17d
  134. tag: default/master
  135. tag: tip
  136. parent: 94:ffcf60d109c1
  137. parent: 97:0bb5446282db
  138. user: Andrew Kulinich <andrew@4vanger.com>
  139. date: Thu Feb 24 19:02:14 2011 0200
  140. summary: Merge branch 'master' of github.com:appcelerator/integrity_mobile
  141.  
  142. changeset: 84:271105ef3910
  143. branch: loadtests
  144. tag: master
  145. user: Vasyl Zuzyak <zvasylvv@gmail.com>
  146. date: Thu Feb 24 19:44:54 2011 0200
  147.  
  148. summary: Implemented INT-2 ('View tests list')
  149.  
  150. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg help revert
  151. hg revert [OPTION]... [-r REV] [NAME]...
  152.  
  153. restore individual files or directories to an earlier state
  154.  
  155. Note:
  156. This command is most likely not what you are looking for. Revert will partially overwrite content in the working directory without
  157. changing the working directory parents. Use "hg update -r rev" to check out earlier revisions, or "hg update --clean ." to undo a
  158. merge which has added another parent.
  159.  
  160. With no revision specified, revert the named files or directories to the contents they had in the parent of the working directory. This
  161. restores the contents of the affected files to an unmodified state and unschedules adds, removes, copies, and renames. If the working
  162. directory has two parents, you must explicitly specify a revision.
  163.  
  164. Using the -r/--rev option, revert the given files or directories to their contents as of a specific revision. This can be helpful to
  165. "roll back" some or all of an earlier change. See "hg help dates" for a list of formats valid for -d/--date.
  166.  
  167. Revert modifies the working directory. It does not commit any changes, or change the parent of the working directory. If you revert to a
  168. revision other than the parent of the working directory, the reverted files will thus appear modified afterwards.
  169.  
  170. If a file has been deleted, it is restored. If the executable mode of a file was changed, it is reset.
  171.  
  172. If names are given, all files matching the names are reverted. If no arguments are given, no files are reverted.
  173.  
  174. Modified files are saved with a .orig suffix before reverting. To disable these backups, use --no-backup.
  175.  
  176. Returns 0 on success.
  177.  
  178. options:
  179.  
  180. -a --all revert all changes when no arguments given
  181. -d --date DATE tipmost revision matching date
  182. -r --rev REV revert to the specified revision
  183. --no-backup do not save backup copies of files
  184. -I --include PATTERN [ ] include names matching the given patterns
  185. -X --exclude PATTERN [ ] exclude names matching the given patterns
  186. -n --dry-run do not perform actions, just print output
  187.  
  188. [ ] marked option can be specified multiple times
  189.  
  190. use "hg -v help revert" to show global options
  191. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg revert -a
  192. abort: uncommitted merge - please provide a specific revision
  193. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg revert -a -r 98
  194. waiting for lock on working directory of /home/vv/work/appcelerator/sources/integrity_mobile.hg held by 'crusader:12013'
  195. ^Cinterrupted!
  196. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ fg
  197. hg ci
  198. abort: empty commit message
  199. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg revert -a
  200. abort: uncommitted merge - please provide a specific revision
  201. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg revert -a -r 98
  202. removing css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
  203. removing css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
  204. removing css/overcast/images/ui-bg_flat_55_c0402a_40x100.png
  205. removing css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
  206. removing css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
  207. removing css/overcast/images/ui-bg_glass_35_dddddd_1x400.png
  208. removing css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
  209. removing css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
  210. removing css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
  211. removing css/overcast/images/ui-icons_3383bb_256x240.png
  212. removing css/overcast/images/ui-icons_454545_256x240.png
  213. removing css/overcast/images/ui-icons_70b2e1_256x240.png
  214. removing css/overcast/images/ui-icons_999999_256x240.png
  215. removing css/overcast/images/ui-icons_fbc856_256x240.png
  216. removing css/overcast/jquery-ui-1.8.9.custom.css
  217. reverting css/stylesheet.css
  218. removing css/ui.jqgrid.css
  219. reverting index.html
  220. reverting js/main.js
  221. removing js/thirdparty/grid.locale-en.js
  222. removing js/thirdparty/jquery-ui-1.8.9.custom.min.js
  223. removing js/thirdparty/jquery.jqGrid.min.js
  224. reverting ../i18n/en/strings.properties
  225. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg st
  226. M commander/Resources/css/stylesheet.css
  227. M commander/Resources/index.html
  228. M commander/Resources/js/main.js
  229. M commander/i18n/en/strings.properties
  230. R commander/Resources/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
  231. R commander/Resources/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
  232. R commander/Resources/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png
  233. R commander/Resources/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
  234. R commander/Resources/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
  235. R commander/Resources/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png
  236. R commander/Resources/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
  237. R commander/Resources/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
  238. R commander/Resources/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
  239. R commander/Resources/css/overcast/images/ui-icons_3383bb_256x240.png
  240. R commander/Resources/css/overcast/images/ui-icons_454545_256x240.png
  241. R commander/Resources/css/overcast/images/ui-icons_70b2e1_256x240.png
  242. R commander/Resources/css/overcast/images/ui-icons_999999_256x240.png
  243. R commander/Resources/css/overcast/images/ui-icons_fbc856_256x240.png
  244. R commander/Resources/css/overcast/jquery-ui-1.8.9.custom.css
  245. R commander/Resources/css/ui.jqgrid.css
  246. R commander/Resources/js/thirdparty/grid.locale-en.js
  247. R commander/Resources/js/thirdparty/jquery-ui-1.8.9.custom.min.js
  248. R commander/Resources/js/thirdparty/jquery.jqGrid.min.js
  249. ? base/app/config.php
  250. ? base/app/list.php
  251. ? commander/Resources/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png.orig
  252. ? commander/Resources/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png.orig
  253. ? commander/Resources/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png.orig
  254. ? commander/Resources/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png.orig
  255. ? commander/Resources/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png.orig
  256. ? commander/Resources/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png.orig
  257. ? commander/Resources/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png.orig
  258. ? commander/Resources/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png.orig
  259. ? commander/Resources/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png.orig
  260. ? commander/Resources/css/overcast/images/ui-icons_3383bb_256x240.png.orig
  261. ? commander/Resources/css/overcast/images/ui-icons_454545_256x240.png.orig
  262. ? commander/Resources/css/overcast/images/ui-icons_70b2e1_256x240.png.orig
  263. ? commander/Resources/css/overcast/images/ui-icons_999999_256x240.png.orig
  264. ? commander/Resources/css/overcast/images/ui-icons_fbc856_256x240.png.orig
  265. ? commander/Resources/css/overcast/jquery-ui-1.8.9.custom.css.orig
  266. ? commander/Resources/css/stylesheet.css.orig
  267. ? commander/Resources/css/ui.jqgrid.css.orig
  268. ? commander/Resources/index.html.orig
  269. ? commander/Resources/js/main.js.orig
  270. ? commander/Resources/js/thirdparty/grid.locale-en.js.orig
  271. ? commander/Resources/js/thirdparty/jquery-ui-1.8.9.custom.min.js.orig
  272. ? commander/Resources/js/thirdparty/jquery.jqGrid.min.js.orig
  273. ? commander/Resources/js/thirdparty/jquery.tmplPlus.min.js
  274. ? commander/i18n/en/strings.properties.orig
  275. ? commander/i18n/en/strings.xml
  276. ? commander/manifest.orig
  277. ? notes
  278. ? scout/Resources/app.jss
  279. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg up
  280. abort: outstanding uncommitted merges
  281. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ hg revetr commander/Resources/js/thirdparty/jquery.jqGrid.min.js
  282. hg: unknown command 'revetr'
  283. Mercurial Distributed SCM
  284.  
  285. basic commands:
  286.  
  287. add add the specified files on the next commit
  288. annotate show changeset information by line for each file
  289. clone make a copy of an existing repository
  290. commit commit the specified files or all outstanding changes
  291. diff diff repository (or selected files)
  292. export dump the header and diffs for one or more changesets
  293. forget forget the specified files on the next commit
  294. init create a new repository in the given directory
  295. log show revision history of entire repository or files
  296. merge merge working directory with another revision
  297. pull pull changes from the specified source
  298. push push changes to the specified destination
  299. remove remove the specified files on the next commit
  300. serve start stand-alone webserver
  301. status show changed files in the working directory
  302. summary summarize working directory state
  303. update update working directory (or switch revisions)
  304.  
  305. use "hg help" for the full list of commands or "hg -v" for details
  306. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander/Resources $ cd ../
  307. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg/commander $ cd ../
  308. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $ hg revert commander/Resources/js/thirdparty/jquery.jqGrid.min.js
  309. abort: uncommitted merge - please provide a specific revision
  310. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $ ^C
  311. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $ hg st
  312. M commander/Resources/css/stylesheet.css
  313. M commander/Resources/index.html
  314. M commander/Resources/js/main.js
  315. M commander/i18n/en/strings.properties
  316. R commander/Resources/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
  317. R commander/Resources/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
  318. R commander/Resources/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png
  319. R commander/Resources/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
  320. R commander/Resources/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
  321. R commander/Resources/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png
  322. R commander/Resources/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
  323. R commander/Resources/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
  324. R commander/Resources/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
  325. R commander/Resources/css/overcast/images/ui-icons_3383bb_256x240.png
  326. R commander/Resources/css/overcast/images/ui-icons_454545_256x240.png
  327. R commander/Resources/css/overcast/images/ui-icons_70b2e1_256x240.png
  328. R commander/Resources/css/overcast/images/ui-icons_999999_256x240.png
  329. R commander/Resources/css/overcast/images/ui-icons_fbc856_256x240.png
  330. R commander/Resources/css/overcast/jquery-ui-1.8.9.custom.css
  331. R commander/Resources/css/ui.jqgrid.css
  332. R commander/Resources/js/thirdparty/grid.locale-en.js
  333. R commander/Resources/js/thirdparty/jquery-ui-1.8.9.custom.min.js
  334. R commander/Resources/js/thirdparty/jquery.jqGrid.min.js
  335. ? base/app/config.php
  336. ? base/app/list.php
  337. ? commander/Resources/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png.orig
  338. ? commander/Resources/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png.orig
  339. ? commander/Resources/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png.orig
  340. ? commander/Resources/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png.orig
  341. ? commander/Resources/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png.orig
  342. ? commander/Resources/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png.orig
  343. ? commander/Resources/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png.orig
  344. ? commander/Resources/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png.orig
  345. ? commander/Resources/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png.orig
  346. ? commander/Resources/css/overcast/images/ui-icons_3383bb_256x240.png.orig
  347. ? commander/Resources/css/overcast/images/ui-icons_454545_256x240.png.orig
  348. ? commander/Resources/css/overcast/images/ui-icons_70b2e1_256x240.png.orig
  349. ? commander/Resources/css/overcast/images/ui-icons_999999_256x240.png.orig
  350. ? commander/Resources/css/overcast/images/ui-icons_fbc856_256x240.png.orig
  351. ? commander/Resources/css/overcast/jquery-ui-1.8.9.custom.css.orig
  352. ? commander/Resources/css/stylesheet.css.orig
  353. ? commander/Resources/css/ui.jqgrid.css.orig
  354. ? commander/Resources/index.html.orig
  355. ? commander/Resources/js/main.js.orig
  356. ? commander/Resources/js/thirdparty/grid.locale-en.js.orig
  357. ? commander/Resources/js/thirdparty/jquery-ui-1.8.9.custom.min.js.orig
  358. ? commander/Resources/js/thirdparty/jquery.jqGrid.min.js.orig
  359. ? commander/Resources/js/thirdparty/jquery.tmplPlus.min.js
  360. ? commander/i18n/en/strings.properties.orig
  361. ? commander/i18n/en/strings.xml
  362. ? commander/manifest.orig
  363. ? notes
  364. ? scout/Resources/app.jss
  365. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $ ^C
  366. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $
  367. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $
  368. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $ hg heads
  369. changeset: 98:66fa2a2dc17d
  370. tag: default/master
  371. tag: tip
  372. parent: 94:ffcf60d109c1
  373. parent: 97:0bb5446282db
  374. user: Andrew Kulinich <andrew@4vanger.com>
  375. date: Thu Feb 24 19:02:14 2011 0200
  376. summary: Merge branch 'master' of github.com:appcelerator/integrity_mobile
  377.  
  378. changeset: 84:271105ef3910
  379. branch: loadtests
  380. tag: master
  381. user: Vasyl Zuzyak <zvasylvv@gmail.com>
  382. date: Thu Feb 24 19:44:54 2011 0200
  383. summary: Implemented INT-2 ('View tests list')
  384.  
  385. vv@crusader ~/work/appcelerator/sources/integrity_mobile.hg $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement