Mercurial: Difference between revisions

Jump to navigation Jump to search
28 bytes removed ,  8 June 2015
(start updating. Specially drop, usage of the mercurial patch system)
Line 31: Line 31:
You can use the following to start your hgrc
You can use the following to start your hgrc


  [ui]
{{File||<pre>
  username = Your Name <your@email>
[ui]
username = Your Name <your@email>


  [extensions]
[extensions]
  color =
color =
  rebase =
rebase =
  bookmarks =
bookmarks =
  strip =
strip =
  histedit =
histedit =
  hgext.pager =
hgext.pager =


  [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, qdiff, status, outgoing, incoming


  [diff]
[diff]
  showfunc = true
showfunc = true


  [color]
[color]
  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


  [bookmarks]
[bookmarks]
  track.current = True
track.current = True
 
  [alias]
  log = log --graph


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


== Submitting patches ==
== Submitting patches ==

Navigation menu