Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-192
+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.
Merged with mercurial-identify (which includes upstream's current tip)
2005-06-15, by Thomas Arendsen Hein
Improved hgeditor:
2005-06-14, by Thomas Arendsen Hein
Cleaned up show_changeset()
2005-06-14, by Thomas Arendsen Hein
merge3: fix argument order
2005-06-15, by mpm
Add a tags/identify test group
2005-06-15, by mpm
Fix yet another resolve corner case
2005-06-15, by mpm
rework all code using tags
2005-06-15, by mpm
update help test for identify
2005-06-15, by mpm
run-tests: actually mark changed output as failure
2005-06-15, by mpm
Handle the case where the current working copy is not based on a checkout.
2005-06-15, by Thomas Arendsen Hein
added hg identify|id (based on a patch from Andrew Thompson)
2005-06-15, by Thomas Arendsen Hein
default path support with .hg/hgrc
2005-06-14, by mpm
Add support for .hg/hgrc file
2005-06-14, by mpm
Add some more tests
2005-06-14, by mpm
Fix misrecognition of commands
2005-06-14, by mpm
hgit: remove tabs
2005-06-14, by mpm
hg rawcommit: fix files arg conflict
2005-06-14, by mpm
testing fixups
2005-06-14, by mpm
Add a simple testing framework
2005-06-14, by mpm
Merge with TAH
2005-06-13, by mpm
Use common output function show_changeset() for hg heads|history|log|tip.
2005-06-13, by Thomas Arendsen Hein
hg pull: more query fixes
2005-06-13, by mpm
Tweak README for branch, push, and .hgrc
2005-06-13, by mpm
mdiff: fix the fix
2005-06-13, by mpm
mdiff: reinstate new algorithm
2005-06-13, by mpm
hg merge: some getchangegroup fixups
2005-06-13, by mpm
lazyparser speed ups
2005-06-13, by mpm
hgweb: Fix reloading of index
2005-06-13, by mpm
Transparent proxy support
2005-06-12, by mpm
hg push: propagate return code
2005-06-12, by mpm
stopgap hg push support
2005-06-12, by mpm
mdiff: revert grouping optimization for the time being
2005-06-12, by mpm
hg commit: user and date options
2005-06-12, by mpm
Add new convert-repo script
2005-06-12, by mpm
Remove the old convert-repo script for .4-era hg repositories
2005-06-12, by mpm
More tweaking to rawcommit for repo conversion
2005-06-12, by mpm
Minor caching improvement for manifest
2005-06-12, by mpm
Optimize diff and status in subdirectories
2005-06-12, by mpm
fix KeyErrors from reading empty dirstate
2005-06-11, by mpm
hg patch: add default commit text
2005-06-10, by mpm
add easy profiling support
2005-06-10, by mpm
Add tip to tags
2005-06-10, by mpm
add tip to repo.lookup
2005-06-10, by mpm
Merge with TAH
2005-06-10, by mpm
more merge fixes
2005-06-10, by mpm
Use vi if $EDITOR is unset.
2005-06-10, by Thomas Arendsen Hein
Check if $DISPLAY is set before using tkdiff or kdiff3.
2005-06-10, by Thomas Arendsen Hein
various fixups for git import
2005-06-10, by mpm
revlog: allow duplicates
2005-06-10, by mpm
hg init: when hardlinking, remove dirstate
2005-06-10, by mpm
Merge with TAH
2005-06-09, by mpm
Turn on +x for every +r bit when making a file executable and obey umask.
2005-06-09, by Thomas Arendsen Hein
Fixed usage of removed variable 'wp'.
2005-06-09, by Thomas Arendsen Hein
hg update: fix clobbering files when going backwards
2005-06-09, by mpm
Fix hg import fix
2005-06-08, by mpm
hg patch: fix to actually take a list of patches
2005-06-08, by mpm
hg help improvements
2005-06-08, by mpm
Make most file opening binary
2005-06-08, by mpm
Add wopener for opening files in the working directory
2005-06-08, by mpm
replace hg branch with hg init [source]
2005-06-08, by mpm
hg commit: add -t and -l options
2005-06-08, by mpm
commit: edit text fixups
2005-06-08, by mpm
commit: abort with empty commit text
2005-06-08, by mpm
hg pull: ditch .hgpaths for new .hgrc
2005-06-08, by mpm
ui: add configuration file support
2005-06-08, by mpm
verify: don't die from new permission bits
2005-06-08, by mpm
minor hgk fixes
2005-06-08, by mpm
mpatch: properly NULL out return in lalloc
2005-06-08, by mpm
hg cat: relative file support
2005-06-08, by mpm
Mark the usual things executable
2005-06-08, by mpm
permissions merge: remove a debugging print
2005-06-08, by mpm
unidiff: handle empty diffs more gracefully
2005-06-08, by mpm
merge: update permissions even if file contents didn't change
2005-06-08, by mpm
add tracking of execute permissions
2005-06-08, by mpm
various merge improvements
2005-06-07, by mpm
[PATCH] hgk should parse dates in the diff output
2005-06-07, by mpm
merge: Fix bug where we overwrote local when local was newer
2005-06-07, by mpm
diff: use tab to separate date from filename
2005-06-07, by mpm
hgweb: ignore pipe errors
2005-06-07, by mpm
Reverse order of hg log and hg history lists
2005-06-07, by mpm
hgweb: shrink the default changelog list to 10
2005-06-07, by mpm
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
less
more
|
(0)
-192
+192
+1000
+3000
+10000
+30000
tip