Tuesday, February 21, 2012

Re: hg Rollback

On 21/02/12 15:44, Axel Bender wrote:
> Thanks for your help, it worked right out of the box!
>
> Is there a way to find out the syntax of the revision number/the
> available revisions?
>

About the syntax: as I said, hg help revisions

An individual revision may be:

- a full 40-hex-digit revision ID
- a "short ID" consisting of any unique set of nybbles (i.e. half-bytes)
at the start of a full ID
- a tag
- a branch name
- a sequential (decimal) revision number. ATTENTION: unlike all the
other kinds, revision numbers can vary between clones of a common
repository.

There is also a syntax to specify several revisions, or a range, or with
conditions with: or, and, parent-of, child-of, etc. etc. etc. Too
complex for me to summarize here, but see the aforementioned help page.


To list available revisions, see hg help log


Best regards,
Tony.
--
We call our dog Egypt, because in every room he leaves a pyramid.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment