Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-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.
convert: move commands definition to ease demandload job (issue 860)
2007-12-09, by Patrick Mezard
Merge with crew
2007-12-07, by Matt Mackall
win32: favor local mercurial.ini over registry key
2007-12-05, by Steve Borho
Merge with stable
2007-12-06, by Bryan O'Sullivan
convert: fix SVN date parser dropping the final whole second digit
2007-12-06, by David J. Mellor
highlight: adapt to hgweb_mode refactoring
2007-12-05, by Christian Ebert
Merge with -stable
2007-12-06, by Bryan O'Sullivan
Fix bdiff test failures on AIX.
2007-10-23, by Jim Hague
workaround for raw_input() on Windows
2007-12-03, by Steve Borho
Merge with crew-stable
2007-12-04, by Patrick Mezard
utils_win32: calling SHGetPathFromIDList under NT is useless and broken
2007-12-04, by Patrick Mezard
copy: handle rename internally
2007-12-07, by Matt Mackall
copy: move rename logic
2007-12-07, by Matt Mackall
copy: simplify inner copy
2007-12-07, by Matt Mackall
copy: minor cleanups
2007-12-07, by Matt Mackall
copy: propagate errors properly
2007-12-06, by Matt Mackall
copy: refactor okaytocopy into walkpat
2007-12-06, by Matt Mackall
copy: fix copying back with -A (issue836)
2007-12-02, by Matt Mackall
hgwebdir: refactor inner loop
2007-12-03, by Dirkjan Ochtman
hgwebdir: split out templater creation
2007-12-03, by Dirkjan Ochtman
hgwebdir: split out makeindex function, facilitate test failure diagnosis
2007-12-03, by Dirkjan Ochtman
hgweb: explicitly pass around the templater
2007-12-03, by Dirkjan Ochtman
hgweb: split out templater definition
2007-12-03, by Dirkjan Ochtman
separate the wire protocol commands from the user interface commands
2007-12-03, by Dirkjan Ochtman
hgweb: extract constant to global level
2007-12-03, by Dirkjan Ochtman
hgweb: get rid of some nested functions
2007-12-03, by Dirkjan Ochtman
fix some imports; pushing bz2 bundles over http is currently untested
2007-12-03, by Dirkjan Ochtman
coverage: return to not assuming that python is in /usr/bin
2007-12-02, by Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
2007-12-02, by Bryan O'Sullivan
import latest coverage.py version
2007-12-02, by Dirkjan Ochtman
split out hgweb commands into a separate file, move some code around
2007-12-02, by Dirkjan Ochtman
add more tests for hgweb commands
2007-12-02, by Dirkjan Ochtman
move commands.docopy to cmdutil.copy
2007-12-02, by Matt Mackall
churn: avoid division by zero
2007-12-02, by Matt Mackall
update test output
2007-12-02, by Matt Mackall
hgwebdir: test virtual paths leading or trailing separators are stripped
2007-12-02, by Patrick Mezard
Merge with crew-stable
2007-12-02, by Patrick Mezard
hgwebdir: normalize virtual paths before stripping the separator
2007-12-02, by Patrick Mezard
win32: read system rcpath from registry
2007-12-02, by Steve Borho
Merge with crew-stable
2007-12-02, by Patrick Mezard
mq: missing target files do not make qpush to fail immediately (issue 835)
2007-12-02, by Patrick Mezard
Fix style nit and add some comments to tests.
2007-12-02, by Dirkjan Ochtman
Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
2007-12-01, by Dirkjan Ochtman
Add tests for hgwebdir repository names with slashes in them.
2007-12-01, by Dirkjan Ochtman
CGI compatibility fix for d74fc8dec2b4.
2007-12-01, by Dirkjan Ochtman
doc: add repo/ to .hgignore and .hgtags
2007-12-02, by Matt Mackall
imported patch rollback-help
2007-12-02, by Matt Mackall
imported patch rev-help
2007-12-02, by Matt Mackall
clarify rm -A
2007-11-09, by Matt Mackall
hgweb: make web.name default to repo basename
2007-11-29, by Steve Borho
fix calloc(0, ...) issue
2007-10-23, by Jim Hague
update: default to tipmost branch if default branch doesn't exist
2007-12-02, by Matt Mackall
clone: fix race with same target directory (issue716)
2007-12-02, by Matt Mackall
backout: disallow across branches (issue655)
2007-12-01, by Matt Mackall
rename: add test for moving untracked files in directories
2007-12-01, by Matt Mackall
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
2007-11-30, by Dirkjan Ochtman
Drop a bad import that snuck in.
2007-11-28, by Bryan O'Sullivan
hgweb: account for Python 2.4 in one test
2007-11-28, by Bryan O'Sullivan
hgweb: fix breaking tests on Python < 2.5
2007-11-28, by Bryan O'Sullivan
Merge with crew
2007-11-28, by Bryan O'Sullivan
hgweb: return meaningful HTTP status codes instead of nonsense
2007-11-28, by Bryan O'Sullivan
hgweb: make notfound templates more informative
2007-11-28, by Bryan O'Sullivan
hgweb: flesh out raw templates
2007-11-28, by Bryan O'Sullivan
make LookupError more detailed
2007-11-28, by Bryan O'Sullivan
Merge with crew-stable
2007-11-28, by Patrick Mezard
convert: some tidyups, doc improvements, and test fixes
2007-11-27, by Bryan O'Sullivan
Merge with crew
2007-11-26, by Bryan O'Sullivan
convert: tell the source repository when a rev has been converted
2007-11-26, by Bryan O'Sullivan
convert: save hg revision during a convert
2007-11-26, by Bryan O'Sullivan
Merge with mpm.
2007-11-26, by Bryan O'Sullivan
Merge with crew-stable
2007-11-25, by Patrick Mezard
cmdutil: make "files" list all files, add "file_mods" for modified files
2007-11-24, by Patrick Mezard
hgweb.server: flush log files after every access
2007-11-27, by Patrick Mezard
test-import: test fuzziness, ambiguous patch locations
2007-11-25, by Patrick Mezard
patch: fix sort() comparator argument
2007-11-25, by Jim Hague
Merge with crew
2007-11-24, by Matt Mackall
cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
2007-11-24, by Patrick Mezard
revlog: make revlogv0 loading more robust against corruption
2007-11-24, by Matt Mackall
push/pull: abort if we try to visit a missing or empty revlog
2007-11-21, by Matt Mackall
i18n: fix complaints from pygettext
2007-11-20, by Matt Mackall
verify: improve handling of empty or missing files
2007-11-20, by Matt Mackall
Merge with crew-stable
2007-11-20, by Patrick Mezard
convert: read CVS files in chunks (issue 800)
2007-11-18, by Patrick Mezard
test-convert-svn-sink: test directory additions
2007-11-17, by Patrick Mezard
convert: add directories to subversion from root to leaves
2007-11-17, by Patrick Mezard
convert: force svn:executable when execute-bit is not supported
2007-11-11, by Patrick Mezard
convert: fix svn file:// URL generation under Windows
2007-11-11, by Patrick Mezard
mq: avoid qnew committing everything on invalid paths (issue 803)
2007-11-20, by Patrick Mezard
highlight: clean up coding style a little
2007-11-12, by Bryan O'Sullivan
extension for synax highlighting in the hgweb file revision view
2007-11-10, by Adam Hupp
Change standard streams mode to binary at hg startup
2007-11-10, by Patrick Mezard
test-import: read email payload in binary mode
2007-11-10, by Patrick Mezard
convert: fix util.popen regression in darcs converter
2007-11-10, by Patrick Mezard
merge with crew-stable
2007-11-09, by Alexis S. L. Carvalho
mq: really remove undo after a qpush (and after a strip)
2007-11-09, by Alexis S. L. Carvalho
httprepo: give self._url and the netloc to the password manager
2007-11-09, by Alexis S. L. Carvalho
Do not display passwords with pull/push/incoming/outgoing
2007-11-05, by Manuel Holtgrewe
run-tests.py: add a default --date "0 0" argument to commit et al
2007-11-09, by Alexis S. L. Carvalho
tests/*: avoid losing the original settings from $HGRCPATH
2007-11-09, by Alexis S. L. Carvalho
convert: make sure mercurial_source has a local hg repo
2007-11-09, by Alexis S. L. Carvalho
convert: display all errors if we couldn't open the source repo
2007-11-09, by Alexis S. L. Carvalho
test-convert-darcs: skip if we can't find the elementtree module
2007-11-09, by Alexis S. L. Carvalho
test-permissions: add a chmod +w to allow the directory to be removed
2007-11-09, by Alexis S. L. Carvalho
run-tests.py: don't print a dot for skipped tests
2007-11-09, by Alexis S. L. Carvalho
purge: simplify safety net for case mangling filesystems
2007-11-09, by Alexis S. L. Carvalho
Fix dir-changed-to-file updates on clean workdir.
2007-11-07, by Maxim Dounin
Merge with crew
2007-11-07, by Matt Mackall
Add note to CONTRIBUTORS file
2007-11-07, by Matt Mackall
convert: add support for Subversion as a sink
2007-11-07, by Bryan O'Sullivan
convert: abstract darcs's commandline handling
2007-11-07, by Bryan O'Sullivan
convert: iterate
2007-11-07, by Bryan O'Sullivan
convert: abstract map files into a class
2007-11-07, by Bryan O'Sullivan
Mark failing test as a known bug
2007-11-07, by Matt Mackall
Merge with -stable
2007-11-05, by Bryan O'Sullivan
Support qgoto in contrib/bash_completion.
2007-11-05, by Peter Arrenbrecht
hgk: change config file from .gitk to .hgk
2007-11-03, by bdowning
Merge with crew-stable
2007-11-03, by Patrick Mezard
Merge with stable.
2007-11-02, by Bryan O'Sullivan
Test a merge of a symlink against an executable file.
2007-11-02, by Bryan O'Sullivan
Merge with -stable.
2007-11-02, by Bryan O'Sullivan
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip