Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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
summary: show if commit will be from a closed head
2010-05-10, by Gilles Moris
commit: inform the commiter when resurrecting a closed changeset
2010-05-10, by Gilles Moris
commit: prevent closing non-head changesets
2010-05-10, by Gilles Moris
Merge with stable
2010-05-11, by Matt Mackall
Merge with i18n
2010-05-11, by Matt Mackall
Merge with i18n
stable
1.5.3
2010-05-11, by Matt Mackall
i18n-da: merge with stable
2010-05-09, by Martin Geisler
i18n-da: translated various small strings
stable
2010-05-08, by Martin Geisler
i18n-da: synchronize with d29bd98ebff6
stable
2010-05-08, by Martin Geisler
Merge with stable
2010-05-11, by Matt Mackall
static-http: disable lazy parsing
2010-05-11, by Matt Mackall
expand paths to local repository or bundle in appropriate classes
stable
2009-12-07, by Alexander Solovyov
push: document return values between various repo methods.
2010-05-02, by Greg Ward
cmdutil: Warn when trying to copy/rename --after to a nonexistant file.
2010-05-01, by Steve Losh
slightly improve memctx api
2010-05-01, by Alexander Solovyov
patchbomb: Reply-To support
2010-05-10, by Cédric Duval
merge: tool.check = prompt will force an interactive merge check
2010-05-10, by David Champion
merge: introduce tool.check parameter
2010-05-10, by David Champion
give worst-case 'merge' merge-tool lowest priority
2010-04-21, by David Champion
merge: tool.premerge=keep will leave premerge markers in $local
2010-04-21, by David Champion
merge with mpm
2010-05-11, by Benoit Boissinot
merge with stable
2010-05-11, by Benoit Boissinot
context: fallback function should not return None
stable
2010-05-11, by Benoit Boissinot
test-subrepo-svn: fix strange svn behaviour on windows
2010-05-10, by Patrick Mezard
tests: force color ansi mode on Windows
2010-05-10, by Patrick Mezard
acl: improve undefined group error handling
2010-05-10, by Patrick Mezard
test-acl: avoid $HGTMP on windows
2010-05-10, by Patrick Mezard
acl: grp module is not available on windows
2010-05-10, by Patrick Mezard
convert/svn: report path discovery progress
2010-05-09, by Patrick Mezard
convert: display files data retrieval progress
2010-05-09, by Patrick Mezard
convert: add progress support
2010-05-09, by Patrick Mezard
convert: merge sources getmode() into getfile()
2010-05-09, by Patrick Mezard
convert/svn: remove useless sort
2010-05-09, by Patrick Mezard
convert/svn: list files explicitely, stop checking their type
2010-05-09, by Patrick Mezard
acl: clarify acl.sources, fix typo
2010-05-09, by Patrick Mezard
convert/svn: remove unused variable
2010-05-09, by Patrick Mezard
Merge with crew-stable
2010-05-09, by Patrick Mezard
convert/svn: handle files/links replaced by dirs (issue2166)
stable
2010-05-09, by Patrick Mezard
convert/svn: do not retrieve removed files
stable
2010-05-09, by Patrick Mezard
convert/svn: correctly encode deleted entry paths
stable
2010-05-09, by Patrick Mezard
convert/svn: remove broken but unused copy filtering code
stable
2010-05-09, by Patrick Mezard
test-convert-svn-move: test moved dirs copy records
stable
2010-05-09, by Patrick Mezard
convert/svn: tree conflicts no longer happen now we use memctx
stable
2010-05-01, by Patrick Mezard
clean up remaining generic exceptions
2010-05-07, by Matt Mackall
mq: make use of output labeling for summary
2010-05-07, by Eric Eisner
mq: mark error message for translation
2010-05-07, by Martin Geisler
mq: mark string for translation
2010-05-07, by Martin Geisler
color: add some missing background colors for win32 console
2010-05-07, by Stanimir Stamenkov
subrepo: fix 2.5ism in url parsing
2010-05-07, by Matt Mackall
acl: update test output
2010-05-06, by Elifarley Callado Coelho Cruz
acl: update docstring to describe section [acl.groups]
2010-05-06, by Elifarley Callado Coelho Cruz
acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
2010-05-06, by Elifarley Callado Coelho Cruz
subrepo: fix test output
2010-05-07, by Matt Mackall
subrepo: print paths relative to upper repo root for push/pull/commit
2010-05-01, by Edouard Gomez
subrepo: print pushing url
2010-05-01, by Edouard Gomez
subrepo: dirtiness checks should iterate over subrepos
2010-05-01, by Edouard Gomez
subrepo: normalize path part of URLs so that pulling subrepos from webdir works
2010-05-01, by Edouard Gomez
mq: fix test
2010-05-07, by Matt Mackall
mq: add a line to hg summary
2010-05-05, by Matt Mackall
changectx: change diff() to accept keyword opts
2010-05-07, by Steve Borho
changectx: use repo.ui diffopts, allow argument override
2010-05-07, by Steve Borho
Merge with stable
2010-05-07, by Martin Geisler
commands: explain that "hg serve" does not do authentication
stable
2010-05-07, by Martin Geisler
commands: explain that "hg serve" is mostly for ad-hoc sharing
stable
2010-05-07, by Martin Geisler
context: only scan unknowns when needed
2010-05-05, by Matt Mackall
context: use asserts for ignored and clean exceptions
2010-05-04, by Matt Mackall
workingctx: use member variables to store ignored and clean
2010-05-04, by Steve Borho
workingctx: add explicit status method, add ignored and fix clean
2010-05-04, by Steve Borho
context: add a changectx.diff() convenience function
2010-05-04, by Steve Borho
keyword: omit setting extra variable for record context
2010-05-05, by Christian Ebert
acl: more consistent docstring
2010-05-05, by Martin Geisler
acl: fix reST syntax
2010-05-05, by Martin Geisler
acl: update test output for branch-based access control
2010-05-04, by Elifarley Callado Coelho Cruz
acl: add support for branch-based access control
2010-05-04, by Elifarley Callado Coelho Cruz
Merge with main
2010-05-03, by Brendan Cully
Merge with stable
2010-05-03, by Brendan Cully
grep: clarify help for -r
stable
2010-05-03, by Brendan Cully
summary: add subrepo status
2010-05-03, by Matt Mackall
keyword: simplify record switch in kwtemplater.overwrite
2010-05-01, by Christian Ebert
Adjusted output of test-subrepo for issue1977 to 05856e682521
2010-05-02, by Thomas Arendsen Hein
fix coding style
2010-05-02, by Benoit Boissinot
color: fix typo in w32effect for bold_background
2010-05-01, by Steve Borho
Merge with stable
2010-05-01, by Matt Mackall
Added signature for changeset 39f725929f0c
stable
2010-05-01, by Matt Mackall
Added tag 1.5.2 for changeset 39f725929f0c
stable
2010-05-01, by Matt Mackall
merge with i18n stable
2010-05-01, by Wagner Bruna
i18n-pt_BR: synchronized with ee5b112aa529
stable
1.5.2
2010-05-01, by Wagner Bruna
Merge with stable
2010-05-01, by Matt Mackall
Merge with i18n
2010-05-01, by Matt Mackall
Merge with i18n
stable
2010-05-01, by Matt Mackall
merge with i18n stable
2010-04-30, by Wagner Bruna
i18n-pt_BR: synchronized with 3b89899934a6
stable
2010-04-30, by Wagner Bruna
mq: rewrite strip docstrings
stable
2010-05-01, by Faheem Mitha
test-issue2137: don't use $PWD; use `pwd` instead
stable
2010-05-01, by Mads Kiilerich
test-mq-merge: quote ^
stable
2010-05-01, by Mads Kiilerich
test-extension: changed environment variables must be exported again
stable
2010-05-01, by Mads Kiilerich
subrepo: add test for issue1977
stable
2010-04-30, by Wagner Bruna
subrepo: update test output for issue1977 fix
stable
2010-04-30, by Wagner Bruna
subrepo: propagate and catch push failures
stable
2010-04-30, by Matt Mackall
static-http: mimic more closely localrepo (issue2164: allow clone -r )
stable
2010-04-26, by Nicolas Dumazet
keyword: cleanup test and make it portable
2010-05-01, by Christian Ebert
mq: qpush --move, reorder patch series and apply only the patch
2010-04-30, by Mads Kiilerich
tag: warn users about tag/branch possible name conflicts
2010-04-19, by Nicolas Dumazet
contrib/mercurial.spec: Use DESTDIR variable and 'make install'
2010-04-19, by Mads Kiilerich
log: add --stat for diffstat output
2010-04-01, by Yuya Nishihara
findrenames: Optimise "addremove -s100" by matching files by their SHA1 hashes.
2010-04-03, by David Greenaway
Move 'findrenames' code into its own file.
2010-04-03, by David Greenaway
acl: cleanup module docstring
2010-05-01, by Martin Geisler
acl: fix ReST syntax in docstring
2010-05-01, by Martin Geisler
relink: removed unneeded local variable
2010-05-01, by Martin Geisler
test-acl: grep for $HGTMP, not /tmp/
2010-05-01, by Martin Geisler
Merge with stable
2010-05-01, by Martin Geisler
dispatch: don't mangle ImportError abort messages
stable
2010-04-30, by Dan Villiom Podlaski Christiansen
relink/progress: correctly handle the no file to relink case
stable
2010-05-01, by Benoit Boissinot
Merge with stable
2010-04-29, by Matt Mackall
commands: refactor diff --stat and qdiff --stat
2010-04-07, by Yuya Nishihara
mq: fix opts['unified'] = '0' to take effect when qdiff --stat
2010-04-07, by Yuya Nishihara
showconfig: show rc paths with --debug
2010-04-26, by Mads Kiilerich
tags: return tags in sorted order
2010-04-26, by Eric Eisner
keyword: test recording
2010-04-26, by Christian Ebert
keyword: support (q)record
2010-04-26, by Christian Ebert
keyword: remove mq commands from restricted list
2010-04-26, by Christian Ebert
acl: add tests for asterisk and for OS-level groups
2010-04-28, by Elifarley Callado Coelho Cruz
acl: updated doc string to reflect recent changes
2010-04-27, by Elifarley Callado Coelho Cruz
acl: add support for OS-level groups using @group syntax
2010-04-26, by Elifarley Callado Coelho Cruz
run-tests: add --view switch to use external diff viewer
2010-04-29, by Matt Mackall
run-tests: sort options
2010-04-29, by Matt Mackall
run-tests: add -l short option for --local
2010-04-29, by Matt Mackall
Merge with main
2010-04-29, by Martin Geisler
ui: fix check-code error
2010-04-28, by Henrik Stuart
schemes: fix // breakage with Python 2.6.5 (issue2111)
stable
2010-04-08, by Michael Glassford
log: document the new xml style
stable
2010-04-28, by Dan Connolly
Merge with stable
2010-04-28, by Matt Mackall
Merge with i18n
2010-04-28, by Matt Mackall
Merge with i18n
stable
2010-04-28, by Matt Mackall
merge with i18n stable
2010-04-24, by Wagner Bruna
merge with i18n
2010-04-24, by Wagner Bruna
i18n-pt_BR: synchronized with ede19417c3c4
stable
2010-04-24, by Wagner Bruna
merge with i18n stable
stable
2010-04-24, by Wagner Bruna
i18n-sv: synchronized with latest development code
2010-04-19, by Jens Bäckman
Merge with stable
2010-04-19, by Jens Bäckman
i18n-sv: translated a few messages
stable
2010-04-19, by Jens Bäckman
i18n-sv: syncronized with e3396b218e10
stable
2010-04-19, by Jens Bäckman
patch: strip paths in leaked git patchmeta objects
2010-04-26, by Mads Kiilerich
patch: minor cleanup of _applydiff
2010-04-26, by Mads Kiilerich
patch: git delete mode shouldn't be used at all
2010-04-26, by Mads Kiilerich
patch: make "unable to strip away" message less confusing
2010-04-26, by Mads Kiilerich
patch: descriptive patchmeta.__repr__ to help debugging
2010-04-26, by Mads Kiilerich
log: remove useless condition
2010-04-23, by Nicolas Dumazet
help config: update windows documentation to match implementation
2010-04-26, by Mads Kiilerich
wix: new GUID for contrib.guid
2010-04-27, by Adrian Buehlmann
contrib/mercurial.spec: drop git-viz
2010-04-19, by Mads Kiilerich
tags: delete unnecessary close() of atomictempfile
2010-04-24, by Yuya Nishihara
win32: detect console width on Windows
2010-04-25, by Patrick Mezard
Merge with crew-stable
2010-04-26, by Patrick Mezard
util: fix default termwidth() under Windows
stable
2010-04-26, by Patrick Mezard
commands: better markup in "hg help paths"
2010-04-26, by Martin Geisler
Merge with stable
2010-04-26, by Martin Geisler
commands: revised documentation of 'default' and 'default-push'
stable
2010-04-27, by Faheem Mitha
wix: hgweb file renames
2010-04-26, by Steve Borho
zeroconf: handle string hgweb config args
2010-04-26, by Matt Mackall
hgweb: unify hgweb calls in serve
2010-04-26, by Matt Mackall
serve: webdir_conf -> webconf
2010-04-26, by Matt Mackall
hgweb: synchronize fcgi and wsgi scripts
2010-04-26, by Matt Mackall
hgweb: drop hgwebdir.cgi, now unified with hgweb.cgi
2010-04-26, by Matt Mackall
hgweb: simplify hgweb.cgi, add help pointer
2010-04-26, by Matt Mackall
help: add some help for hgweb.config files
2010-04-26, by Matt Mackall
help: config.txt typo
2010-04-26, by Matt Mackall
docs: document default for web.encoding
2010-04-26, by Matt Mackall
hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir
2010-04-26, by Matt Mackall
hgweb: always clear report_untrusted and interactive
2010-04-26, by Matt Mackall
hgweb: add baseui to hgweb entrypoint
2010-04-26, by Matt Mackall
hgweb: make baseui parameter non-positional
2010-04-26, by Matt Mackall
hgweb: make top-level prototypes mirror their callees
2010-04-26, by Matt Mackall
Merge with stable
2010-04-26, by Matt Mackall
test-convert-git: be tolerant to git output variants
stable
2010-04-26, by Patrick Mezard
color: handle non-standard stdout on win32
2010-04-23, by Patrick Mezard
Merge with crew-stable
2010-04-25, by Patrick Mezard
convert/git: check status when reading output stream
stable
2010-04-25, by Patrick Mezard
convert/git: check status when reading the whole output
stable
2010-04-25, by Patrick Mezard
convert/git: rename gitcmd() into gitopen() for readability
stable
2010-04-25, by Patrick Mezard
minirst: support all recommended title adornments
2010-04-25, by Martin Geisler
minirst: correctly format sections containing inline markup
2010-04-25, by Martin Geisler
ui: support quotes in configlist (issue2147)
2010-04-25, by Henrik Stuart
Merge with stable
2010-04-25, by Martin Geisler
hgrc.5: mention lists as well
stable
2010-04-25, by Martin Geisler
Merge with stable
2010-04-25, by Martin Geisler
hgrc.5: describe form of config values
stable
2010-04-25, by Martin Geisler
minirst: add test for sections
2010-04-25, by Martin Geisler
contrib/win32: update build instructions after cbe400a8e217
2010-04-24, by Martin Geisler
doc: add links from hgrc.5 to hg.1
2010-04-23, by Martin Geisler
doc: make links for hg role
2010-04-23, by Martin Geisler
Use hg role in help strings
2010-04-22, by Martin Geisler
doc, minirst: support hg interpreted text role
2010-04-22, by Martin Geisler
doc: add generic frontend to rst2man and rst2html
2010-04-22, by Martin Geisler
localrepo.commit: use explicit variables, avoid creating new contexts
2010-04-21, by Benoit Boissinot
context: remove parents parameter to workingctx
2010-04-21, by Benoit Boissinot
dirstate: more explicit name, rename normaldirty() to otherparent()
2010-04-20, by Benoit Boissinot
keyword: monkeypatch patch so that optional args can be passed as kwargs
2010-04-17, by Augie Fackler
patch: refactor applydiff to allow for mempatching
2010-04-17, by Augie Fackler
patch: move mercurial-specific imports after stdlib imports
2010-04-17, by Augie Fackler
test-record: add hg summary to verify we update dirstate
2010-04-16, by Augie Fackler
log -b: use opts.get() instead of assuming opts is correctly filled
2010-04-20, by Benoit Boissinot
Merge with stable
2010-04-19, by Matt Mackall
Respect the DESTDIR variable during 'make install'
2010-04-16, by Dévai Tamás
commands: add more robust support for 'hg log -b' (issue2078)
2010-04-12, by Steve Losh
highlight: fix to work with caching templater
2010-04-19, by Matt Mackall
debugcomplete: don't list deprecated options
2010-04-19, by Matt Mackall
commands: Add 'hg log --branch' and deprecate 'hg log --only-branch'
2010-04-18, by Steve Losh
bookmarks: complete the missing references from dda4ad7c9ea9 (issue2121)
2010-04-17, by Isaac Jurado
Added support for 'pretxncommit', so that one can call the ACL hook at
2010-04-06, by Elifarley Callado Coelho Cruz
subrepo: fix repo root path handling in svn subrepo
stable
2010-04-18, by Brett Cannon
remoteui: copy http_proxy settings
stable
2010-04-08, by Yuya Nishihara
dispatch: ignore if signals can not be set
stable
2010-04-07, by Simon Heimberg
hgweb: fix attribute error in error response (issue2060)
stable
2010-04-01, by Mark Determann
cvs: skip bad tags
stable
2010-03-04, by Brandon Parsons
document missing template variables
stable
2010-04-07, by anatoly techtonik
diffstat: use ui.plain() instead of ui.interactive()
stable
2010-04-15, by Dan Villiom Podlaski Christiansen
mq: Remove -f from qnew command syntax.
stable
2010-04-17, by Isaac Jurado
mq: toggle truncating using ui.plain() rather than ui.interactive()
stable
2010-04-15, by Dan Villiom Podlaski Christiansen
merge with stable
2010-04-19, by Benoit Boissinot
filemerge: use working dir parent as ancestor for backward wdir merge
stable
2010-04-19, by Benoit Boissinot
merge with stable
2010-04-19, by Benoit Boissinot
filectx: _fileid isn't normalized, use _filenode instead
stable
2010-04-19, by Benoit Boissinot
Merge with stable
2010-04-19, by Martin Geisler
convert: write "working copy" instead of "wc"
stable
2010-04-18, by Martin Geisler
convert: mark strings for translation
stable
2010-04-18, by Martin Geisler
convert: write "repository" instead of "repo"
stable
2010-04-18, by Martin Geisler
minirst: removed unnecessary initindent variable
2010-04-18, by Martin Geisler
minirst: add margin around definition items
2010-04-18, by Martin Geisler
dirstate: remove unused variable
2010-04-16, by Benoit Boissinot
Merge with stable
2010-04-16, by Martin Geisler
Document 'default' and 'default-push' in paths docstring
stable
2010-04-14, by Faheem Mitha
mq: only highlight/label patch name for qseries.
2010-04-15, by Dan Villiom Podlaski Christiansen
keyword: replace deprecated mq commands in test
2010-04-16, by Christian Ebert
wix updates
2010-04-16, by Adrian Buehlmann
merge with stable
2010-04-16, by Benoit Boissinot
test-git-import: better testing, check nodeids
stable
2010-04-16, by Benoit Boissinot
context: fix bug introduced in fb89cd21a7a0, path should be used
stable
2010-04-16, by Benoit Boissinot
merge with stable
2010-04-15, by Sune Foldager
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip