Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-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.
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
rebase: use usual util.abort rather than error.ParseError
2010-06-04, by Matt Mackall
revset: sort the predicate list
2010-06-04, by Matt Mackall
revset: fix - handling in the optimizer
2010-06-04, by Matt Mackall
revset: fix up tests
2010-06-03, by Matt Mackall
walkchangerevs: allow empty query sets
2010-06-03, by Matt Mackall
revset: add tagged predicate
2010-06-03, by Matt Mackall
revset: optimize the parse tree directly
2010-06-03, by Matt Mackall
revset: add support for prefix and suffix versions of : and ::
2010-06-02, by Matt Mackall
revset: hook into revrange
2010-06-01, by Matt Mackall
revset: add a debugrevspec command
2010-06-01, by Matt Mackall
revset: introduce revset core
2010-06-01, by Matt Mackall
revset: introduce basic parser
2010-06-01, by Matt Mackall
remoteui: move from cmdutil to hg
2010-06-01, by Matt Mackall
mq: better qqueue test for troublesome names
2010-06-03, by Henrik Stuart
mq: prevent the creation of a queue whose name is already taken
2010-06-03, by Cédric Duval
mq: fix naming issues for qqueue directories
2010-06-02, by Henrik Stuart
win32text: mark this extension as deprecated
2010-06-02, by Martin Geisler
Merge with stable
2010-06-02, by Martin Geisler
shrink-revlog: preserve mode of the shrunken index and data file.
stable
2010-06-01, by Greg Ward
Fixed a bashism with the use of $RANDOM in hgeditor.
2010-05-19, by Javi Merino
churn: add possibility to include/exclude paths
2010-05-27, by Alexander Solovyov
churn: support spaces in aliases (issue2222)
2010-06-02, by Alexander Solovyov
Merge with stable
2010-06-01, by Matt Mackall
Merge with i18n
2010-06-01, by Matt Mackall
Added signature for changeset 24fe2629c6fd
stable
2010-06-01, by Matt Mackall
Added tag 1.5.4 for changeset 24fe2629c6fd
stable
2010-06-01, by Matt Mackall
Merge with i18n
stable
1.5.4
2010-06-01, by Matt Mackall
merge with i18n stable
2010-06-01, by Wagner Bruna
i18n-pt_BR: synchronized with 0bb67503ad4b
stable
2010-06-01, by Wagner Bruna
Merge with stable
2010-06-01, by Matt Mackall
clone: save hardlink state of util.copyfiles()
stable
2010-05-28, by Adrian Buehlmann
util.copyfiles: don't try os_link() again if it failed before
stable
2010-05-28, by Adrian Buehlmann
keyword: retrieve added and modified files from commitctx
2010-06-01, by Christian Ebert
keyword: force dirstate normal when all changes in a file are recorded
2010-06-01, by Christian Ebert
clone: print number of linked/copied files on --debug
2010-05-31, by Adrian Buehlmann
Merge with stable
2010-05-31, by Martin Geisler
eol: extension for managing file EOLs
stable
2010-05-31, by Martin Geisler
Merge with stable
2010-05-31, by Matt Mackall
Merge with i18n
2010-05-31, by Matt Mackall
Merge with i18n
stable
2010-05-31, by Matt Mackall
merge with i18n stable
2010-05-25, by Wagner Bruna
i18n-pt_BR: added message from 1b8aa9ffa7dc
stable
2010-05-25, by Wagner Bruna
merge with i18n stable
2010-05-22, by Wagner Bruna
i18n-pt_BR: synchronized with ed71cb07d7b2
stable
2010-05-22, by Wagner Bruna
Merge with stable
2010-05-31, by Matt Mackall
pager: exec pager using /bin/sh -c
stable
2010-05-19, by Brodie Rao
hgweb: fix race in refreshing repo list (issue2188)
stable
2010-05-14, by Matt Mackall
Merge with stable
2010-05-31, by Martin Geisler
record: check that we are not committing a merge before patch selection
stable
2010-05-31, by Nicolas Dumazet
record: better way to find help in docstring
stable
2010-05-31, by Martin Geisler
record: docstring typo
stable
2010-05-31, by Nicolas Dumazet
mq: mention qqueue in module docstring
2010-05-30, by Martin Geisler
clone: save hardlink state of util.copyfiles()
2010-05-28, by Adrian Buehlmann
util.copyfiles: don't try os_link() again if it failed before
2010-05-28, by Adrian Buehlmann
cmdutil: cleanup imports
2010-05-27, by Alexander Solovyov
make transactions work on non-refcounted python implementations
2010-05-27, by Ronny Pfannschmidt
mq: support multiple patch queues using qqueue
2010-05-29, by Henrik Stuart
Merge with stable
2010-05-28, by Matt Mackall
status: avoid performance regression when no .hgsub is present
stable
2010-05-28, by Matt Mackall
doc: document expansion of %include and ui.username
2010-05-27, by Martin Geisler
ui.username(): expand environment variables in username configuration value.
2010-05-26, by Chad Dombrova
config: expand hgrc %include paths
2010-05-26, by Chad Dombrova
rename: make --after work if source is already in R state
2010-05-26, by Peter Arrenbrecht
Merge with stable
2010-05-25, by Martin Geisler
doc: clarify that sections can be split
stable
2010-05-25, by Angel Ezquerra
doc: clarify that keys can be overridden
stable
2010-05-25, by Angel Ezquerra
commands: document --new-branch flag for push
2010-05-25, by Martin Geisler
Merge with stable
2010-05-25, by Martin Geisler
commands: updates to push docstring.
stable
2010-05-24, by Faheem Mitha
mq: remove unneeded local variable in delete
2010-05-24, by Martin Geisler
pager: exec pager using /bin/sh -c
2010-05-19, by Brodie Rao
keyword: offer svn-like default keywordmaps
2010-05-19, by Christian Ebert
keyword: add 2 svn-like date filters
2010-05-18, by Christian Ebert
util: give appropriate default args to atomictempfile()
2010-05-21, by Yuya Nishihara
push: add --new-branch option to allow intial push of new branches
2010-05-21, by Sune Foldager
check-code: add check for 'source'
2010-05-21, by Yuya Nishihara
Merge with stable
2010-05-21, by Martin Geisler
tests: fix bashism to load helpers.sh
2010-05-21, by Yuya Nishihara
color: bring back colors with pager
2010-05-18, by Yuya Nishihara
dispatch: include Python version in traceback
stable
2010-05-21, by Martin Geisler
rebase: add error codes
2010-05-20, by Matt Mackall
rebase: improve --abort failure message
2010-05-20, by Matt Mackall
rebase: only show "rebase completed" message with -v
2010-05-20, by Matt Mackall
strip: hide unbundle messages by default
2010-05-20, by Matt Mackall
Fix up rebase's handling of strip backups
2010-05-20, by Matt Mackall
strip: improve full backup message
2010-05-20, by Matt Mackall
strip: drop deprecated -b from synopsis
2010-05-19, by Matt Mackall
rebase: use helpers.sh in tests
2010-05-19, by Matt Mackall
strip: be quiet about temporary internal bundle
2010-05-19, by Matt Mackall
Merge with crew-stable
2010-05-19, by Patrick Mezard
convert/svn: close gettags() log stream (issue2196)
stable
2010-05-19, by Aaron Digulla
convert/svn: remove useless try/catch
stable
2010-05-19, by Patrick Mezard
Use our custom hg reStructuredText role some more
2010-05-18, by Martin Geisler
minirst: handle line breaks in hg role
2010-05-18, by Martin Geisler
extdiff: fix reST syntax in module docstring
2010-05-17, by Martin Geisler
Fixed a bashism with trap numbers in hgeditor.
2010-05-11, by Javi Merino
Merge with stable
2010-05-17, by Martin Geisler
rebase: stress that only local changesets should be rebased
stable
2010-05-17, by Martin Geisler
minirst: fix debug code
stable
2010-05-17, by Martin Geisler
Merge with stable
2010-05-16, by Matt Mackall
tag: add -e/--edit option for modifying the commit message
2010-05-15, by Steve Losh
extdiff: add labels, read diff arguments from [merge-tools]
2010-01-07, by Steve Borho
patchbomb: respect HGPLAIN when piping --test output to PAGER
2010-05-16, by Yuya Nishihara
pager: fork and exec pager as parent process
stable
2010-05-03, by Brodie Rao
commit: fix complaint about branch merge creating new heads (issue2186)
2010-05-15, by Matt Mackall
Fix hg heads -r flag documentation
2010-05-15, by Ori Avtalion
Fix wording in hg pull documentation
2010-05-14, by Ori Avtalion
merge: avoid to break the dirstate copy status on moved files
2010-05-04, by Gilles Moris
commands: initial audit of exit codes
2010-05-15, by Matt Mackall
hgweb: fix race in refreshing repo list (issue2188)
2010-05-14, by Matt Mackall
rollback: fix up tests
2010-05-14, by Matt Mackall
rollback: fix off-by-one in message
2010-05-13, by Matt Mackall
commit: note new branch heads rather than topological heads
2010-05-13, by Matt Mackall
Merge with 1.5.3
2010-05-13, by Matt Mackall
Added signature for changeset fdcf80f26604
stable
2010-05-13, by Matt Mackall
Added tag 1.5.3 for changeset fdcf80f26604
stable
2010-05-13, by Matt Mackall
tag: strip whitespace from tag names (issue2174)
2010-05-12, by Matt Mackall
keyword: support extensions using dorecord, e.g. crecord
2010-05-09, by Christian Ebert
convert/svn: fix long line
2010-05-12, by Matt Mackall
i18n: fix up bad merge
2010-05-12, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip