Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
+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.
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
Add tag support
2005-05-13, by mpm
Beginnings of changelog tagging
2005-05-13, by mpm
Fix up a bunch of bugs in the new merge code
0.4f
2005-05-13, by mpm
Diff in subdirectories from Jake Edge
2005-05-12, by mpm
Minor changes for release 0.4e
0.4e
2005-05-12, by mpm
Fix tabs
2005-05-12, by mpm
Add server side of hg:// protocol to hgweb
2005-05-12, by mpm
Add hg:// protocol
2005-05-12, by mpm
Minor corrections
2005-05-12, by mpm
A quick set of comparisons between hg, git, and bk
2005-05-12, by mpm
hgweb.py from Jake Edge
2005-05-11, by mpm
Add getchangegroup code to efficiently calculate and request a changegroup
2005-05-11, by mpm
From: Thomas Arendsen Hein <thomas@intevation.de>
2005-05-11, by mpm
Fix lsdiff filtering
2005-05-11, by mpm
Drop empty lines from lsdiff
2005-05-11, by mpm
Strip trailing spaces from lsdiff file list
2005-05-11, by mpm
Ignore .orig and .rej files from patch
2005-05-11, by mpm
Add -q option to import
2005-05-11, by mpm
Import comments from patches
2005-05-11, by mpm
Fix resolve bug putting unchanged files in resolve cset
2005-05-11, by mpm
Rollback is implemented
2005-05-10, by mpm
Add changegroup support
2005-05-10, by mpm
Fix recursion depth trouble with ancestor algorithm
2005-05-10, by mpm
Fix occassional diff bug with manifests
2005-05-10, by mpm
Attempt to recover journal automatically
2005-05-10, by mpm
Fix multiple changes to file per transaction
2005-05-10, by mpm
Fix truncate logic for indices again
2005-05-07, by mpm
Date is an int as a string in changelog
2005-05-07, by mpm
Add lookup smarts everywhere
2005-05-07, by mpm
Add improved rev lookup to diff and export
2005-05-07, by mpm
Move hex/bin bits to revlog
2005-05-07, by mpm
Add smart node lookup by substring or by rev number
2005-05-07, by mpm
unidiff: punt on comparing empty files
2005-05-07, by mpm
Add export command
2005-05-07, by mpm
Support for 0, 1, or 2 diff revs
2005-05-07, by mpm
Add diffrevs function to compare two nodes
2005-05-06, by mpm
diffdir tidy in preparation for arg handling
2005-05-05, by mpm
Fix up commit arg breakage
2005-05-05, by mpm
Make diffdir take a revision argument
2005-05-05, by mpm
Add some tests to the repo
2005-05-04, by mpm
hg co after hg merge
2005-05-04, by mpm
Simplify integrity checking
2005-05-04, by mpm
Fix corruption from manifest.listcache optimization
2005-05-04, by mpm
Add debughash and debugindex commands
2005-05-04, by mpm
Import time for hg history command
2005-05-04, by mpm
Document diff in help
2005-05-04, by mpm
Show date in history
2005-05-04, by mpm
The actual hg remove fix from Thomas Hein
2005-05-04, by mpm
From: Thomas Arendsen Hein <thomas@intevation.de>
2005-05-04, by mpm
Give a friendlier message when repo isn't found
2005-05-04, by mpm
Make hg verify do more thorough cross-checking.
2005-05-04, by mpm
Update version numbers
0.4d
2005-05-04, by mpm
Fix network pull of repo files with "%" in their base64 encoding.
2005-05-04, by mpm
Fix off-by-one truncation in transaction rollback.
2005-05-04, by mpm
Fix empty transaction destruction
2005-05-04, by mpm
Delete journal on destruction even if there are no entries to replay.
2005-05-04, by mpm
Allow checkout by number or hash
2005-05-03, by oxymoron
Fix linking of changeset revs when merging
2005-05-03, by oxymoron
Ignore empty ignore patterns
0.4c
2005-05-03, by mpm
Ignore MANIFEST
2005-05-03, by mpm
Add MANIFEST.in to repo
2005-05-03, by mpm
Add some ignore expressions
2005-05-03, by mpm
Don't complain that help is an unknown command
2005-05-03, by mpm
Fix exception handling for reading current working version
2005-05-03, by mpm
Ignore build/ and .pyc files
2005-05-03, by mpm
Handle nullid better for ancestor
2005-05-03, by mpm
Update README to discuss remote pull, rsync, and the hg repo
2005-05-03, by mpm
Add back links from file revisions to changeset revisions
2005-05-03, by mpm
less
more
|
(0)
+120
+1000
+3000
+10000
+30000
tip