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.
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
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
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip