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.
add filename to IOError if read of file fails.
2006-05-08, by Vadim Gelfer
merge with crew.
2006-05-08, by Vadim Gelfer
only import mysql module if hook used.
2006-05-03, by Vadim Gelfer
Fixed tests for changed help output
2006-05-06, by Thomas Arendsen Hein
Update release notes and copyright year for Windows installer.
2006-05-05, by Lee Cantey
revert: remove word "modified" from description.
2006-05-05, by Vadim Gelfer
make test-confused-revert check working dir with two parents.
2006-05-05, by Vadim Gelfer
run-tests.py must print changed test output no matter what exit code is.
2006-05-05, by Vadim Gelfer
revert: require explicit revision when working dir has two parents.
2006-05-05, by Vadim Gelfer
document [extensions] in doc/hgrc.5.txt.
2006-05-04, by Vadim Gelfer
add tests/coverage.py to MANIFEST.in.
2006-05-04, by Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt.
2006-05-04, by Vadim Gelfer
update README.
2006-05-04, by Vadim Gelfer
Delete the shell version of run-tests
2006-05-04, by Stephen Darnell
Use text rather than binary mode for editing commit messages
2006-05-04, by Stephen Darnell
update test-help.out after fixing revert docs.
2006-05-04, by Vadim Gelfer
fix doc comments for revert command. people found them confusing.
2006-05-04, by Vadim Gelfer
add email notification hook. hook written in python.
2006-05-04, by Vadim Gelfer
make templater.stringio a tiny bit more use.
2006-05-04, by Vadim Gelfer
patch queue: notify.patch
2006-05-04, by Bryan O'Sullivan
move mail sending code into core, so extensions can share it.
2006-05-04, by Vadim Gelfer
move stringio class from bugzilla extension into templater module.
2006-05-04, by Vadim Gelfer
rename [patchbomb] section to [email] section in hgrc. old name still ok.
2006-05-04, by Vadim Gelfer
define standard name for base url to use when printing hgweb urls.
2006-05-04, by Vadim Gelfer
merge with crew
2006-05-04, by Benoit Boissinot
gitweb: strip leading & trailing blank lines in changeset description
2006-05-04, by TK Soh
merge with crew.
2006-05-03, by Vadim Gelfer
add util.samestat function for windows.
2006-05-03, by Vadim Gelfer
add bugzilla integration hook. example of writing hook in python.
2006-05-03, by Vadim Gelfer
make templater bit more flexible and efficient for external users.
2006-05-03, by Vadim Gelfer
fix minor bugs in localrepo.hook.
2006-05-03, by Vadim Gelfer
move changeset_templater into templater module.
2006-05-03, by Vadim Gelfer
merge with crew
2006-05-03, by Benoit Boissinot
tests: support older version of bunzip2 and, possibly, gunzip too
2006-05-03, by TK Soh
tests: fix compatibility on Solaris
2006-05-03, by TK Soh
Better help for mq: Corrected synopses, get qcommit options from commands.py.
2006-05-03, by Thomas Arendsen Hein
Add debugaddremove alias to addremove, so it doesn't show up in 'hg help'.
2006-05-03, by Thomas Arendsen Hein
Always clean the build directory before installing for running the tests.
2006-05-03, by Thomas Arendsen Hein
Corrected test output for deprecated addremove command.
2006-05-03, by Thomas Arendsen Hein
deprecate addremove command.
2006-05-02, by Vadim Gelfer
make test-remove check some more cases.
2006-05-02, by Vadim Gelfer
add --after option to remove command.
2006-05-02, by Vadim Gelfer
merge with crew.
2006-05-02, by Vadim Gelfer
merge with crew.
2006-05-02, by Vadim Gelfer
fix file handling bugs on windows.
2006-05-02, by Vadim Gelfer
Make hg update more verbose by default (issue12)
2006-05-02, by Thomas Arendsen Hein
If default sorting is name, offer name-descending with one click.
2006-05-01, by Thomas Arendsen Hein
Make hgwebdir columns sortable.
2006-05-01, by Thomas Arendsen Hein
Merge with crew
2006-05-01, by Thomas Arendsen Hein
Add download links to hgwebdir index page for allowed archive types.
2006-05-01, by Thomas Arendsen Hein
Add archive download links to tip on main changeset list page
2006-05-01, by Colin McMillen
Combine catching exceptions added in dd4ec4576cc8 in one except statement.
2006-04-30, by Thomas Arendsen Hein
Proper check to see if zip dest needs to be wrapped in tellable
2006-04-30, by Colin McMillen
merge with crew.
2006-04-30, by Vadim Gelfer
do not check sys.argv from localrepo when running hooks.
2006-04-30, by Vadim Gelfer
Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
2006-04-30, by Thomas Arendsen Hein
Applied $PWD fix (changeset 278f9b13c39a) to tests/test-hook, too.
2006-04-30, by Thomas Arendsen Hein
SunOS fix: Replaced $PWD with `pwd`
2006-04-30, by Sascha Wilde
Add self to CONTRIBUTORS
2006-04-30, by Colin McMillen
Fix just introduced possible old-http bug
2006-04-30, by Alexis S. L. Carvalho
Cleanup archive command: Don't overwrite gettext, quoting in cmd table entry.
2006-04-30, by Thomas Arendsen Hein
Small cleanups to backout command:
2006-04-30, by Thomas Arendsen Hein
add backout command.
2006-04-29, by Vadim Gelfer
make test-revert check executable bit.
2006-04-29, by Vadim Gelfer
merge with crew.
2006-04-28, by Vadim Gelfer
support hooks written in python.
2006-04-28, by Vadim Gelfer
merge with crew.
2006-04-28, by Vadim Gelfer
move SignalInterrupt class into util module.
2006-04-28, by Vadim Gelfer
Show repo's revlog format on verify only if it doesn't match the default format.
2006-04-28, by Thomas Arendsen Hein
Ignore annotated coverage output of run-tests.py -C
2006-04-28, by Thomas Arendsen Hein
fix a NameError in changegroupsubset
2006-04-28, by Benoit Boissinot
allow to pull from an empty repo without getting a backtrace
2006-04-27, by Vincent Danjean
Add MOTD display to hgweb and hgwebdir.
2006-04-27, by Colin McMillen
merge with crew.
2006-04-27, by Vadim Gelfer
run-tests.py: remove trailing white space
2006-04-27, by Vadim Gelfer
make indentation of coverage code in run-tests.py nicer.
2006-04-27, by Vadim Gelfer
Add code coverage to the python version of run-tests (inc. annotation)
2006-04-27, by Stephen Darnell
Show repo's revlog format on verify. Warn if some files use a different format.
2006-04-27, by Thomas Arendsen Hein
Replaced 0 with REVLOGV0 where this meaning is used.
2006-04-27, by Thomas Arendsen Hein
Corrected error message for incompatible revision flags.
2006-04-27, by Thomas Arendsen Hein
Make the deprecated forget an alias of debugforget.
2006-04-27, by Thomas Arendsen Hein
Fixed test output for not using the deprecated 'hg forget'.
2006-04-27, by Thomas Arendsen Hein
Fix revlog-ng interaction with old-http.
2006-04-26, by Alexis S. L. Carvalho
Fix timezone check.
2006-04-26, by Alexis S. L. Carvalho
mke test-nested-repo use "revert" instead of "forget"
2006-04-26, by Vadim Gelfer
mark forget command as deprecated.
2006-04-26, by Vadim Gelfer
write to stderr with a single write call.
2006-04-26, by Benoit Boissinot
Tidyups for run-tests.py inc. try/finally cleanup and allow tests to be specified on command line
2006-04-26, by Stephen Darnell
hgweb: Synchronised filelogentry to changelogentry.
2006-04-26, by Thomas Arendsen Hein
Try harder to display node hashes in tags view in monospaced font.
2006-04-26, by Thomas Arendsen Hein
hgweb templates: Don't word wrap "foo bar ago" (e.g. "3 months\nago")
2006-04-26, by Thomas Arendsen Hein
cached data was wrong: rev is different from self.rev(node) in bundlerepo.py
2006-04-25, by Benoit Boissinot
Merge with crew
2006-04-25, by Thomas Arendsen Hein
Allow 'hg serve --webdir-conf foo' to be run outside a repository.
2006-04-25, by Thomas Arendsen Hein
Use <link> tag instead if CDATA import for CSS stylesheets. Fixes issue200.
2006-04-25, by Thomas Arendsen Hein
Use string literal concatenation for optlist and import -p option
2006-04-25, by Thomas Arendsen Hein
Cleaned trailing whitespace in hgweb.py, removed command line shortcut for webdir-conf.
2006-04-25, by Alexander Schremmer
Fixed path handling of the standalone server, fixed typo.
2006-04-23, by Alexander Schremmer
Added hgwebdir support to hg serve.
2006-04-23, by Alexander Schremmer
Added threading support to hg serve.
2006-04-23, by Alexander Schremmer
Added my name to the contributors list.
2006-04-23, by Alexander Schremmer
Cleaned hgweb.py a little bit
2006-04-23, by Alexander Schremmer
merge with crew.
2006-04-25, by Vadim Gelfer
fix issue 217.
2006-04-25, by Vadim Gelfer
Merge with upstream
2006-04-22, by Thomas Arendsen Hein
Fix issue 165: `hg status' with abs path containing a symlink-to-dir fails
2006-04-21, by Jim Meyering
update tests after changing archival code.
2006-04-21, by Vadim Gelfer
make hgweb use new archival module.
2006-04-21, by Vadim Gelfer
add "archive" command, like "cvs export" only better.
2006-04-21, by Vadim Gelfer
Merge with crew
2006-04-21, by Matt Mackall
Add a pure python version of run-tests.
2006-04-21, by Stephen Darnell
Revert push new heads logic
2006-04-21, by Matt Mackall
Move empty local repo logic for pull into findincoming
2006-04-21, by Matt Mackall
Don't die calling outgoing hook if we have no changesets
2006-04-21, by Matt Mackall
Merge with crew
2006-04-20, by Matt Mackall
Merge with cmason
2006-04-20, by Matt Mackall
Add tests/test-committer
2006-04-20, by Andrew Thompson
Use application/octet-stream as the content-type of unknown binary files
2006-04-20, by Alexis S. L. Carvalho
remove appendfile data as soon as not needed.
2006-04-19, by Vadim Gelfer
Make bundlerepo use proper index format for revlogng
2006-04-20, by Chris Mason
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip