Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
+192
+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.
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
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)
+192
+1000
+3000
+10000
+30000
tip