Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-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.
Merged RSS feed for tags from Peter van Dijk
2006-02-21, by Thomas Arendsen Hein
add rss link to tags page
2006-02-03, by Peter van Dijk
implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl
2006-02-03, by Peter van Dijk
tags-rss support; still shows tip
2006-02-02, by Peter van Dijk
hg log --limit shouldn't count unprinted revisions (found by TK Soh)
2006-02-21, by Thomas Arendsen Hein
Cleanup: Put initialization of br in front of --branches option handling.
2006-02-21, by Thomas Arendsen Hein
Make option --branch vs. --branches more consistent.
2006-02-21, by Thomas Arendsen Hein
Add option -b/--branch to hg tip (as done for hg parents).
2006-02-21, by Thomas Arendsen Hein
merge with crew
2006-02-21, by Benoit Boissinot
fix typo in debugrebuildstate
2006-02-21, by Benoit Boissinot
Sunpro compiler patch
2006-02-20, by Fabian Otto
add options to log man page.
2006-02-20, by Vadim Gelfer
merge with crew.
2006-02-20, by Vadim Gelfer
add -l,--limit to log command.
2006-02-20, by Vadim Gelfer
add 'debugrebuildstate' to rebuild the dirstate from a given revision
2006-02-20, by Benoit Boissinot
use repo.lock when cloning via copy, use lock.LockException when necessary
2006-02-20, by Benoit Boissinot
Raise a different exception when the lock is not available
2006-02-20, by Benoit Boissinot
merge with crew
2006-02-19, by Benoit Boissinot
localrepo: refactor the locking functions
2006-02-19, by Benoit Boissinot
make test-pull-permission cleanup correctly in case of errors
2006-02-19, by Benoit Boissinot
fix warnings from pychecker (unused variables and shadowing)
2006-02-19, by Benoit Boissinot
bisect: fix for recent changes disallowing "false" merges
2006-02-19, by Benoit Boissinot
transitive copy/rename
2006-02-18, by Robin Farine
Fixed misleading indentation in mpatch.c
2006-02-18, by Thomas Arendsen Hein
merge with crew.
2006-02-17, by Vadim Gelfer
make server tests use --daemon.
2006-02-17, by Vadim Gelfer
Merge with upstream
2006-02-18, by Thomas Arendsen Hein
Added help string for --daemon-pipefds
2006-02-18, by Thomas Arendsen Hein
stop read end of pipe from staying open forever in child process.
2006-02-17, by Vadim Gelfer
add --daemon option to serve command. for issue 45.
2006-02-17, by Vadim Gelfer
AmbiguousCommand is raised too soon.
2006-02-17, by Alexis S. L. Carvalho
Don't hard-code /tmp in test-ro-message
2006-02-17, by Alexis S. L. Carvalho
Merge with crew
2006-02-17, by Matt Mackall
add preoutgoing and outgoing hooks.
2006-02-17, by Vadim Gelfer
i forgot to change the test output for test-hook.
2006-02-16, by Vadim Gelfer
tests for new hooks. fix things i found when writing tests.
2006-02-16, by Vadim Gelfer
fix test-help diff options.
2006-02-16, by Vadim Gelfer
merge with crew.
2006-02-16, by Vadim Gelfer
add -p option to tip. for issue 64.
2006-02-15, by Vadim Gelfer
add prechangegroup and pretxnchangegroup hooks.
2006-02-15, by Vadim Gelfer
merge with crew.
2006-02-15, by Vadim Gelfer
add -w and -p options to diff. this is for issue 126.
2006-02-15, by Vadim Gelfer
fix names of parent changeset ids in hooks.
2006-02-16, by Vadim Gelfer
prefix hook env var names with HG_.
2006-02-16, by Vadim Gelfer
merge with crew
2006-02-15, by Benoit Boissinot
add a -b/--branch option to 'hg parents'
2006-02-15, by Benoit Boissinot
Fix diff against an empty file (issue124) and add a test for this.
2006-02-15, by Thomas Arendsen Hein
catch errors and throw exception with invalid binary patch data
2006-02-15, by Benoit Boissinot
add pretxncommit hook.
2006-02-14, by Vadim Gelfer
add pretag and tag hooks.
2006-02-14, by Vadim Gelfer
hook parameters must be strings.
2006-02-14, by Vadim Gelfer
make hook code nicer.
2006-02-14, by Vadim Gelfer
hooks run after transactions finish must not affect method results.
2006-02-14, by Vadim Gelfer
Refactor excessive merge detection, add test
2006-02-17, by Matt Mackall
Revert convert-repo changes
2006-02-13, by Matt Mackall
fix hgrc doc hook descriptions.
2006-02-11, by Vadim Gelfer
hooks: distinguish between locally committed and incoming changes.
2006-02-10, by Daniel Santa Cruz
Allow callers to pass in the dirstate lock in most localrepo.py funcs.
2006-02-09, by mason
revlog.strip should clear the chunkcache
2006-02-09, by mason
Show "(No help text available)" for commands without doc string.
2006-02-09, by Thomas Arendsen Hein
Create default commit message in a more pythonic way.
2006-02-09, by Thomas Arendsen Hein
Removed "HG: manifest hash" line from commit message.
2006-02-09, by Thomas Arendsen Hein
Put the empty line in commit text above the branch merge line.
2006-02-09, by Thomas Arendsen Hein
Run commit message editor in the repo root (like hooks).
2006-02-09, by Thomas Arendsen Hein
add changenav at bottom of page
2006-02-07, by Johannes Stezenbach
display revision numbers
2006-02-06, by Johannes Stezenbach
fix changenav for maxchanges != 10
2006-02-06, by Johannes Stezenbach
add --mbox output to patchbomb
2006-02-06, by Johannes Stezenbach
hgmerge: various cleanups
2006-02-06, by Radoslaw Szkodzinski
hgmerge: add cleanup functions
2006-02-06, by Radoslaw Szkodzinski
hgmerge: add and use more tool variables
2006-02-06, by Radoslaw Szkodzinski
Update copyright notice
2006-02-05, by Matt Mackall
Merge with crew
2006-02-05, by Matt Mackall
Merge with Peter van Dijk
2006-02-03, by Thomas Arendsen Hein
remove escaping from decriptions on repo index page
2006-02-03, by Peter van Dijk
Added raw view for file annotate in hgweb.
2006-02-03, by Thomas Arendsen Hein
hgweb/templates: remove unused vars from map-raw
2006-02-03, by Benoit Boissinot
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
2006-02-03, by Benoit Boissinot
Removed executable bit from patchbomb extension.
2006-02-03, by Thomas Arendsen Hein
Update version strings and add release notes to Windows specific files
2006-02-03, by lcantey
Fall back to asciidoc6 html backend if html4 doesn't work.
2006-02-03, by Thomas Arendsen Hein
Reverted name change (mercurial -> Mercurial) from dd5085897010.
2006-02-03, by Thomas Arendsen Hein
merge with crew.
2006-02-03, by Vadim Gelfer
make stuff for macos x binary package.
2006-02-03, by Vadim Gelfer
extension gpg.py: really raise the exception in case of invalid data
2006-02-02, by Benoit Boissinot
Cleanup of spacing in bash_completion
2006-02-02, by Thomas Arendsen Hein
Use user specified path to hg in bash_completion
2006-02-02, by Thomas Arendsen Hein
fix an exception in gpg.py with multiples sigs for the same cset
2006-02-01, by Benoit Boissinot
fixes for gpg.py extension
2006-02-01, by Benoit Boissinot
Merge with crew
2006-02-01, by Benoit Boissinot
Merge with upstream
2005-12-15, by Benoit Boissinot
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
2005-12-15, by Benoit Boissinot
cleanup of revlog.group when repository is local
2005-12-08, by Benoit Boissinot
Added missing space in output of gpg.py
2006-02-01, by Thomas Arendsen Hein
merge with crew
2006-02-01, by Benoit Boissinot
abort when using 'update -m' and this is not a merge
2006-02-01, by Benoit Boissinot
merge with self.
2006-01-31, by Vadim Gelfer
add documentation for email command.
2006-01-31, by Vadim Gelfer
forgot to add import statement for _.
2006-01-31, by Vadim Gelfer
add _ to several strings
2006-01-31, by Vadim Gelfer
turn patchbomb script into an extension module.
2006-01-31, by Vadim Gelfer
[hgweb] Added rename information to gitweb templates & misc cleanups
2006-02-05, by Josef "Jeff" Sipek
verify: notice extra data in indices
2006-01-30, by Matt Mackall
Added tag 0.8 for changeset 3a56574f329a368d645853e0f9e09472aee62349
2006-01-30, by Matt Mackall
Merge with crew
0.8
2006-01-30, by Matt Mackall
Safer version of FileMerge merge
2006-01-30, by Brendan Cully
return a non-zero exit code when a merge failed
2006-01-30, by Benoit Boissinot
Added missing quote in warning text to tests, too.
2006-01-29, by Thomas Arendsen Hein
Added missing quote in warning text.
2006-01-29, by Thomas Arendsen Hein
Fix revlog signature check for empty revlogs
2006-01-29, by Matt Mackall
Add revlog version signature check
2006-01-29, by Matt Mackall
doc: clone and outgoing point to pull for valid path docs
2006-01-29, by Matt Mackall
deprecate the rawcommit command
2006-01-29, by Matt Mackall
convert-repo: use commit rather than rawcommit
2006-01-29, by Matt Mackall
convert-repo: automatically create empty map file
2006-01-29, by Matt Mackall
deprecate the use of 'hg tag NAME [REV]'
2006-01-29, by Benoit Boissinot
hgweb: show copy/rename links in file history
2006-01-29, by Matt Mackall
unbreak templates/summary-gitweb.tmpl
2006-01-29, by Peter van Dijk
Fix comment syntax
2006-01-29, by Matt Mackall
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
2006-01-29, by Peter van Dijk
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip