CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Mercurial
[alias]
# show author and revision number
blame = annotate -u -n
 
# clearer Git style diff output
dif = diff --git
 
log5 = log --limit 5
log10 = log --limit 10
log25 = log --limit 25
by Al Gonzalez   February 05, 2010 @ 8:13am
220 Views
no comments
 
syntax: glob
#-- Files
*.bak.*
*.bak
thumbs.db
*.msi
*.log
*.sqlite
 
#-- Directories
by Al Gonzalez   January 29, 2010 @ 1:40pm
721 Views
no comments
 
@echo off
rem Shell wrapper for Mercurial Distributed SCM
setlocal
rem ########################################
rem NOTES:
rem   /I flag on if forces case-insensitive comparisons for ==
rem ########################################
 
rem ########################################
rem Set the following variables to the 
by Al Gonzalez   January 28, 2010 @ 1:31pm
537 Views
4 comments
 
syntax: glob
Obj
obj
Bin
bin
*.user
*.suo
*.Cache
*.cache
*.bak
by Andy Sherwood   January 26, 2010 @ 8:48pm
1054 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate