661
edits
Carandraug (talk | contribs) (start updating. Specially drop, usage of the mercurial patch system) |
Carandraug (talk | contribs) |
||
Line 31: | Line 31: | ||
You can use the following to start your hgrc | You can use the following to start your hgrc | ||
{{File||<pre> | |||
[ui] | |||
username = Your Name <your@email> | |||
[extensions] | |||
color = | |||
rebase = | |||
bookmarks = | |||
strip = | |||
histedit = | |||
hgext.pager = | |||
[pager] | |||
pager = LESS='FSRX' less | |||
attend = help, annotate, cat, diff, export, glog, log, qdiff, status, outgoing, incoming | |||
[diff] | |||
showfunc = true | |||
[color] | |||
status.modified = magenta bold | |||
status.added = green bold | |||
status.removed = red bold | |||
status.deleted = cyan bold | |||
status.unknown = gray bold | |||
status.ignored = gray bold | |||
[bookmarks] | |||
track.current = True | |||
[alias] | |||
log = log --graph | |||
</pre>}} | |||
== Submitting patches == | == Submitting patches == |