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.
Pass correct username as $HGUSER to hgeditor if "commit -u" is used.
2006-03-21, by Thomas Arendsen Hein
Added test for incoming via ssh.
2006-03-21, by Thomas Arendsen Hein
make incoming work via ssh (issue139); move chunk code into separate module.
2006-03-21, by Thomas Arendsen Hein
use HG10UN header for uncompressed bundle
2006-03-21, by Benoit Boissinot
More detailed documentation about ssh:// URLs; fixes issue170.
2006-03-20, by Thomas Arendsen Hein
do proper typecasting on malloc() and calloc() calls
2006-03-20, by TK Soh
Don't forget version at the end of setup.py, write it only if changed.
2006-03-19, by Thomas Arendsen Hein
Enable path validation for copy, rename, debugwalk and other canonpath users.
2006-03-19, by Thomas Arendsen Hein
Duplicate cache when creating templater.
2006-03-18, by Shun-ichi Goto
Delete bundle file of hg incoming in case of errors, preserve existing files.
2006-03-18, by Thomas Arendsen Hein
Cleaned up the code path for bundle handling in hg incoming, updated comments.
2006-03-18, by Thomas Arendsen Hein
Documented behaviour of write_bundle regarding file handles.
2006-03-18, by Thomas Arendsen Hein
imported patch /home/thomas/fix-incoming-abortion4.patch
2006-03-18, by Thomas Arendsen Hein
Fixed abort while remote incoming command on windows.
2006-03-17, by Shun-ichi GOTO
write_bundle: close the file before removing it in case of failure
2006-03-17, by Benoit Boissinot
merge with crew.
2006-03-17, by Vadim Gelfer
still use old variable names when running hooks. dropped by accident.
2006-03-17, by Vadim Gelfer
hg status cleanups: Don't translate long options, remove stray semicolon.
2006-03-17, by Thomas Arendsen Hein
add remotecmd/ssh option support to incoming/outgoing
2006-03-16, by Benoit Boissinot
fix template bug that made hgweb break.
2006-03-15, by Vadim Gelfer
Don't require the "yes" command for test-merge5.
2006-03-15, by Thomas Arendsen Hein
tests: more portability fix for the old systems
2006-03-15, by TK Soh
merge with crew.
2006-03-14, by Vadim Gelfer
update test for unrelated repo.
2006-03-14, by Vadim Gelfer
add -f/--force to pull, incoming, outgoing, to work on unrelated repo.
2006-03-14, by Vadim Gelfer
merge with crew
2006-03-15, by Benoit Boissinot
merge with crew
2006-03-15, by Benoit Boissinot
use a proper test instead of catching every exception
2006-03-15, by Benoit Boissinot
Fix the py2exe template path problem (issue:152) again.
2006-03-15, by Shun-ichi GOTO
merge with crew.
2006-03-14, by Vadim Gelfer
change default strftime format for better portability
2006-03-14, by TK Soh
tests: fix portability issue for echo -n
2006-03-14, by TK Soh
add HGRCPATH env var, list of places to look for hgrc files.
2006-03-14, by Vadim Gelfer
hgk "committer:" bug
2006-03-15, by Hollis Blanchard
tests: add bunzip2 to prerequisite list
2006-03-15, by Soh Tk-r28629
merge with crew/templates
2006-03-13, by Benoit Boissinot
fix the call to util.matcher (the args should be (reporoot, cwd, ...))
2006-03-13, by Benoit Boissinot
bundlerepo: remove relative import, fix a comment
2006-03-13, by Benoit Boissinot
new type of repo: bundle://path/to/repo+/path/to/bundlename
2006-03-13, by Benoit Boissinot
incoming: add support for remote repo using bundlerepo
2006-03-13, by Benoit Boissinot
refactor the bundle writing code, since we will reuse it later
2006-03-13, by Benoit Boissinot
add bundlerepo.py: a read-only repo that can use uncompressed bundles
2006-03-13, by Benoit Boissinot
revlog.py: factorization and fixes for rev < 0 (nullid)
2006-03-13, by Benoit Boissinot
add a new bundle type: uncompressed bundle
2006-03-13, by Benoit Boissinot
Use timestamps without leading 0 in test-command-template for portable tests.
2006-03-13, by Thomas Arendsen Hein
merge with crew.
2006-03-13, by Vadim Gelfer
fix use of python 2.4 features.
2006-03-13, by Vadim Gelfer
Make test-remove portable for strange strftime implementations (second try).
2006-03-13, by Thomas Arendsen Hein
Removed obsolete workaround for error message in tests/test-static-http.
2006-03-13, by Thomas Arendsen Hein
Make test-remove portable for strange strftime implementations.
2006-03-13, by Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
2006-03-13, by Thomas Arendsen Hein
Merge with http://hg.home.dataloss.nl/hg-portabletests
2006-03-13, by Thomas Arendsen Hein
merge with crew
2006-03-06, by Peter van Dijk
merge with crew
2006-03-06, by Peter van Dijk
Merging with crew.
2006-03-06, by Eric Hopper
clarify license on md5sum.py
2006-03-06, by Peter van Dijk
add http_proxy= lines to test-bad-pull and test-pull
2006-02-22, by Peter van Dijk
changes by John Levon to standardize some erroroutput
2006-02-22, by Peter van Dijk
small solaris portability fixes from John Levon <levon@movementarian.org>
2006-02-22, by Peter van Dijk
add md5sum.py required by fix in previous changeset
2006-02-21, by Peter van Dijk
fix testsuite for freebsd and one timingissue
2006-02-21, by Peter van Dijk
ui: output the number of file updated/merged/removed/... on update
2006-03-13, by Benoit Boissinot
Don't expand empty [paths] so later interpolation can do the right thing.
2006-03-12, by Thomas Arendsen Hein
merge with crew.
2006-03-12, by Vadim Gelfer
add changeset_quiet to templates.
2006-03-12, by Vadim Gelfer
fix template tests.
2006-03-12, by Vadim Gelfer
add quiet and debug template keys.
2006-03-10, by Vadim Gelfer
fix test failures that depend on when tests run.
2006-03-05, by Vadim Gelfer
add tests for command line template.
2006-03-04, by Vadim Gelfer
make --style=compact look for map-cmdline.compact.
2006-03-04, by Vadim Gelfer
fix some things people wanted to be cleaner.
2006-03-04, by Vadim Gelfer
hide some functions behind lambdas, so demandload is useful.
2006-02-28, by Vadim Gelfer
add extra newline to verbose log template. asak found this.
2006-02-27, by Vadim Gelfer
changeset_templater: only compute manifest when --debug.
2006-02-27, by Vadim Gelfer
add doc comments to template code.
2006-02-27, by Vadim Gelfer
print tags in compact template.
2006-02-27, by Vadim Gelfer
let commands that show changesets use templates.
2006-02-27, by Vadim Gelfer
add iso date template filter.
2006-02-27, by Vadim Gelfer
improve template errors when something is wrong.
2006-02-27, by Vadim Gelfer
improve templating.
2006-02-27, by Vadim Gelfer
move shortuser into util module.
2006-02-27, by Vadim Gelfer
make parsestring work with strings that do not have quotes.
2006-02-27, by Vadim Gelfer
use safer string parser for template engine.
2006-02-27, by Vadim Gelfer
move repeated work out of inner loops.
2006-02-27, by Vadim Gelfer
many small changes to templater.
2006-02-26, by Vadim Gelfer
missed hunk when moving code to templater module
2006-02-26, by Vadim Gelfer
move hgweb.templatepath into templater
2006-02-26, by Vadim Gelfer
move hgweb template code out to templater
2006-02-26, by Vadim Gelfer
findincoming should return an iterable
2006-03-13, by Benoit Boissinot
Allow symbolic path names in global -R/--repository parameter.
2006-03-12, by Thomas Arendsen Hein
Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
2006-03-12, by Thomas Arendsen Hein
Directory names take precedence over symbolic names consistently.
2006-03-12, by Thomas Arendsen Hein
New version/release in mercurial.spec, patchbomb is now in hgext.
2006-03-12, by Thomas Arendsen Hein
fix contrib/mercurial.spec for hgext
2006-03-12, by Xiaofeng Ling
Try to import extensions from the hgext module first.
2006-03-12, by Thomas Arendsen Hein
Make bash_completion more robust for e.g. broken hgrc or old hg installations.
2006-03-12, by Thomas Arendsen Hein
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip