Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-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.
revrange: attempt to parse old-style queries as a first pass
2010-06-19, by Matt Mackall
revset: allow extended characters in symbols
2010-06-19, by Matt Mackall
i18n: fix translation of empty paragraphs
2010-06-19, by Martin Geisler
extensions: recommend against using wrapfunction for repo methods
2010-06-15, by Greg Ward
i18n-zh_TW: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-zh_CN: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-sv: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-pt_BR: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-ja: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-it: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-fr: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-el: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-de: split messages into paragraphs
2010-06-19, by Martin Geisler
i18n-da: split messages into paragraphs
2010-06-19, by Martin Geisler
Merge with hg-i18n
2010-06-19, by Martin Geisler
i18n: translate each paragraph separately
2010-04-06, by Wagner Bruna
i18n: script for splitting large messages on .po/.pot files
2010-06-17, by Wagner Bruna
i18n: patch polib.unescape
2010-06-19, by Martin Geisler
i18n: import polib 0.5.2 (rev b0ab301cfdcc)
2010-06-17, by Wagner Bruna
i18n-da: remove spurious \n
2010-06-18, by Martin Geisler
revset: nicer exception for empty queries
2010-06-18, by Matt Mackall
commands: advertise "hg help revsets" in help for log
2010-06-18, by Martin Geisler
revset: all your error messages are belong to _
2010-06-18, by Martin Geisler
help: new revsets topic
2010-06-17, by Martin Geisler
Merge with main
2010-06-18, by Martin Geisler
Ignore mercurial.egg-info build output
2010-06-18, by Lee Cantey
bookmarks: add support for push --bookmark to export bookmarks
2010-06-17, by Matt Mackall
bookmarks: add support for pull --bookmark to import remote bookmarks
2010-06-17, by Matt Mackall
patch: inline small, single-use 'write' function
2010-06-17, by Dirkjan Ochtman
patch: inline small, single-use 'close' function
2010-06-17, by Dirkjan Ochtman
mq: __str__ falls back to __repr__
2010-06-17, by Dirkjan Ochtman
bookmarks: update known bookmarks on the target on push
2010-06-17, by Matt Mackall
bookmarks: pull known bookmarks from server that are newer
2010-06-17, by Matt Mackall
bookmarks: add pushkey server-side support
2010-06-17, by Matt Mackall
pushkey: add debugpushkey command for testing
2010-06-16, by Matt Mackall
pushkey: add http support
2010-06-16, by Matt Mackall
pushkey: add ssh support
2010-06-16, by Matt Mackall
pushkey: add localrepo support
2010-06-16, by Matt Mackall
pushkey: add pushkey core
2010-06-16, by Matt Mackall
sshrepo: sort arguments
2010-06-16, by Matt Mackall
mq: make 'qdelete <patchidx>' work again.
2010-06-16, by Greg Ward
bdiff.c: Added support for py3k.
2010-06-15, by Renato Cunha
diffhelpers.c: Added support for py3k.
2010-06-15, by Renato Cunha
base85.c: Added support for py3k.
2010-06-15, by Renato Cunha
parsers.c: Added support for py3k.
2010-06-15, by Renato Cunha
mpatch.c: Added preliminary support for py3k.
2010-06-15, by Renato Cunha
osutil.c: Support for py3k added.
2010-06-15, by Renato Cunha
util.h: Utility macros for handling different Python APIs.
2010-06-15, by Renato Cunha
relink: ensure deterministic directory walk in collect
2010-06-16, by Martin Geisler
help: add "glossary" topic
2010-06-16, by Faheem Mitha
relink/progress: Adding progress for collecting stage
2010-06-10, by timeless
relink/progress: Adding progress for pruning stage
2010-06-10, by timeless
merge: when current branch has 1 or > 2 heads, actually abort.
2010-06-14, by Greg Ward
tags: remove inactive debugging code.
2010-06-15, by Greg Ward
tags: remove the old non-caching implementation of findglobaltags().
2010-06-15, by Greg Ward
keyword: postpone manifest calculation in kwtemplater.overwrite
2010-06-15, by Christian Ebert
revset: fix call to ctx.extra() in closed()
2010-06-13, by Georg Brandl
p4: fix long line and bad spacing around %
2010-06-15, by Martin Geisler
Fix shell quoting on p4 conversion
2010-06-14, by Frank Kingswood
tests: rename test-merge3 to test-add-remove.
2010-06-14, by Greg Ward
check-code: reformat long lines
2010-06-15, by Martin Geisler
dagparser: replace format with str
2010-06-15, by Martin Geisler
check-code: catch format(), introduced in Python 2.6
2010-06-15, by Martin Geisler
commands: get rid of generic exception in debugbuilddag
2010-06-15, by Martin Geisler
check-code: fix check for any/all function
2010-06-15, by Martin Geisler
hgext/zeroconf/__init__.py: Separate relative and absolute imports.
2010-06-14, by Renato Cunha
revset: improve filter argument handling
2010-06-11, by Matt Mackall
commands: format is a Python2.6 function
2010-06-11, by Martin Geisler
debugbuilddag: build a changelog dag from a concise description
2010-06-10, by Peter Arrenbrecht
debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
2010-06-10, by Peter Arrenbrecht
dagparser: parses and formats DAGs as concise text
2010-06-10, by Peter Arrenbrecht
tests: fix up webraw encoding
2010-06-10, by Matt Mackall
strip: backup bundles should use the .hg extension
2010-06-10, by Matt Mackall
hgweb: specify a charset when sending raw text files
2010-06-09, by Julian Cowley
summary: report copies and renames
2010-06-09, by Matt Mackall
provide pre- and post- hooks with parsed command line arguments.
2010-06-10, by Chad Dombrova
tests: fix some branch head fallout
2010-06-09, by Matt Mackall
pager: set ui.formatted() prior to redirecting stdout.
2010-06-07, by Dan Villiom Podlaski Christiansen
mq: use ui.formatted() instead of ui.plain().
2010-06-07, by Dan Villiom Podlaski Christiansen
color: use ui.formatted().
2010-06-07, by Dan Villiom Podlaski Christiansen
ui: document the formatted(), interactive() & plain() functions.
2010-06-07, by Dan Villiom Podlaski Christiansen
ui: add ui.formatted configuration variable and accessor function.
2010-06-07, by Dan Villiom Podlaski Christiansen
revlog: fix inconsistent comment formatting
2010-06-10, by Martin Geisler
improve --branch processing (and differentiate from # syntax)
2010-06-10, by Sune Foldager
help: show value requirement and multiple occurrence of options
2010-06-06, by FUJIWARA Katsunori
keyword: pass context to kwtemplater.overwrite
2010-06-09, by Christian Ebert
parser: fix missing param in _match
2010-06-08, by Peter Arrenbrecht
commit: add tests for the 'created new head' message
2010-06-08, by Gilles Moris
commit: fix display of 'created new head' message (issue2186)
2010-06-08, by Gilles Moris
rebase: --abort doesn't strip away the target changeset (issue2220)
2010-06-08, by Stefano Tortarolo
test-branch-option: Updated output to match rev 3f1409082720
2010-06-09, by Jan Sorensen
Merge with mpm
2010-06-09, by Martin Geisler
discovery: fix description line
2010-06-09, by Dirkjan Ochtman
Merge with stable
2010-06-08, by Matt Mackall
Merge backout
2010-06-08, by Steve Borho
Backed out changeset: e1dde7363601
2010-06-08, by Steve Borho
ui: handle leading newlines/spaces/commas in configlist
2010-06-08, by Thomas Arendsen Hein
mergetools: add configuration for Ultra Compare (issue2226)
2010-06-08, by Steve Borho
mq: use hg reST role some more
2010-06-08, by Martin Geisler
fix encoding bug in 05ac42e56452
stable
2010-06-08, by Sune Foldager
cleanups: undefined variables
2010-06-08, by Dirkjan Ochtman
cleanups: unused variables
2010-06-08, by Dirkjan Ochtman
move working dir/dirstate methods from localrepo to workingctx
2010-06-07, by Dirkjan Ochtman
color: labeled text should be passed to ui.write() as ui.labeled
2010-06-03, by Steve Borho
move discovery methods from localrepo into new discovery module
2010-06-07, by Dirkjan Ochtman
merge with stable
2010-06-07, by Sune Foldager
push/pull: fix bug in "--branch ." handling
stable
2010-06-07, by Sune Foldager
shrink-repo: wrong variable name
2010-06-06, by Pradeepkumar Gayam
replace Python standard textwrap by MBCS sensitive one for i18n text
2010-06-06, by FUJIWARA Katsunori
keyword: use context to detect uncommitted merge
2010-06-03, by Christian Ebert
tests: use --debug on test-clone
2010-06-03, by Adrian Buehlmann
shrink-revlog: use util.mktempcopy() to preserve mode of index file.
2010-06-03, by Greg Ward
revset: delay import of hg to avoid start-up import loops
2010-06-05, by Matt Mackall
error: fix up test-hgrc
2010-06-04, by Matt Mackall
error: update test-trusted.py
2010-06-04, by Matt Mackall
revset: fix test failure with qfinish
2010-06-04, by Matt Mackall
revset: raise ParseError exceptions
2010-06-04, by Matt Mackall
error: add new ParseError for various parsing errors
2010-06-04, by Matt Mackall
error: change ParseError to CommandError
2010-06-04, by Matt Mackall
hgrc: improve docs for the trusted section
2010-06-04, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip