Mercurial: Difference between revisions

Jump to navigation Jump to search
471 bytes added ,  9 April 2018
→‎Mercurial configuration: Add missing color "gray". Minor changes of spelling and whitespace.
(→‎Mercurial configuration: Add missing color "gray". Minor changes of spelling and whitespace.)
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
Octave.
Octave.


== Introduction to mercurial ==
== Introduction to Mercurial ==


An introduction to mercurial is completely outside the scope of this document.
An introduction to Mercurial is completely outside the scope of this document.
There are plenty of available documentation on the topic.  Some recommendations
There are plenty of available documentation on the topic.  Some recommendations
are:
are:


* [http://hginit.com/ Hg Init]
* [http://hginit.com/ Hg Init]
* [https://mercurial.selenic.com/wiki/Tutorial Mercurial tutorial]
* [https://www.mercurial-scm.org/wiki/Tutorial Mercurial tutorial]
* [https://mercurial.selenic.com/wiki/QuickStart Mercurial Quickstart]
* [https://www.mercurial-scm.org/wiki/QuickStart Mercurial quick start]


== Contributing to Octave ==
== Contributing to Octave ==
Line 56: Line 56:
[pager]
[pager]
pager = LESS='FSRX' less
pager = LESS='FSRX' less
attend = help, annotate, cat, diff, export, glog, log, qdiff, status, outgoing, incoming
attend = help, annotate, cat, diff, export, glog, log, outgoing, incoming


[diff]
[diff]
git = True
showfunc = True
showfunc = True


[color]
[color]
mode = terminfo
## Custom colors
color.gray = 244
color.orange = 202
color.lightyellow = 191
color.darkorange = 220
color.brightyellow = 226
status.modified = magenta bold
status.modified = magenta bold
status.added = green bold
status.added = green bold
status.removed = red bold
status.removed = red bold
status.deleted = cyan bold
status.deleted = cyan bold
status.unknown = gray bold
status.unknown = gray bold
status.ignored = gray bold
status.ignored = gray bold
## Colours for each label
log.branch = cyan
log.summary = lightyellow
log.description = lightyellow
log.bookmark = green
log.tag = darkorange
log.graph = blue
## Colors for each phase
changeset.secret = blue bold
changeset.draft  = red bold
changeset.public = orange
desc.here = bold blue_background
[bookmarks]
track.current = True


[alias]
[alias]
log = log --graph
glog = log --graph
top = log --graph -l
</pre>}}
</pre>}}


Line 175: Line 202:
   <code>hg commit </code><br/>
   <code>hg commit </code><br/>
   <code>hg export @ > mid-term-review.changeset </code><br/>
   <code>hg export @ > mid-term-review.changeset </code><br/>
   the file mid-term-review.changeset can then be sent to the [[mailto:octave-maintainers@octave.org mailing list]] or posted
   the file mid-term-review.changeset can then be sent to the [mailto:octave-maintainers@octave.org mailing list] or posted
   to the [[http://savannah.gnu.org/patch/?group=octave patch tracker]]</li>
   to the [https://savannah.gnu.org/patch/?group=octave patch tracker]</li>
   </ol> </li>
   </ol> </li>
</ol>
</ol>

Navigation menu