mercurial - Useful TortoiseHg extensions -


guys, please describe tortoisehg extensions comes installation package? these , use on daily basis? more useful?

this list tortoisehg v1.1.5 windows.

[extensions] ; extensions shipped mercurial default ; ;acl = ;bookmarks = ;bugzilla = ;children = ;churn = ; warning: color extension not recommended windows ;color = ;convert = ;extdiff = ;fetch = ;gpg = ;graphlog =  ;hgcia = ;hgk = ;highlight =  ;interhg = ;keyword = ;mq = ;notify = ;pager = ;parentrevspec = ;patchbomb = ;progress = ;purge = ;rebase = ;record = ;schemes = ;transplant = ;win32mbcs = ;win32text = ;zeroconf = ; extensions bundled tortoisehg ;fold = ;hgcr-gui = ;perfarce = ;hgeol = ;mercurial_keyring = 

my personal favorites:

graphlog    ascii graph next changesets visualize branching.   mq          handle local changes series of patches can edited.   purge       mass delete of unrevisioned files (and ignored files --all).   rebase      transplant branch onto different changeset.   transplant  copy changeset onto local changeset.   

of these, use mq , purge daily.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -