Advertisement
Guest User

Untitled

a guest
Jun 1st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. [hostfingerprints]
  2. mal-bs-hg-01.mmodal-lab.com = 21:31:6F:84:71:A3:BA:10:A5:36:74:06:34:76:1C:DF:E8:73:B7:20
  3. hg.mmodal-npd.com = f3:31:68:39:66:9b:d4:dd:6e:80:fc:fa:63:5c:91:0c:99:24:63:2f
  4.  
  5. [ui]
  6. username = Jacob Banner <jacob.banner@mmodal.com>
  7. merge = beyondcompare3
  8. editor = "C:\Program Files\Notepad++\Notepad++.exe"
  9.  
  10. [auth]
  11. # Norcross
  12. nor1.prefix = hg.mmodal-lab.com/hg/hgwebdir.cgi
  13. nor1.username = CORPORATE\JBanner
  14. nor1.schemes = https
  15. # NPD
  16. npd.prefix = hg.mmodal-npd.com
  17. npd.username = jacob.banner
  18. npd.schemes = https
  19. # Malvern
  20. mal.prefix = mal-bs-hg-01.mmodal-lab.com/
  21. mal.username = CORPORATE\JBanner
  22. mal.schemes = https
  23.  
  24. # Note that no constant password prompt is necessary with the mercurial-keyring extension.
  25. # Or you can add "nor1.password = " to the above with your hard-coded password
  26.  
  27. [extensions]
  28. color =
  29. fetch =
  30. hgext.extdiff =
  31. mercurial_keyring =
  32. hgext.convert =
  33. histedit =
  34. purge =
  35.  
  36. #
  37. # "fetch =" sets up a command line alias, "hg fetch" acts like "hg pull -u"
  38. # it pulls changes from a remote repository into a local one and updates the working directory
  39.  
  40. # Note that no constant password prompt is necessary with the mercurial-keyring extension.
  41. # Or you can add "nor1.password = " to the [auth] section above with your hard-coded password
  42.  
  43. [extdiff]
  44. cmd.diffkd3 =
  45. cmd.diffbecomp = C:\Program Files\Beyond Compare 3\Bcomp.exe
  46. opts.bcomp = /ro
  47.  
  48. [merge-tools]
  49. # Specify command line
  50. kdiff3.args = $base $local $other -o $output
  51. bcompare.args = $base $local $other -o $output
  52. # Give higher priority
  53. kdiff3.priority = 1
  54.  
  55. [hooks]
  56. #pretxncommit = E:\FishEyeHook\client_rejectcommit_win32.exe
  57.  
  58. [color]
  59. # valid modes are win32, ansi, auto, off
  60. # mode = win32
  61.  
  62. # James' preferred colour scheme
  63. status.modified = cyan bold
  64. status.added = green
  65. status.removed = red
  66. status.deleted = red bold
  67. status.unknown = magenta bold
  68. status.ignored = black bold
  69.  
  70. [tortoisehg]
  71. vdiff = beyondcompare3
  72. issue.regex = \b\w{3,14}-\d+\b
  73. issue.link = https://clientservices2.mmodal.com/browse{0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement