Differences between revisions 2 and 17 (spanning 15 versions)
Revision 2 as of 2007-07-31 22:09:00
Size: 952
Comment:
Revision 17 as of 2013-09-01 19:37:37
Size: 479
Editor: LatanyaCa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Parentrevspec Extension ==

'''This extension is not distributed with Mercurial.'''

''Author: Alexis S. L. Carvalho''

Download site: http://www.cecm.usp.br/~alexis/cgi-bin/hgwebdir.cgi/parentrevspec/

=== Overview ===
This extension allows you to use git-style suffixes to refer to
the ancestors of a specific revision.

For example, if you can refer to a revision as `foo`, then:

1. `foo^N` = Nth parent of `foo`:
  * `foo^0` = `foo`
  * `foo^1` = first parent of `foo`
  * `foo^2` = second parent of `foo`
  * `foo^` = `foo^1`

2. `foo~N` = Nth first grandparent of `foo`
  * `foo~0` = `foo`
  * `foo~1` = `foo^1` = `foo^` = first parent of `foo`
  * `foo~2` = `foo^1^1` = `foo^^` = first parent of first parent of `foo`

=== Configuration ===
Configure your .hgrc to enable the extension by adding the following lines:

{{{
[extensions]
parentrevspec = /path/to/parentrevspec.py
}}}

----
CategoryExtension
Vera is how she's identified as and her husband won't like it at all. Virginia has always been her dwelling place but she will have to go just one day or another. To garden is 1 of the points she enjoys most. Soon after becoming out of his work for a long time he grew to become a credit card debt collector but her advertising by no means arrives. Check out her site in this article: http://wiki.nacta.edu.cn/index.php/Electronic_Artwork_Documents_For_Custom_Monitor_Printed_T

Vera is how she's identified as and her husband won't like it at all. Virginia has always been her dwelling place but she will have to go just one day or another. To garden is 1 of the points she enjoys most. Soon after becoming out of his work for a long time he grew to become a credit card debt collector but her advertising by no means arrives. Check out her site in this article: http://wiki.nacta.edu.cn/index.php/Electronic_Artwork_Documents_For_Custom_Monitor_Printed_T

ParentrevspecExtension (last edited 2013-10-08 01:16:30 by Matthew Gabeler-Lee)