Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-240
+240
+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.
unknown command fixups
2005-06-07, by mpm
Initial import of hgit and hgk
2005-06-07, by mpm
Fix argument processing for patch and rawcommit
2005-06-06, by mpm
hgweb: fix non-existent source or destination for diff
2005-06-06, by mpm
Attempt to make diff deal with null sources properly
2005-06-06, by mpm
Fix empty repository transaction bug
2005-06-05, by mpm
implement demand loading hack
2005-06-05, by mpm
Update README
2005-06-05, by mpm
Some tweaking of notes.txt
2005-06-05, by mpm
fix addremove
2005-06-04, by mpm
hgweb: watch changelog for changes
2005-06-04, by mpm
Sort tags in revision order
2005-06-04, by mpm
minor fixes for update()
2005-06-04, by mpm
hg help: use docstrings only
2005-06-04, by mpm
unify checkout and resolve into update
2005-06-04, by mpm
Remove invalid state from dirstate
2005-06-04, by mpm
Handle unknown commands nicely
2005-06-04, by mpm
backup dirstate for undo
2005-06-04, by mpm
Catch broken pipes in command interpreter
2005-06-04, by mpm
import and startup cleanups
2005-06-04, by mpm
migrate remaining commands
2005-06-04, by mpm
migrate verify
2005-06-04, by mpm
Migrate rawcommit, import, export, history, and merge
2005-06-04, by mpm
big heap of command clean-up work
2005-06-04, by mpm
root relative IO and valid commit states
2005-06-04, by mpm
fix heads for rev 0
2005-06-04, by mpm
hgmerge: use diff3 if available
2005-06-03, by mpm
Resolve bits from TAH
2005-06-03, by mpm
Replace tkmerge with hgmerge
2005-06-03, by mpm
mdiff.py: kill #! line, add copyright notice
2005-06-03, by mpm
hgweb.py: kill #! line, clean up copyright notice
2005-06-03, by mpm
Merge from tah
2005-06-03, by mpm
Removed extra closing brace from date string.
2005-06-02, by Thomas Arendsen Hein
Obfuscate author in all HTML templates.
2005-06-02, by Thomas Arendsen Hein
ui.warn can use more than one argument like the other ui methods.
2005-06-02, by Thomas Arendsen Hein
Add missing > to </td> in templates.
2005-06-02, by Thomas Arendsen Hein
hg resolve: merge a given node into the working directory
2005-06-03, by mpm
add 'm' state to dirstates
2005-06-03, by mpm
make diffdir default to dirstate.parents()
2005-06-03, by mpm
teach commit about dirstate.parents()
2005-06-03, by mpm
teach rawcommit about dirstate.parents()
2005-06-03, by mpm
move repo.current to dirstate.parents()
2005-06-03, by mpm
merge: don't bail on outstanding changes
2005-06-03, by mpm
fix repo locking
2005-06-03, by mpm
fix bad assumption about uniqueness of file versions
2005-06-03, by mpm
add back tempfile import
2005-06-03, by mpm
make pull work for multiple heads
2005-06-02, by mpm
Beginning of multi-head support
2005-06-02, by mpm
change dircache into dirstate
2005-06-02, by mpm
hg checkout: refuse to checkout if there are outstanding changes
2005-06-01, by mpm
hgweb: put map-raw in setup.py and MANIFEST.in
2005-06-01, by mpm
merge: catch unexpected responses
2005-06-01, by mpm
hg annotate: actually annotate the given version
2005-06-01, by mpm
hgweb: import ui
2005-06-01, by mpm
catch TERM signal in command processor
2005-06-01, by mpm
commands: migrate status and branch
2005-06-01, by mpm
commands: better argument processing, per-command help
2005-06-01, by mpm
commands: fix up some help strings
2005-06-01, by mpm
hg undo: fixup working dir state
2005-06-01, by mpm
Beginning of new command parsing interface
2005-06-01, by mpm
revlog: remove some unnecessary imports
2005-06-01, by mpm
Move ui class to its own module
2005-05-31, by mpm
hg: don't complain about missing repo with no args
2005-05-31, by mpm
README: integrate some changes from Kevin Smith
2005-05-31, by mpm
README: integrate various changes and suggestions from Rafael Villar Burke
2005-05-31, by mpm
hg rawcommit command
2005-05-31, by mpm
Call python via env in hgweb.cgi
2005-05-31, by mpm
hgweb: add template filters, template style maps, and raw pages
2005-05-31, by mpm
annotate: memory efficiency
2005-05-31, by mpm
annotate: deal with merges
2005-05-31, by mpm
hgweb: fix tip so that it doesn't need refreshing
2005-05-30, by mpm
hgweb: add view-only support
2005-05-30, by mpm
add export, recover, and undo to the man page
2005-05-30, by jake
hgweb: make age() smarter
2005-05-30, by mpm
Update tags
2005-05-30, by mpm
Bump the version number to 0.5b for the protocol change
0.5b
2005-05-30, by mpm
Changes to network protocol
2005-05-30, by mpm
merge: add count of new manifests, files, and revisions
2005-05-29, by mpm
merge: short-circuit search for merge into empty repo
2005-05-29, by mpm
Add tag for 0.5
2005-05-28, by mpm
Mercurial 0.5
0.5
2005-05-28, by mpm
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
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
less
more
|
(0)
-240
+240
+1000
+3000
+10000
+30000
tip