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.
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
Fix error on Windows if "hg log | more" exits.
2006-03-28, by Eung-Ju Park
add missing filename title to gitweb's filelog page
2006-03-28, by TK Soh
don't overquote description on gitweb summary page (issue 184)
2006-03-28, by TK Soh
fix appendfile problem on macos.
2006-03-27, by Vadim Gelfer
Fix broken hgignore tests due to full path showing up in output.
2006-03-26, by Thomas Arendsen Hein
Don't ignore everything if all hgignore files are empty.
2006-03-26, by Thomas Arendsen Hein
show committer's name on gitweb's summary page (issue 137)
2006-03-26, by TK Soh
Show reason why an ignore file can't be read and state that it is skipped.
2006-03-25, by Thomas Arendsen Hein
On error parsing hgignore file, print the correct filename.
2006-03-25, by mcmillen
Add warning if user-configured hgignore file isn't found
2006-03-25, by mcmillen
Implementation of per-user .hgignore.
2006-03-24, by mcmillen
Calling revlog.addgroup with an empty changegroup now raises RevlogError.
2006-03-24, by Thomas Arendsen Hein
Windows py2exe version didn't handle names given to templatepath() correctly
2006-03-24, by Lee Cantey
add benoit's test for issue148.
2006-03-24, by Vadim Gelfer
forgot to add new module.
2006-03-24, by Vadim Gelfer
fix race in localrepo.addchangegroup.
2006-03-24, by Vadim Gelfer
Added missing gettext import to changegroup.py.
2006-03-24, by Thomas Arendsen Hein
Don't mention deprecated HGEDITOR variable in the help text of commit.
2006-03-24, by Thomas Arendsen Hein
Spelling fix: "commited" -> "committed"
2006-03-24, by mcmillen
show message if no changes found on outgoing
2006-03-24, by Thomas Arendsen Hein
show message if no changes found on incoming
2006-03-24, by TK Soh
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
2006-03-24, by Lee Cantey
merge with self
2006-03-23, by Benoit Boissinot
make it possible to escape characters in a glob expression
2006-03-23, by Benoit Boissinot
ignore EPIPE in ui.err_write
2006-03-23, by Benoit Boissinot
merge with crew.
2006-03-21, by Vadim Gelfer
add changelog style to command line template.
2006-03-21, by Vadim Gelfer
add checking for invalid entries in tag files
2006-03-22, by Benoit Boissinot
Adapted behaviour of ui.username() to documentation and mention it explicitly:
2006-03-21, by Thomas Arendsen Hein
Improved ui.edit():
2006-03-21, by Thomas Arendsen Hein
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip