Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-128
+128
+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.
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
Merge with crew
2006-04-19, by Thomas Arendsen Hein
Merge with cmason
2006-04-19, by Thomas Arendsen Hein
Remove bogus raise from localrepo.lookup()
2006-04-19, by Chris Mason
Fix hg qdiff <file>
2006-04-19, by Alexis S. L. Carvalho
Ignore EPIPE in pipefilter
2006-04-19, by Alexis S. L. Carvalho
Don't send "Content-Type: none"
2006-04-19, by Alexis S. L. Carvalho
Fix filerevision-raw.tmpl
2006-04-19, by Alexis S. L. Carvalho
convert-repo: fix reversed time zone offset
2006-04-19, by Vadim Gelfer
catch SIGBREAK on windows.
2006-04-19, by Vadim Gelfer
update windows readme to document msys/mingw rxvt problems.
2006-04-19, by Lee Cantey
fix util.canonpath on windows.
2006-04-19, by Vadim Gelfer
make appendfile simpler so it does not break with revlogng on windows.
2006-04-19, by Vadim Gelfer
Exit test-hup only after the background process has died.
2006-04-19, by Thomas Arendsen Hein
merge with mainline.
2006-04-18, by Vadim Gelfer
mq: do not fail if directory to create exists
2006-04-18, by Vadim Gelfer
merge revlogng with mpm tip
2006-04-18, by Chris Mason
Fix transaction handling during interleaved file split.
2006-04-17, by Chris Mason
merge 0.8.1 with revlogng
2006-04-08, by Chris Mason
Additional appendfile fixes for interleaved data/index files
2006-04-08, by mason
Speedup revlog.ancestors for the linear case
2006-04-06, by Chris Mason
Reduce index memory usage by storing the bare string instead of tuples
2006-04-04, by mason
New lazy index code for revlogs.
2006-04-04, by mason
Fill in the uncompressed size during revlog.addgroup
2006-04-04, by mason
Fix inlined revlogs to seek to eof after opening "a+"
2006-04-04, by mason
Create an atomic opener that does not automatically rename on close
2006-04-04, by mason
Make the appendfile class inline-data index friendly
2006-04-04, by mason
Fix bundle repos to use an index tuple consistent with revlogng
2006-04-04, by mason
Implement data inlined with the index file
2006-04-04, by mason
Implement revlogng.
2006-04-04, by mason
import: use gpatch if present on system. patch is broken on solaris.
2006-04-13, by Vadim Gelfer
merge with crew.
2006-04-13, by Vadim Gelfer
merge with crew.
2006-04-13, by Vadim Gelfer
let run-tests run optional code coverage tests.
2006-04-13, by Vadim Gelfer
fix bugs in coverage.py.
2006-04-13, by Vadim Gelfer
add coverage.py module to tests directory.
2006-04-13, by Vadim Gelfer
fix update when a locally added file match the target revision
2006-04-14, by Benoit Boissinot
util.unlink should only catch OSError.
2006-04-13, by Vadim Gelfer
benoit asked for comment to make avoid of recursive repo clearer.
2006-04-13, by Vadim Gelfer
merge with crew.
2006-04-13, by Vadim Gelfer
support nested repositories.
2006-03-31, by Vadim Gelfer
Don't use -u option for diff on SunOS, too.
2006-04-12, by Thomas Arendsen Hein
run-tests: Use appropriate (that is: none) diff options on HP-UX.
2006-04-12, by Sascha Wilde
Use the new format of setting tags in view extension (Debian bug #361897)
2006-04-11, by Thomas Arendsen Hein
Never exit directly from commands.dispatch(), but pass return code to caller.
2006-04-11, by Thomas Arendsen Hein
Polished exception handling when importing extensions:
2006-04-11, by Thomas Arendsen Hein
Added doc/gendoc.py to MANIFEST.in, so docs can be regenerated on demand.
2006-04-11, by Thomas Arendsen Hein
fix exception handling on windows.
2006-04-08, by Vadim Gelfer
Include tests/md5sum.py in manifest.
2006-04-08, by Thomas Arendsen Hein
Added tag 0.8.1 for changeset 6a03cff2b0f5d30281e6addefe96b993582f2eac
2006-04-07, by Matt Mackall
Try to use /usr/bin/test or /bin/test to work around missing features.
0.8.1
2006-04-07, by Radoslaw Szkodzinski
less
more
|
(0)
-1000
-128
+128
+1000
+3000
+10000
+30000
tip