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.
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
util.copyfiles: only switch to copy if hardlink raises IOError or OSError.
2006-04-05, by Vadim Gelfer
Make completion for debugindex<tab><tab> show debugindexdot, too.
2006-04-05, by Thomas Arendsen Hein
Set correct exception for another possible malloc error in mpatch.c
2006-04-05, by Thomas Arendsen Hein
Register qversion as a non repository related command
2006-04-04, by Edouard Gomez
Show remote ssh noise only with --debug and increase the limit to 500 lines.
2006-04-04, by Thomas Arendsen Hein
document the possible race in "hg undo"
2006-04-03, by Benoit Boissinot
Don't allow --style and --template for hg update and hg merge.
2006-04-03, by Thomas Arendsen Hein
Minor fix for revert: No need to make a backup when forgetting added files.
2006-04-03, by Thomas Arendsen Hein
small changes to revert command.
2006-04-03, by Vadim Gelfer
bash_completion: completion for commands provided by extensions
2006-04-03, by Alexis S. L. Carvalho
Don't enter an endless loop if remote hg doesn't answer, show remote noise.
2006-04-02, by Thomas Arendsen Hein
bash_completion: small optimization
2006-04-02, by Alexis S. L. Carvalho
Tell the user the real "hg update -C" command, not just "-C" when aborting.
2006-04-02, by Thomas Arendsen Hein
Merged with crew.
2006-04-02, by Thomas Arendsen Hein
Don't abort when backup files already exist. Don't allow alternative names.
2006-04-01, by Thomas Arendsen Hein
Make 'hg tags -q' only list tag names without revision numbers and hashes,
2006-04-01, by Thomas Arendsen Hein
add --options to debugcomplete and change bash_completion to use it
2006-04-01, by Alexis S. L. Carvalho
Group changes done by the same developer on the same with --style=changelog
2006-04-01, by Thomas Arendsen Hein
Don't print filenames in braces for changelog style.
2006-04-01, by Thomas Arendsen Hein
Web site and wiki are now the same.
2006-04-01, by Thomas Arendsen Hein
forgot to rerun tests after changed backup extension to .orig.
2006-03-31, by Vadim Gelfer
rewrite revert command. fix issues 93, 123, 147.
2006-03-31, by Vadim Gelfer
ssh: skip noise generated by remote shell
2006-03-31, by Matt Mackall
work around python bug on solaris 10.
2006-03-30, by Vadim Gelfer
more windows fixes.
2006-03-30, by Vadim Gelfer
clean up lee's windows testpid fix.
2006-03-30, by Vadim Gelfer
Fixes to testpid() for Windows.
2006-03-30, by Lee Cantey
Use [ x = y ] instead of [ x == y ] in shell scripts.
2006-03-30, by Thomas Arendsen Hein
New option -i/--ignored for 'hg status' to show ignored files.
2006-03-29, by Thomas Arendsen Hein
Fix hg push and hg push -r sometimes creating new heads without --force.
2006-03-29, by Thomas Arendsen Hein
merge with crew.
2006-03-29, by Vadim Gelfer
add merge command. means same thing as "update -m".
2006-03-29, by Vadim Gelfer
merge with crew.
2006-03-29, by Vadim Gelfer
merge with crew.
2006-03-28, by Vadim Gelfer
fix backtrace printed when cannot get lock.
2006-03-28, by Vadim Gelfer
Catch HTTPException when reading from remote http repository.
2006-03-29, by Thomas Arendsen Hein
merge with crew.
2006-03-28, by Vadim Gelfer
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip