Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+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.
test-rename: use hg status -C; don't use hg debugstate | grep copy
2007-07-03, by Alexis S. L. Carvalho
Make hgk handle filenames with spaces (issue49)
2007-07-01, by Thomas Arendsen Hein
Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523.
2007-07-01, by Thomas Arendsen Hein
Added full URL to debug output if something doesn't look like an http hg repo.
2007-06-29, by Thomas Arendsen Hein
Handle extensions with defined but empty cmdtable
2007-06-28, by Brendan Cully
mq: more qdelete help text tweaks
2007-06-28, by Brendan Cully
mq: require patch argument or revision for qdelete
2007-06-28, by Brendan Cully
Make hg glog abort if unused arguments are given.
2007-06-28, by Thomas Arendsen Hein
Abort if earlygetopt fails to detect an option.
2007-06-28, by Thomas Arendsen Hein
Simplified earlygetopt and made it remove parsed options and values.
2007-06-28, by Thomas Arendsen Hein
Disallow short earlygetop option combined with other short options
2007-06-27, by Thomas Arendsen Hein
Fix tgz archival on Windows.
2007-06-27, by csaba henk
Updated command tables in commands.py and hgext extensions.
2007-06-26, by Thomas Arendsen Hein
Catch illegal boolean values in hgrc nicely.
2007-06-26, by Thomas Arendsen Hein
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
2007-06-26, by Thomas Arendsen Hein
Fix earlygetop for short options with unnecessary spaces removed
2007-06-26, by Thomas Arendsen Hein
Fix and test 'hg backout' without or with too many revisions.
2007-06-26, by Thomas Arendsen Hein
Added signature for changeset fb4b6d5fe100b0886f8bc3d6731ec0e5ed5c4694
2007-06-25, by Matt Mackall
Added tag 0.9.4 for changeset fb4b6d5fe100
2007-06-25, by Matt Mackall
Update binary installer files.
0.9.4
2007-06-25, by Bryan O'Sullivan
mq: regularize patch header creation.
2007-06-25, by Brendan Cully
convert: "unknown" is a string
2007-06-25, by Alexis S. L. Carvalho
OpenVMS patches
2007-06-08, by Jean-Francois PIERONNE
fix 'convert' with single commit repositories
2007-06-25, by Hollis Blanchard
backout: report short hash in commit message
2007-06-25, by Matt Mackall
New config option: ui.report_untrusted (defaults to True)
2007-06-25, by Thomas Arendsen Hein
Make earlygetopt return a list of all option values, use the last value.
2007-06-25, by Thomas Arendsen Hein
Fixed sorting inside nearly sorted sections in hgrc.5
2007-06-24, by Thomas Arendsen Hein
Make changeset_printer respect ui diffopts
2007-06-25, by Benoit Boissinot
mq: support qnew -I/-X and file name lists
2007-06-25, by Brendan Cully
Merge with mpm
2007-06-25, by Brendan Cully
mq: document that qinit -c may be run later
2007-06-25, by Brendan Cully
gitweb: do not mix shortlog and changelog in summary page.
2007-06-25, by Markus F.X.J. Oberhumer
Add option "hidden" to hgwebdir.
2007-06-25, by Markus F.X.J. Oberhumer
Add support for RFC2822 to util.parsedate().
2007-06-25, by Markus F.X.J. Oberhumer
Makefile: remove *.pyd files on "make clean".
2007-06-25, by Markus F.X.J. Oberhumer
Makefile: change "make local" to build a fully working local version.
2007-06-25, by Markus F.X.J. Oberhumer
gitweb: hide email addresses in shortlog with |person
2007-06-25, by Matt Mackall
Make shortlog the default page in hgweb
2007-06-25, by Matt Mackall
hgweb: improve shortlog formatting
2007-06-25, by Matt Mackall
strip: move strip code to a new repair module
2007-06-25, by Matt Mackall
strip: simplify bundle helper
2007-06-25, by Matt Mackall
strip: pull core strip logic into its own function
2007-06-24, by Matt Mackall
unbundle: accept multiple file arguments
2007-06-24, by Giorgos Keramidas
convert: handle new cvsps with Tags: and multiple tags.
2007-06-24, by Eric Hopper
cat: return an error on failure
2007-06-24, by Matt Mackall
tests: add merge test for changeset 9fe267f77f56
2007-06-23, by Giorgos Keramidas
purge: add the clean alias inspired by git-clean and svn-clean
2007-06-23, by Emanuele Aina
mercurial.el: ignore errors on hg-after-save-hook()
2007-05-22, by NIIMI Satoshi
mercurial.el: change default log range to tip:0
2007-05-22, by NIIMI Satoshi
Command in doc comment is now on a single line, fixed
2007-06-23, by paul sorenson
purge: don't delete ignored files if --all is not specified
2007-06-06, by Emanuele Aina
Enable to select encoding in hgrc web section
2007-06-13, by OHASHI Hideya
merge with main
2007-06-23, by Thomas Arendsen Hein
hgk: Use $HG instead of hg (see 849f011dbf79)
2007-06-23, by Thomas Arendsen Hein
hgeditor: Use $HG to run 'hg diff' (see 849f011dbf79)
2007-06-23, by Thomas Arendsen Hein
Remember path to 'hg' executable and pass to external tools and hooks as $HG.
2007-06-23, by Thomas Arendsen Hein
archive: remove spurious flag_bits setting
2007-06-23, by Matt Mackall
convert: sometimes git forgets the author
2007-06-23, by Matt Mackall
Merge with main
2007-06-23, by Thomas Arendsen Hein
merge: fix small bug with a failed merge across a rename
2007-06-22, by Alexis S. L. Carvalho
rollback: update help for issue316
2007-06-22, by Matt Mackall
transplant: fix locking order
2007-06-22, by Alexis S. L. Carvalho
git patches: correct handling of filenames with spaces
2007-06-22, by Alexis S. L. Carvalho
Work around urllib2 digest auth bug with Python < 2.5
2007-06-22, by Alexis S. L. Carvalho
dirstate.status: if a file is marked as copied, consider it modified
2007-06-21, by Alexis S. L. Carvalho
Merge with Eric Hopper
2007-06-21, by Matt Mackall
Change branches to sort 'active' branches first, and add an option to show only active branches.
2007-06-21, by Eric Hopper
merge: warn user about divergent renames
2007-06-21, by Matt Mackall
Merge with crew
2007-06-21, by Patrick Mezard
Handle CTRL+C in serve under Windows.
2007-06-21, by Marcos Chaves
identify: take a path to a remote repo
2007-06-21, by Matt Mackall
dispatch: parse local hgrc for paths
2007-06-21, by Matt Mackall
hgweb_mod.archive(): Use 'key' instead of builtin 'id'.
2007-06-21, by Thomas Arendsen Hein
Remove useless variable assignments in util.opener.
2007-06-21, by Thomas Arendsen Hein
identify: work with remote repos
2007-06-21, by Matt Mackall
identify: add support for output flags
2007-06-21, by Matt Mackall
identify: accept a revision argument
2007-06-21, by Matt Mackall
identify: use contexts
2007-06-21, by Matt Mackall
context: add tags() method
2007-06-21, by Matt Mackall
identify: show nullid for empty repo
2007-06-21, by Matt Mackall
Backed out changeset cfa477946181824f4c769580ebf59710090ba08a
2007-06-21, by Thomas Arendsen Hein
Adjust note about variables not being set for empty values.
2007-06-21, by Thomas Arendsen Hein
Kill trailing spaces
2007-06-21, by Thomas Arendsen Hein
mq: test that qpush cleans things up when it fails
2007-06-21, by Alexis S. L. Carvalho
dirstate.invalidate: clear dirty flag
2007-06-21, by Alexis S. L. Carvalho
dirstate: fix typo
2007-06-21, by Alexis S. L. Carvalho
update the output of test-help and test-globalopts
2007-06-21, by Alexis S. L. Carvalho
Fix dispatch error message when not in a repo
2007-06-20, by Brendan Cully
archive: test md5 consistency
2007-06-20, by Brendan Cully
timestamp of gzip archives taken from changeset context
2007-06-11, by csaba henk
Test attempt to remove nonexistent tag
2007-06-20, by Brendan Cully
tag: abort when trying to remove nonexistent tags
2007-06-15, by TK Soh
Small fixes for 8e503fa54d2d (hg heads branch)
2007-06-20, by Brendan Cully
Add option to heads to show only heads for current branch.
2007-06-19, by Eric Hopper
Provide a version independent way to use the set datatype.
2007-06-19, by Eric Hopper
Fix read mode when importing patch.
2007-06-19, by Patrick Mezard
Add tests for ui.patch regression.
2007-06-20, by Patrick Mezard
patch: fix ui.patch regression introduced by 62019c4427e3.
2007-06-19, by Patrick Mezard
printenv: filter empty environment variables for portability.
2007-06-20, by Patrick Mezard
Merge with crew-stable
2007-06-20, by Patrick Mezard
Document empty environment variables not being passed to hooks under Windows.
2007-06-20, by Patrick Mezard
Merge with crew-stable
2007-06-20, by Patrick Mezard
test-annotate: add a test for issue 589.
2007-06-20, by Patrick Mezard
Fix issue 589: "undelete" sequence leads to crash.
2007-06-20, by Patrick Mezard
Add test for debugrename
2007-06-20, by Patrick Mezard
Fix debugrename --rev option
2007-06-20, by Patrick Mezard
Updated copyright notices and add "and others" to "hg version"
2007-06-19, by Thomas Arendsen Hein
Use printenv.py for pre/post-command-hooks (fixes tests on Solaris, too)
2007-06-19, by Thomas Arendsen Hein
Cleanup of whitespace, indentation and line continuation.
2007-06-19, by Thomas Arendsen Hein
dispatch: report failed imports nicely
2007-06-18, by Matt Mackall
demandimport: fix issue579 and add a test
2007-06-18, by Matt Mackall
dispatch: add generic pre- and post-command hooks
2007-06-18, by Matt Mackall
Fixes to not require administrator privleges and use private copies of DLLs when running the Windows installer.
2007-06-18, by Lee Cantey
Fix for including hgext in Windows compiled version.
2007-06-18, by Lee Cantey
Merge with crew
2007-06-18, by Lee Cantey
Fix for demandimport.py and Windows compiled version.
2007-06-18, by Lee Cantey
Work around heisenbug in Popen3.__del__
2007-06-18, by Brendan Cully
Merge with mpm
2007-06-18, by Brendan Cully
Make fast-forward merges full merges
2007-06-18, by Brendan Cully
hooks: separate hook code into a separate module
2007-06-18, by Matt Mackall
dispatch: fix handling of incorrect number of arguments
2007-06-18, by Matt Mackall
dirstate: pull ignore smarts out of ui
2007-06-18, by Matt Mackall
encoding: pull fallbackencoding out of localrepo into early parsing
2007-06-18, by Matt Mackall
extensions: kill ui readhooks
2007-06-18, by Matt Mackall
extensions: pull extension-aware bits out of ui
2007-06-18, by Matt Mackall
dirstate: refactor checkinterfering
2007-06-18, by Matt Mackall
dirstate: hide some more internals
2007-06-18, by Matt Mackall
dirstate: hide internal vars
2007-06-18, by Matt Mackall
localrepo and dirstate: rename reload to invalidate
2007-06-18, by Matt Mackall
dirstate: simplify dirty handling
2007-06-18, by Matt Mackall
dirstate: lazify and lambdafy _slash
2007-06-18, by Matt Mackall
dirstate: simplify state()
2007-06-18, by Matt Mackall
dirstate: move ignore to its own file
2007-06-18, by Matt Mackall
dirstate: replace clear()
2007-06-18, by Matt Mackall
dirstate: fold parse into read
2007-06-18, by Matt Mackall
dirstate: make reload lazy
2007-06-18, by Matt Mackall
dirstate: lazify initdirs
2007-06-18, by Matt Mackall
dirstate: lazify copymap, _branch, and _pl
2007-06-18, by Matt Mackall
dirstate: use getattr rather than lazyread
2007-06-18, by Matt Mackall
Fix up tests for new branch message
2007-06-18, by Brendan Cully
Notify the user that hg branch does not create a branch until commit
2007-06-18, by Brendan Cully
patchbomb: fix PAGER buglet introduced in 88fc92b0b821
2007-06-17, by Brendan Cully
patchbomb: page patchbomb messages only if PAGER is defined.
2007-06-17, by Patrick Mezard
cmdutil: add missing "time" import.
2007-06-17, by Patrick Mezard
Merge with crew-stable
2007-06-17, by Patrick Mezard
patchbomb: flush ui before delegating to pager.
2007-06-17, by Patrick Mezard
test-patchbomb: fix non-existing --date parameter and filtering regexps.
2007-06-17, by Patrick Mezard
test-patchbomb: sed -e may not work with extended regexps
2007-06-13, by Giorgos Keramidas
Make --import-branch option actually work (- is translated to _)
2007-06-17, by Thomas Arendsen Hein
Add --import-branch option to hg import to pull in branch information without --exact
2007-06-14, by Eric Hopper
convert: remove pdb call. *blush*
2007-06-14, by Brendan Cully
convert: fix various authormap handling bugs
2007-06-14, by Brendan Cully
convert extension: Add support for username mapping
2007-06-14, by Edouard Gomez
convert extension: Save a few opens on the map file
2007-06-14, by Edouard Gomez
Merge with stable
2007-06-14, by Brendan Cully
Make parents with a file but not a revision use working directory revision.
2007-06-14, by Brendan Cully
Merge with crew
2007-06-14, by Brendan Cully
Make parents with a file but not a revision use working directory revision.
2007-06-14, by Brendan Cully
Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
2007-06-14, by Thomas Arendsen Hein
merge with main
2007-06-14, by Thomas Arendsen Hein
Merge with crew
2007-06-13, by Brendan Cully
extensions: fix load of module/__init__.py on OS X
2007-06-13, by Brendan Cully
localrepo.status: only append stuff to the clean list if list_clean is true
2007-06-13, by Alexis S. L. Carvalho
mq: reduce matcher abuse
2007-06-13, by Alexis S. L. Carvalho
commands.remove: don't use the unknown list
2007-06-13, by Alexis S. L. Carvalho
commands.commit: don't use the unknown list
2007-06-13, by Alexis S. L. Carvalho
localrepo.add: avoid some stats
2007-06-13, by Alexis S. L. Carvalho
revert: use util.lexists
2007-06-13, by Alexis S. L. Carvalho
addremove: use util.lexists
2007-06-13, by Alexis S. L. Carvalho
commands.commit: symlinks are supported
2007-06-13, by Alexis S. L. Carvalho
mq: grab locks before starting a transaction
2007-06-13, by Alexis S. L. Carvalho
Merge with crew
2007-06-13, by Brendan Cully
extensions: load modules in module/__init__.py form.
2007-06-13, by Brendan Cully
test-patchbomb: sed -e may not work with extended regexps
2007-06-13, by Giorgos Keramidas
Correct tests/test-patchbomb* files:
2007-06-13, by Thomas Arendsen Hein
patchbomb: add --date option
2007-06-12, by Bryan O'Sullivan
Don't validate email config if we're not sending email.
2007-06-12, by Bryan O'Sullivan
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
2007-06-12, by Bryan O'Sullivan
dispatch: restore a dropped shlex import
2007-06-12, by Brendan Cully
merge with main
2007-06-12, by Thomas Arendsen Hein
Revive commands.dispatch as a simple way to call hg from other pythons scripts.
2007-06-12, by Thomas Arendsen Hein
extensions: fix lookup of hgext.foo modules
2007-06-13, by Matt Mackall
localrepo: demand-load changeset, manifest, and dirstate
2007-06-13, by Matt Mackall
extensions: add missing sys import
2007-06-12, by Matt Mackall
dispatch: accept an abbreviation of --repository
2007-06-11, by Matt Mackall
dispatch: move findrepo to cmdutil
2007-06-11, by Matt Mackall
localrepo: don't search from path
2007-06-11, by Matt Mackall
dispatch: use the repo path found by early parsing
2007-06-11, by Matt Mackall
dispatch: parse and apply -R early
2007-06-11, by Matt Mackall
dispatch: parse and apply cwd opt early
2007-06-11, by Matt Mackall
dispatch: rename variables after code motion
2007-06-11, by Matt Mackall
dispatch: hoist debugging hook to runcatch
2007-06-11, by Matt Mackall
dispatch: move dispatching code to cmdutil
2007-06-11, by Matt Mackall
dispatch: move runcommand to cmdutil
2007-06-11, by Matt Mackall
dispatch: pull final command execution into its own function
2007-06-11, by Matt Mackall
dispatch: reduce nesting by moving parsing exceptions
2007-06-11, by Matt Mackall
dispatch: move signal and exception handling to its own function
2007-06-11, by Matt Mackall
Create a separate module for managing extensions
2007-06-11, by Matt Mackall
extensions: separate function for loading single extensions
2007-06-11, by Matt Mackall
dispatch: reorder functions
2007-06-11, by Matt Mackall
localrepo: break out the repo-finding walk into its own function
2007-06-11, by Matt Mackall
Respect locale environment variables on darwin.
2007-06-11, by Brendan Cully
Small cleanups for the new tag code
2007-06-11, by Brendan Cully
gitweb: Display branch and tag labels
2007-06-01, by Josef "Jeff" Sipek
Merge with mpm
2007-06-10, by Brendan Cully
Split convert extension into common and repository type modules
2007-06-10, by Brendan Cully
commit: fix bug where dirstate for removed file is confused
2007-06-10, by Matt Mackall
hg serve: don't lookup user-supplied names/addresses
2007-06-10, by Matt Mackall
Removed trailing \n in calls to util.Abort()
2007-06-09, by Thomas Arendsen Hein
Some small cleanups for convert extension:
2007-06-09, by Thomas Arendsen Hein
Avoid extra filelogs entries.
2007-06-09, by Alexis S. L. Carvalho
Make sure the changelog mentions files whose flags changed
2007-06-09, by Alexis S. L. Carvalho
run-tests.py: set ui.slash = True
2007-06-08, by Alexis S. L. Carvalho
test-config-case: print only the Section we're interested in.
2007-06-08, by Alexis S. L. Carvalho
Add ui.slash hgrc setting
2007-06-08, by Alexis S. L. Carvalho
docopy: use repo.pathto to format paths for printing
2007-06-08, by Alexis S. L. Carvalho
Add dirstate.pathto and localrepo.pathto.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in revert.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in docopy.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in addremove.
2007-06-08, by Alexis S. L. Carvalho
Add some more smart when initializing destination repository
2007-06-07, by Edouard Gomez
Fix hgext/convert/__init__.py rights
2007-06-07, by Edouard Gomez
Include convert extension in packages setup
2007-06-07, by Thomas Arendsen Hein
convert: map CVS HEAD to default branch
2007-06-07, by Thomas Arendsen Hein
ui: make readsections() abort when configuration cannot be read.
2007-06-03, by Patrick Mezard
Removed trailing whitespace and tabs from python files
2007-06-06, by Thomas Arendsen Hein
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
2007-06-06, by Thomas Arendsen Hein
Add a wrapper script for convert extension
2007-05-25, by Edouard Gomez
Turns convert.py into a real extension
2007-05-25, by Edouard Gomez
Move convert-repo to hgext/convert/__init__.py
2007-06-06, by Thomas Arendsen Hein
Fixed test output for changed glog (. instead of @)
2007-06-06, by Thomas Arendsen Hein
Issue a warning if "-r ." is used with two working directory parents.
2007-06-06, by Thomas Arendsen Hein
graphlog: Print . instead of @ for working directory parents
2007-06-06, by Thomas Arendsen Hein
Remove atomicfile class.
2007-06-05, by Alexis S. L. Carvalho
Use atomictemp files to write the dirstate.
2007-06-05, by Alexis S. L. Carvalho
test-serve: let run-tests.py kill the daemons
2007-06-05, by Alexis S. L. Carvalho
Fix bug in "hg serve -v"
2007-06-04, by Joel Rosdahl
Add test reproducing a bug in "hg serve -v"
2007-06-04, by Joel Rosdahl
Merge with crew-stable
2007-06-04, by Patrick Mezard
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip