Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-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.
doc: wrap man pages after fixing quoting
2009-06-11, by Martin Geisler
hgrc.5: fix quoting of literal strings
2009-06-11, by Martin Geisler
hgignore.5: remove extra quotes
2009-06-11, by Martin Geisler
Improve English for help text of many core hg commands.
2009-06-09, by timeless
use new style classes
2009-06-10, by Benoit Boissinot
doc: correctly escape *
2009-06-10, by Benoit Boissinot
doc: correctly escape *
2009-06-10, by Benoit Boissinot
hg.1: highlight references to commands and man pages
2009-06-10, by Martin Geisler
hg.1: simplify synopsis
2009-06-10, by Martin Geisler
hgrc.5: spell check
2009-06-10, by Martin Geisler
man pages: add meta data
2009-06-10, by Martin Geisler
man pages: updated copyright years
2009-06-10, by Martin Geisler
hgrc.5: use NOTE admonition paragraph
2009-06-10, by Martin Geisler
hgrc.5: reformatted to avoid big chunks of monospaced text
2009-06-10, by Martin Geisler
hgrc.5: mark filename patterns as monospaced text
2009-06-09, by Martin Geisler
hgrc.5: single quotes means italic in asciidoc
2009-06-09, by Martin Geisler
man pages: mark filenames and env vars as fixed text
2009-06-09, by Martin Geisler
test-convert-svn-*: no longer need the url building code
2009-06-09, by Patrick Mezard
convert: default to file protocol when no :// found for svn repo url
2009-06-06, by Edouard Gomez
keyword: improve English
2009-06-09, by timeless
bookmarks: improve English
2009-06-09, by timeless
Generally replace "file name" with "filename" in help and comments.
2009-06-09, by timeless
Spell Mercurial as a proper noun
2009-06-09, by timeless
win32text: drop disabling portion of test
2009-06-09, by Matt Mackall
i18n-de: Synchronised with hg.pot
2009-06-08, by Tobias Bell
i18n-pt_BR: synchronized and updated
2009-06-09, by Wagner Bruna
convert: better support for CVS branchpoints (issue1447)
2009-06-09, by Henrik Stuart
Merge with stable
2009-06-08, by Matt Mackall
Merge with crew
2009-06-08, by Matt Mackall
merge: refactor manifestmerge init to better report effective ancestor
2009-06-08, by Matt Mackall
merge: simplify file revision comparison logic
2009-06-08, by Matt Mackall
merge: make locally-added file test more correct
2009-06-08, by Matt Mackall
merge: drop unused diverge initialization
2009-06-08, by Matt Mackall
merge: refactor some initialization, drop backwards var
2009-06-08, by Matt Mackall
merge: combine a copy and move case
2009-06-08, by Matt Mackall
merge: drop a flag update case
2009-06-08, by Matt Mackall
merge: combine three identical 'remote is newer' cases
2009-06-08, by Matt Mackall
merge: drop 'remote deleted' case
2009-06-08, by Matt Mackall
merge: simplify 'other deleted' case
2009-06-08, by Matt Mackall
merge: simplify backwards revert test, ready to combine with other cases
2009-06-08, by Matt Mackall
merge: allow merging going backwards
2009-06-08, by Matt Mackall
merge: reorder remote creation tests
2009-06-08, by Matt Mackall
merge: drop recreating case
2009-06-08, by Matt Mackall
merge: drop an overwrite test
2009-06-08, by Matt Mackall
merge: simplify a delete case
2009-06-08, by Matt Mackall
merge: reorder get cases for future simplification
2009-06-08, by Matt Mackall
merge: fix prompt keep
2009-06-08, by Matt Mackall
merge: remove a flags case
2009-06-08, by Matt Mackall
merge: pretend ancestor is local to simplify backwards and overwrite
2009-06-08, by Matt Mackall
merge: simplify flag merging code slightly
2009-06-08, by Matt Mackall
dirstate: eliminate reference cycle from normalize
2009-06-08, by Matt Mackall
cleanup: removed unused imports
2009-06-07, by Henri Wiechers
hgrc.5: wrap lines at 70 chars (whitespace cleanup)
2009-06-08, by Martin Geisler
hgignore.5: wrap lines at 70 chars (whitespace cleanup)
2009-06-08, by Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
2009-06-08, by Martin Geisler
hgrc.5: language fixes
2009-06-07, by timeless
hgrc.5: wrap manpage at 80 chars
2009-06-01, by Christian Ebert
bookmarks: update docstring
2009-06-04, by Abderrahim Kitouni
Unbreak run-tests support for out-of-tree extensions
2009-06-06, by Brendan Cully
Merge with crew-stable
2009-06-06, by Brendan Cully
Some platforms lack the PATH_MAX definition (eg. GNU/Hurd).
2009-06-05, by Arne Babenhauserheide
test-fncache: Use find instead of ls -R.
2009-06-04, by Will Maier
Make test-verify SUSv3 compatible.
2009-06-04, by Will Maier
Support branch names in contrib/bash_completion
2009-06-03, by Steve Losh
Support merge in contrib/bash_completion
2009-06-03, by Steve Losh
context: add a dirty method to detect modified contexts
2009-06-04, by Matt Mackall
dirstate: don't complain about 0-length files
2009-06-04, by Matt Mackall
commit: move some setup outside the lock
2009-06-04, by Matt Mackall
Add cp950 as problematic encoding which is used in chinese windows.
2009-06-04, by Shun-ichi GOTO
hgweb: allow distinction between open/closed branches on branches page
2009-06-04, by Dirkjan Ochtman
commit: rename wctx to cctx
2009-06-03, by Matt Mackall
mq: fix commit prototype
2009-06-03, by Matt Mackall
commit: trade O(n^2) file checks for O(n^2) dir checks
2009-06-01, by Matt Mackall
commit: move explicit file checking into repo.commit
2009-06-01, by Matt Mackall
dirstate: more accurate use of match.dir callback
2009-06-01, by Matt Mackall
commit: editor reads file lists from provided context
2009-06-01, by Matt Mackall
commit: drop the now-unused files parameter
2009-06-01, by Matt Mackall
tag: use match.exact for commit
2009-06-01, by Matt Mackall
commands: drop files arg for commit calls
2009-06-01, by Matt Mackall
transplant: use match object rather than files for commit
2009-06-01, by Matt Mackall
rebase: remove unneeded status call before commit
2009-06-01, by Matt Mackall
gpg: use match.exact rather than files for commit
2009-06-01, by Matt Mackall
mq: drop unneeded files args for commit
2009-06-01, by Matt Mackall
commit: apply force flag without files
2009-06-01, by Matt Mackall
fetch: no need to pass files list to commit
2009-06-01, by Matt Mackall
templater: retain author's full name if no email is supplied (issue1685)
2009-06-03, by Marco Beck
tests: delete parallel coverage files after combining
2009-06-03, by Dirkjan Ochtman
heads: show closed heads only when --closed is passed
2009-06-03, by John Mulligan
localrepo: set heads and branchheads to be closed=False by default
2009-06-03, by John Mulligan
convert: rewrite tags when converting from hg to hg
2009-06-01, by Patrick Mezard
convert: default revisions order depends on source
2009-06-01, by Patrick Mezard
convert: fail fast if source does not support --sourcesort
2009-06-01, by Patrick Mezard
convert: add --sourcesort option for source specific sort
2009-06-01, by Patrick Mezard
convert: parse sort mode sooner
2009-06-01, by Patrick Mezard
convert: split toposort() into subfunctions for readability
2009-06-01, by Patrick Mezard
run-tests: don't replace PYTHONPATH, just augment it.
2009-06-01, by Greg Ward
merge with mpm
2009-06-01, by Martin Geisler
color: yet another typo
2009-06-01, by Martin Geisler
match: fold plan cases down to two special cases
2009-05-31, by Matt Mackall
walk: refactor walk plan
2009-05-31, by Matt Mackall
match: remove match.never
2009-05-31, by Matt Mackall
walk: use match.bad callback for filetype messages
2009-05-31, by Matt Mackall
match: ignore return of match.bad
2009-05-31, by Matt Mackall
add: use match.bad callback more effectively
2009-05-31, by Matt Mackall
match: document bad callback semantics
2009-05-31, by Matt Mackall
walk: simplify logic for badfn clause
2009-05-31, by Matt Mackall
walk: we always have a badfn
2009-05-31, by Matt Mackall
walk: simplify check for missing file
2009-05-31, by Matt Mackall
run-tests: redefine --with-hg so it takes the 'hg' script to run.
2009-05-31, by Greg Ward
run-tests: fix _checkhglib() so it's correct when using --with-hg.
2009-05-29, by Greg Ward
run-tests: factor out _checkhglib() to check import path of 'mercurial'.
2009-05-29, by Greg Ward
run-tests: show PID if running in parallel mode with -v.
2009-05-29, by Greg Ward
i18n-da: synchronized and updated slightly
2009-05-31, by Martin Geisler
commands: typo in bundle abort message
2009-05-31, by Martin Geisler
fixed typos found in translatable strings
2009-05-31, by Martin Geisler
graphlog, win32mbcs: capitalize ASCII
2009-05-31, by Martin Geisler
highlight: consistently capitalize Pygments
2009-05-31, by Martin Geisler
win32mbcs: capitalize Unicode
2009-05-31, by Martin Geisler
commands: expand "arg" -> "argument" in showconfig help strings
2009-05-31, by Martin Geisler
wrap string literals in error messages
2009-05-31, by Martin Geisler
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip