Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Fixed diff generation in hgeditor if a list of files is given to hg commit.
2005-06-26, by Thomas Arendsen Hein
Minor speed improvements for bdiff
2005-06-26, by mpm
[PATCH] Get run-tests working on 64-bit machines.
2005-06-25, by mpm
extensions: use stdint.h
2005-06-25, by mpm
Minor annotate performance tweaks
2005-06-25, by mpm
Fix up version module name and command conflict
2005-06-25, by mpm
Various node id lookup tweaks
2005-06-24, by mpm
[PATCH] add "root" command
2005-06-24, by mpm
Add version command
2005-06-24, by mpm
Add hgmerge manpage
2005-06-24, by mpm
Add a doc makefile
2005-06-24, by mpm
Merge from http://moffetthome.net:8012/
2005-06-24, by mpm
Added stdint.h include to fix build on Mac OS X Tiger [v10.4]
2005-06-24, by kyle
Fix pipe timing for copy test
2005-06-24, by mpm
[PATCH] /dev/null for other OS
2005-06-24, by mpm
add dirstate debugging commands
2005-06-24, by mpm
Add an RPM spec file
2005-06-24, by mpm
Added tag 0.6 for changeset 12e0fdbc57a0be78f0e817fd1d170a3615cd35da
2005-06-24, by mpm
Release tweaks
0.6
2005-06-24, by mpm
More FAQ bits.
2005-06-23, by mpm
More FAQ updates
2005-06-23, by mpm
Add 'local' tags
2005-06-23, by mpm
Clarify doc/README a bit
2005-06-23, by mpm
rawcommit: do lookup of parents at the appropriate layer
2005-06-23, by mpm
Make lookup a bit smarter
2005-06-23, by mpm
Get set_exec from util in convert_repo
2005-06-23, by mpm
Cleaned up some asciidoc bits in the FAQ
2005-06-23, by mpm
Minor packaging fixups
2005-06-23, by mpm
Update TODO
2005-06-23, by mpm
The beginnings of a FAQ file
2005-06-23, by mpm
README tidy-up
2005-06-23, by mpm
Add rawcommit tests
2005-06-23, by mpm
hg import error checking
2005-06-23, by mpm
rawcommit dirstate tweak
2005-06-23, by mpm
Permission handling for the other OS
2005-06-23, by mpm
Fix up tests for command name changes
2005-06-23, by mpm
Use __inline instead of inline
2005-06-23, by mpm
Update docs
2005-06-22, by mpm
Commands cleanup
2005-06-22, by mpm
Optimize annotate a bit
2005-06-22, by mpm
Fix a compile warning for bdiff
2005-06-22, by mpm
Replace difflib with bdiff for annotate
2005-06-22, by mpm
Add bdiff.blocks / minor performance tweaks
2005-06-22, by mpm
Start using bdiff for generating deltas
2005-06-22, by mpm
convert-repo fixups
2005-06-22, by mpm
Fix up test-merge1
2005-06-21, by mpm
Pull from TAH
2005-06-21, by mpm
Fix typo in merging new files
2005-06-21, by mpm
Make it possible to specify a version number in setup.py.
2005-06-19, by Thomas Arendsen Hein
Allow hgrc's proxy host and $http_proxy env var to start with http://
2005-06-19, by Thomas Arendsen Hein
remember_version() only writes version if called in a Mercurial repository.
2005-06-19, by Thomas Arendsen Hein
Allow override of HTTP_PROXY, http_proxy and no_proxy; make no_proxy work.
2005-06-18, by Thomas Arendsen Hein
Support for 'hg --version'. setup.py stores version from hg repository.
2005-06-18, by Thomas Arendsen Hein
[PATCH] Enables lock work under the other 'OS'
2005-06-21, by mpm
[PATCH] rename under the other OS
2005-06-21, by mpm
[PATCH] Repo locator fix for the other `OS'
2005-06-21, by mpm
[PATCH] file seperator handling for the other 'OS'
2005-06-21, by mpm
Minor tweak to binary mode patch
2005-06-21, by mpm
[PATCH] file type fixes for the other 'OS'
2005-06-21, by mpm
[PATCH] Removal of a file added by merging branches
2005-06-21, by mpm
[PATCH] Don't prompt user for keep-vs-delete when the merge is about to be aborted
2005-06-21, by mpm
Fix ls output for test-flags
2005-06-21, by mpm
remove double assignment
2005-06-21, by mpm
[PATCH]: Typo in localrepository.update
2005-06-21, by mpm
Add 'other OS' bits to bdiff.c / style cleanups
2005-06-21, by mpm
Make mpatch.c compilable under the other `OS'
2005-06-21, by mpm
Pick up tests from previous patch
2005-06-21, by mpm
[PATCH] Merging files that are deleted in both branches
2005-06-21, by mpm
[PATCH] Merging identical changes from another branch
2005-06-21, by mpm
[PATCH] Using monotone-viz/git-viz with mercurial
2005-06-21, by mpm
Check if repository exists
2005-06-21, by mpm
[PATCH] Unintuive use
2005-06-21, by mpm
[PATCH] rawcommit fix again
2005-06-21, by mpm
[PATCH] (3/4) Removing an added file
2005-06-21, by mpm
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
2005-06-21, by mpm
Add a fast binary diff extension (not yet used)
2005-06-21, by mpm
Delete error logs one test at a time
2005-06-21, by mpm
Quiet successful test install in run-tests
2005-06-21, by mpm
From: Andrew Thompson <andrewkt@aktzero.com>
2005-06-21, by mpm
Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli.
2005-06-17, by Thomas Arendsen Hein
commands: report http exceptions nicely
2005-06-17, by mpm
Add COPYING
2005-06-17, by mpm
hg init: add -u flag to update
2005-06-17, by mpm
Tidy up conflict and pull tests
2005-06-17, by mpm
hgweb: pull cgitb into CGI script example, where it can easily be disabled
2005-06-17, by mpm
create .hg/hgrc with [paths] default entry only if source was given on hg init.
2005-06-17, by Thomas Arendsen Hein
Updated TODO
2005-06-17, by Thomas Arendsen Hein
Fixed tests for displaying tags in hg history and hg parents.
2005-06-17, by Thomas Arendsen Hein
Show tags in hg history etc.
2005-06-17, by Thomas Arendsen Hein
Improvements for hg identify:
2005-06-17, by Thomas Arendsen Hein
Fixed problems with extra spaces around tags in .hgtags
2005-06-17, by Thomas Arendsen Hein
mpatch: attempt to handle unpack alignment issues on Solaris
2005-06-16, by mpm
hg merge: fix time asymmetry bug with deleting files on update to past
2005-06-16, by mpm
test suite: fix timezone problems and port collision problem
2005-06-16, by mpm
Ancestor algorithm fix
2005-06-16, by mpm
Merge with TAH
2005-06-15, by mpm
Updated TODO
2005-06-16, by Thomas Arendsen Hein
hgweb: missed a long hash
2005-06-15, by mpm
Merge with TAH
2005-06-15, by mpm
hgweb: fix deleted file in filediff key error
2005-06-16, by Thomas Arendsen Hein
Show nice short hashes in hgweb
2005-06-15, by mpm
update tests to reflect new short hash length
2005-06-15, by mpm
Change the size of the short hash representation
2005-06-15, by mpm
Move httprangereader into its own file
2005-06-15, by mpm
hg push: "default-push" default target path
2005-06-15, by mpm
revlog: add a children function
2005-06-15, by mpm
hgweb: fix deleted file in changeset key error
2005-06-15, by mpm
Add a TODO list
2005-06-15, by mpm
Use errno.EPIPE rather than 32
2005-06-15, by mpm
hgweb: remove pointless manifest reads
2005-06-15, by mpm
One too many newlines in verbose output showed up in regression
2005-06-15, by mpm
test-help: hg copy now shows up in the help
2005-06-15, by mpm
Add hg copy
2005-06-15, by mpm
run-tests: run tests given on the command line
2005-06-15, by mpm
Fix another sortdiff cornercase
2005-06-15, by mpm
filelog: add metadata support
2005-06-15, by mpm
hgweb: add file permissions
2005-06-15, by mpm
[PATCH] manifest.readflags performance buglet
2005-06-15, by mpm
[PATCH] Update hgit to the new commands.dodiff parameters
2005-06-15, by mpm
hgit rev-list support
2005-06-15, by mpm
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip