logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hg tip - show the tip revision (DEPRECATED)

Description

       The  tip  revision  (usually  just called the tip) is the changeset most recently added to the repository
       (and therefore the most recently changed head).

       If you have just made a commit, that commit will be the tip. If you have just pulled changes from another
       repository, the tip of that repository becomes the current tip. The "tip" tag is special  and  cannot  be
       renamed or assigned to a different changeset.

       This command is deprecated, please use hgheads instead.

       Returns 0 on success.

Name

       hg tip - show the tip revision (DEPRECATED)

Options

-p,--patch
              show patch

       -g,--git
              use git extended diff format

       --style<STYLE>
              display using template map file (DEPRECATED)

       -T,--template<TEMPLATE>
              display with template

                                                                                                         HG(TIP)

Synopsis

       hg tip [-p] [-g]

See Also