Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
+300
+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.
add a timeout when a lock is held (default 1024 sec)
2006-02-21, by Benoit Boissinot
Don't use mktemp in tests, we're already in a secure temp dir.
2006-02-22, by Thomas Arendsen Hein
Added test cases for repo corruption fixed in 2e0a288ca93e (issue132)
2006-02-22, by Thomas Arendsen Hein
revalidate revlog data after locking the repo (issue132)
2006-02-22, by Benoit Boissinot
merge with matt
2006-02-22, by Benoit Boissinot
merge with crew
2006-02-21, by Benoit Boissinot
add an optional argument to push only the specified revisions (push -r)
2006-02-14, by Benoit Boissinot
Merge with jeffpc
2006-02-21, by Matt Mackall
Merge with mpm
2006-02-18, by Josef "Jeff" Sipek
[hgweb] Move CSS from headers into static files
2006-02-18, by Josef "Jeff" Sipek
[hgweb] Static content serving
2006-02-18, by Josef "Jeff" Sipek
Merge
2006-02-14, by Josef "Jeff" Sipek
Merge with crew
2006-02-21, by Matt Mackall
hgmerge: add meld support
2006-02-21, by Radoslaw Szkodzinski
hgmerge: improve "apps not found" message
2006-02-21, by Radoslaw Szkodzinski
hgmerge: logic changes
2006-02-21, by Radoslaw Szkodzinski
hgmerge: add and use ask_if_merged function
2006-02-21, by Radoslaw Szkodzinski
hgmerge: fix diff+patch detection; cleanups
2006-02-21, by Radoslaw Szkodzinski
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
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip