Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-192
+192
+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.
Use "kill $!" to kill running background processes.
2005-06-27, by Thomas Arendsen Hein
Fixed test-flags and .out for arbitrary umask settings. Use -ex shell flags.
2005-06-27, by Thomas Arendsen Hein
Make show_changeset show added and deleted files in verbose mode.
2005-06-27, by Thomas Arendsen Hein
[PATCH] umask for run-tests
2005-06-27, by mpm
[PATCH] Set locale before run-tests does anything
2005-06-27, by mpm
Add initial hook support
2005-06-27, by mpm
Remove stdint.h from mpatch and bdiff
2005-06-27, by mpm
[PATCH] add clone command
2005-06-26, by mpm
Pull from TAH
2005-06-26, by mpm
Updated TODO
2005-06-26, by Thomas Arendsen Hein
Removed some unused variables.
2005-06-26, by Thomas Arendsen Hein
hg import checking for quiet mode didn't work. Fixed using the ui module.
2005-06-26, by Thomas Arendsen Hein
Fixed call to ui.warn()
2005-06-26, by Thomas Arendsen Hein
Cleaned up command alias handling in help.
2005-06-26, by Thomas Arendsen Hein
Update of doc/hg.1.txt
2005-06-26, by Thomas Arendsen Hein
Handle errors in .hgtags or hgrc [tags] section more gracefully.
2005-06-26, by Thomas Arendsen Hein
Really _call_ method revlog.count in revlog.lookup()
2005-06-26, by Thomas Arendsen Hein
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
hg import: better file accounting
2005-06-15, by mpm
hg commit: add -A flag
2005-06-15, by mpm
hg addremove: take optional files list
2005-06-15, by mpm
ignore files associated with quilt
2005-06-15, by mpm
hgweb: change number navigation tidy up
2005-06-15, by mpm
Merge with TAH
2005-06-15, by mpm
Merged with mercurial-identify (which includes upstream's current tip)
2005-06-15, by Thomas Arendsen Hein
Improved hgeditor:
2005-06-14, by Thomas Arendsen Hein
Cleaned up show_changeset()
2005-06-14, by Thomas Arendsen Hein
merge3: fix argument order
2005-06-15, by mpm
Add a tags/identify test group
2005-06-15, by mpm
Fix yet another resolve corner case
2005-06-15, by mpm
rework all code using tags
2005-06-15, by mpm
update help test for identify
2005-06-15, by mpm
run-tests: actually mark changed output as failure
2005-06-15, by mpm
Handle the case where the current working copy is not based on a checkout.
2005-06-15, by Thomas Arendsen Hein
added hg identify|id (based on a patch from Andrew Thompson)
2005-06-15, by Thomas Arendsen Hein
default path support with .hg/hgrc
2005-06-14, by mpm
Add support for .hg/hgrc file
2005-06-14, by mpm
Add some more tests
2005-06-14, by mpm
Fix misrecognition of commands
2005-06-14, by mpm
hgit: remove tabs
2005-06-14, by mpm
hg rawcommit: fix files arg conflict
2005-06-14, by mpm
testing fixups
2005-06-14, by mpm
Add a simple testing framework
2005-06-14, by mpm
Merge with TAH
2005-06-13, by mpm
Use common output function show_changeset() for hg heads|history|log|tip.
2005-06-13, by Thomas Arendsen Hein
hg pull: more query fixes
2005-06-13, by mpm
Tweak README for branch, push, and .hgrc
2005-06-13, by mpm
mdiff: fix the fix
2005-06-13, by mpm
mdiff: reinstate new algorithm
2005-06-13, by mpm
hg merge: some getchangegroup fixups
2005-06-13, by mpm
lazyparser speed ups
2005-06-13, by mpm
hgweb: Fix reloading of index
2005-06-13, by mpm
Transparent proxy support
2005-06-12, by mpm
hg push: propagate return code
2005-06-12, by mpm
stopgap hg push support
2005-06-12, by mpm
mdiff: revert grouping optimization for the time being
2005-06-12, by mpm
hg commit: user and date options
2005-06-12, by mpm
Add new convert-repo script
2005-06-12, by mpm
Remove the old convert-repo script for .4-era hg repositories
2005-06-12, by mpm
More tweaking to rawcommit for repo conversion
2005-06-12, by mpm
Minor caching improvement for manifest
2005-06-12, by mpm
Optimize diff and status in subdirectories
2005-06-12, by mpm
fix KeyErrors from reading empty dirstate
2005-06-11, by mpm
hg patch: add default commit text
2005-06-10, by mpm
add easy profiling support
2005-06-10, by mpm
Add tip to tags
2005-06-10, by mpm
add tip to repo.lookup
2005-06-10, by mpm
Merge with TAH
2005-06-10, by mpm
more merge fixes
2005-06-10, by mpm
Use vi if $EDITOR is unset.
2005-06-10, by Thomas Arendsen Hein
Check if $DISPLAY is set before using tkdiff or kdiff3.
2005-06-10, by Thomas Arendsen Hein
various fixups for git import
2005-06-10, by mpm
revlog: allow duplicates
2005-06-10, by mpm
less
more
|
(0)
-192
+192
+1000
+3000
+10000
+30000
tip