Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Fix two minor merge bugs
2005-05-28, by mpm
Add $HGEDITOR hook and example script
2005-05-28, by mpm
Add manifest hash to commit messages for easy signing
2005-05-28, by mpm
Improved binary diff from Christopher Li
2005-05-27, by mpm
hgweb: Sort tags by revision number
2005-05-27, by mpm
Pull from Jake's hg docs
2005-05-27, by mpm
updated for .hgpaths and http/old-http protocol name change
2005-05-27, by jake
hgweb: Fix navigate to 0 bug
2005-05-27, by mpm
Add ~/.hgpaths to README
2005-05-27, by mpm
Merge from Jake's hg docs
2005-05-27, by mpm
adding doc directory and files
2005-05-27, by jake
Change hg: protocol name to http: and http: to old-http:
2005-05-27, by mpm
hg: remove some debug commands, improve help messages, add .hgpaths file
2005-05-26, by mpm
hg merge: abort if there are outstanding changes in the working directory
2005-05-26, by mpm
hgweb: make navigation of changesets a bit nicer
2005-05-26, by mpm
hgweb: alternating colors for multifile diffs
2005-05-26, by mpm
trivial tweak to merge3
2005-05-26, by mpm
hg diff: fix missing final newline bug
2005-05-26, by mpm
hgweb: actually commit the tags template
2005-05-26, by mpm
hgweb: add tags links and manifest links
2005-05-26, by mpm
Hide most revision numbers in hgweb
2005-05-26, by mpm
hgweb: don't blow up on search for unknown keys
2005-05-26, by mpm
Add tag/rev/node search to hgweb
2005-05-26, by mpm
Make fancyopts handle no arguments
2005-05-26, by mpm
Make undo and recover friendlier
2005-05-26, by mpm
Implement recover and undo commands
2005-05-26, by mpm
Simply repository locking
2005-05-26, by mpm
Update the README a bit
2005-05-25, by mpm
Add example CGI script
2005-05-25, by mpm
Add 'hg serve' command for stand-alone server
2005-05-25, by mpm
Install the templates where they can be found by hgweb.py
2005-05-25, by mpm
Fix some broken parent links in hgweb
2005-05-25, by mpm
Merge from hgweb
2005-05-25, by mpm
fixed problem with head/body tags, added dtd, fixed table attributes
2005-05-24, by jake
changed pos to rev for changelog cmd, changed & to ;
2005-05-24, by jake
hgweb is no longer a script
2005-05-24, by jake
Bail on attempts to do an empty commit
2005-05-25, by mpm
Add options to annotate for user/rev/changeset
2005-05-25, by mpm
Pass filename to $HGMERGE
2005-05-24, by mpm
Improve pruning of branches in outstanding changeset algorithm
2005-05-24, by mpm
A new ancestor algorithm
2005-05-24, by mpm
Handle merge with deletions
2005-05-24, by mpm
Minor fixes to verify
2005-05-24, by mpm
Fix transaction handling bug by reverting fileopener change
2005-05-23, by mpm
Fix pos in navbar
2005-05-23, by mpm
Prettify the web interface
2005-05-23, by mpm
Simple script to recompress a log file
2005-05-23, by mpm
Minor safety checks to manifest diff
2005-05-23, by mpm
Minor updates to comparison
2005-05-23, by mpm
Revamped templated hgweb
2005-05-23, by mpm
Merge from hgweb
2005-05-22, by mpm
added annotate
2005-05-21, by jake
change template to a generator
2005-05-21, by jake
fix problem with non wrapping file list
2005-05-21, by jake
added template support for some hgweb output, also, template files for
2005-05-21, by jake
making hgweb class
2005-05-21, by jake
moving hgweb to mercurial subdir
2005-05-21, by jake
Make hg diff handle files that have been added but not yet committed.
2005-05-21, by mpm
Fix diff and export not showing added files
2005-05-21, by mpm
Add safety checking to mpatch
2005-05-21, by mpm
Fix braindamaged import in mdiff.
2005-05-20, by mpm
Remove some debugging code from lazyparser
2005-05-20, by mpm
Remove python version of the patches code
2005-05-20, by mpm
Remove debugoldmerge command
2005-05-20, by mpm
hg history: don't print file list without -v switch
2005-05-20, by mpm
Subdir support for annotate
2005-05-20, by mpm
Use revlog.delta and mdiff.patchtext to massively speed up processing
2005-05-20, by mpm
Add a function to return the new text from a binary diff
2005-05-20, by mpm
Add code to retrieve or construct a revlog delta
2005-05-20, by mpm
Add fileopener to move some pathname knowledge from filelog to repository
2005-05-20, by mpm
Make revision code slightly faster
2005-05-20, by mpm
Only use lazy indexing for big indices and avoid the overhead of the
2005-05-20, by mpm
Make lazyindex load slightly faster
2005-05-20, by mpm
Simplify checkout slightly, replace checkdir with os.makedirs
2005-05-20, by mpm
Sort files on check-in for good I/O patterns
2005-05-20, by mpm
Make compression more intelligent:
2005-05-20, by mpm
Add script for doing conversion of repo from oldstyle to newstyle
2005-05-20, by mpm
Move hg from storing files in data with base64 encoding to full
2005-05-20, by mpm
Annotate was being too clever trying to work in place, and triggering
2005-05-20, by mpm
Warn if we fail to truncate something
2005-05-20, by mpm
Make prompting go
2005-05-18, by mpm
Don't diff unknown files
2005-05-18, by mpm
Date on its own line in file log
2005-05-18, by mpm
Pull from hg://edge2.net/hg/cmds
2005-05-18, by mpm
adding subdir support for log and status commands
2005-05-15, by jake
Merge from hgweb
2005-05-18, by mpm
added pagination for changes (front) page
2005-05-17, by jake
reorganize code into classes
2005-05-13, by jake
making change list be reverse ordered
2005-05-13, by jake
Add paranoia to diff code
2005-05-18, by mpm
Add iterator to the lazymap code
2005-05-18, by mpm
Add updated merge3 code
2005-05-18, by mpm
Beginnings of transaction undo support
2005-05-18, by mpm
Refactor merge code
2005-05-18, by mpm
Fix two bugs in verify
2005-05-18, by mpm
Add debugindexdot to generate graphviz dot files from indexes
2005-05-18, by mpm
hack so that debugindex takes filenames
2005-05-18, by mpm
Fix manifest merge swap bug
2005-05-17, by mpm
Add tip command
2005-05-17, by mpm
Missing newline in "requesting changegroup"
2005-05-17, by mpm
Verify improvements:
2005-05-17, by mpm
Friendlier exceptions for unknown node errors
2005-05-17, by mpm
Fix merge bug, I hope
2005-05-17, by mpm
More useful message on broken addgroup chain
2005-05-17, by mpm
Add -q quiet option
2005-05-17, by mpm
Gotos are embarrassing.
2005-05-17, by mpm
Add annotate and blame to the command list and README
2005-05-17, by mpm
Fix field width for annotate
2005-05-17, by mpm
Add basic annotation support
2005-05-17, by mpm
Add "HG: merge resolve" to editor text for merge
2005-05-17, by mpm
Fix bug in lazymap code
2005-05-17, by mpm
Add lazy{parser,index,map} to speed up processing of index files
2005-05-17, by mpm
Fix a bug in patches() if there's not text and no patch
2005-05-17, by mpm
(none)
2005-05-17, by mpm
Change revlog to use new patch code
2005-05-16, by mpm
Add an O(m + nlog n) patching extension
2005-05-16, by mpm
Add mdiff.patches to speed up applying thousands of patches to the manifest
2005-05-14, by mpm
Fix debugindex formatting for large repos
2005-05-14, by mpm
Minor changes to import so that we can successfully import Ingo's
2005-05-13, by mpm
Print changeset metadata for export
2005-05-13, by mpm
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip