Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tools:hg [2015/01/07 00:09] – [Synchronizing Changes] If you see a message similar to: "abort: authorization failed", then ????? tantektools:hg [2016/03/09 22:29] – [Setting Up Mercurial Preferences] plinss
Line 56: Line 56:
   mq =    mq = 
   graphlog =    graphlog = 
 +  progress =
 +  bookmarks =
 +  color =
      
   [auth]   [auth]
Line 99: Line 102:
 Depending on your OS and Mercurial root certificate configuration you may get a warning message about the host certificate when communicating with the central repository. If that happens, you can remove those warnings by adding the following to your configuration file: Depending on your OS and Mercurial root certificate configuration you may get a warning message about the host certificate when communicating with the central repository. If that happens, you can remove those warnings by adding the following to your configuration file:
   [hostfingerprints]   [hostfingerprints]
-  dvcs.w3.org = 14:A5:F7:99:95:F8:41:9B:02:71:2C:4B:87:D2:E0:8B:F2:CF:4B:A3 +  dvcs.w3.org = 23:87:0E:03:81:83:F1:68:9E:22:B1:94:2E:6E:4D:BD:08:9B:45:74 
-  hg.csswg.org = 71:06:B1:F3:E4:74:AB:53:C2:CE:8E:BF:99:7D:F8:B4:4C:22:E8:B9 +  hg.csswg.org = 9D:D3:EC:29:34:8A:58:91:72:38:D5:3A:A8:04:F7:A9:6C:66:79:4C 
-  hg.fxtf.org = B9:28:66:37:CB:36:3E:0B:A6:05:32:2F:7A:34:76:54:29:37:2A:9D+  hg.fxtf.org = 58:EA:6E:CA:E8:BB:0D:7F:26:DE:CB:15:69:2E:01:BA:30:92:AB:11
   hg.css-houdini.org = 20:92:CF:9D:D7:29:C6:B8:7D:58:E3:1D:A9:42:C6:9C:9F:02:87:49   hg.css-houdini.org = 20:92:CF:9D:D7:29:C6:B8:7D:58:E3:1D:A9:42:C6:9C:9F:02:87:49
  
-Note that these fingerprints will only be valid until the certificates expire (dvcs.w3.org expires 03-may-2016, hg.csswg.org expires expires 10-apr-2016). You will need to update the fingerprints when new certificates are issued.+Note that these fingerprints will only be valid until the certificates expire (dvcs.w3.org expires 03-may-2016, hg.csswg.org expires expires 09-apr-2018). You will need to update the fingerprints when new certificates are issued.
  
 Alternatively (and better if you're on an OS where this is easy), you can avoid ever having to add fingerprints by following [[http://mercurial.selenic.com/wiki/CACertificates#Configuration_of_HTTPS_certificate_authorities|the instructions on the Mercurial wiki]]. Alternatively (and better if you're on an OS where this is easy), you can avoid ever having to add fingerprints by following [[http://mercurial.selenic.com/wiki/CACertificates#Configuration_of_HTTPS_certificate_authorities|the instructions on the Mercurial wiki]].
Line 140: Line 143:
 </code> </code>
  
-** Resources directory (needed when authoring script tests using testharness) **+** Resources directory (for script tests) ** 
 + 
 +This directory contains testharness.js which is needed if you'll be running script tests locally. This is maintained in a separate repository in GitHub. See the [[https://help.github.com/articles/set-up-git/|instructions on GitHub]] for setting up git, then:
 <code> <code>
 cd /     #not required, but resources directory is located at root level in repository cd /     #not required, but resources directory is located at root level in repository
-hg clone https://dvcs.w3.org/hg/resources/     +git clone https://github.com/w3c/testharness.js.git resources
 </code> </code>
  
Line 329: Line 334:
  
  
-:?: If you see a message similar to: "abort: authorization failed", then ?????+:?: If you see a message similar to: "abort: authorization failed", then email Peter. See Footer at bottom.
  
  
Line 524: Line 529:
  
 Use ''hg help'' to learn more about each command. Use ''hg help'' to learn more about each command.
 +
 +If you need to edit history, e.g. undo/drop your latest change set, see:
 +  * http://mercurial.selenic.com/wiki/EditingHistory
 +In particular, ''hg strip'' is useful for dropping the most recent changeset.
  
 ===== CVS / Subversion Cheat Sheet ===== ===== CVS / Subversion Cheat Sheet =====
 
tools/hg.txt · Last modified: 2017/01/30 16:55 by plinss
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki