Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-448
+448
+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.
scmutil: rename local function _add_dir_if_not_there
2011-05-06, by Adrian Buehlmann
rename scmutil.user_rcpath to userrcpath
2011-05-06, by Adrian Buehlmann
rename scmutil.system_rcpath to systemrcpath
2011-05-06, by Adrian Buehlmann
rename scmutil.os_rcpath to osrcpath
2011-05-06, by Adrian Buehlmann
merge with stable
2011-05-06, by Matt Mackall
merge with crew
2011-05-06, by Matt Mackall
merge with stable
2011-05-06, by Martin Geisler
rename path_auditor to pathauditor
2011-05-06, by Adrian Buehlmann
revlog: use real Booleans instead of 0/1 in nodesbetween
2011-05-06, by Martin Geisler
patch: fix clash between local variable and exception instance
2011-05-06, by Martin Geisler
patchfile: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
annotate: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
hbisect: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
summary: run discovery only once for in/out against same repo
2011-05-06, by Peter Arrenbrecht
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
2011-05-06, by Peter Arrenbrecht
transplant: remove unneeded loop over repo in revset
2011-05-06, by Idan Kamara
transplant: fix revset doc
stable
2011-05-06, by Idan Kamara
mq: add a 'mq()' revset predicate that returns applied mq csets
2011-05-06, by Idan Kamara
pyflakes: ignore files marked no-check-code
2011-05-06, by Augie Fackler
revlog: compute correct deltaparent in the deltaparent function
2011-05-05, by Sune Foldager
changelog: fixes leaked file handle
2011-05-05, by Zachary Gramana
setdiscovery: limit lines to 80 characters
2011-05-05, by Steven Brown
subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795)
stable
2011-05-05, by Thomas Arendsen Hein
sslutil: extracted ssl methods from httpsconnection in url.py
2011-05-04, by Augie Fackler
check-code: fix checking for sh style in .t tests
2011-05-06, by Mads Kiilerich
run-tests: add --shell command line flag
2011-05-05, by Martin Geisler
run-tests: use type of default to convert environment variable
2011-05-05, by Martin Geisler
test-treediscovery: fix escaping for both dash and bash
2011-05-05, by Martin Geisler
treediscovery: fix regression when run against older repos (issue2793)
2011-05-05, by Peter Arrenbrecht
commands: use util.Abort's hint some more
2011-05-05, by Martin Geisler
commands: use double-quotes for strings with single-quotes
2011-05-05, by Martin Geisler
revlog: remove support for punched/shallow
2011-05-05, by Sune Foldager
revlog: remove support for parentdelta
2011-05-05, by Sune Foldager
store: break up reference cycle introduced in 9cbff8a39a2a
2011-05-04, by Adrian Buehlmann
test-https.t: clean up superfluous trailing whitespace
2011-05-04, by Augie Fackler
run-tests.py: correctly handle list options with parallel tasks
2011-05-04, by Augie Fackler
mq: don't suggest to refresh when qpushing with no applied patches
2011-05-04, by Idan Kamara
bundlerepo: fix closing and docstring of getremotechanges
2011-05-04, by Peter Arrenbrecht
bookmarks: allow deactivating current bookmark with -i
2011-05-04, by Kevin Bullock
bookmarks: allow to create/move bookmark without making it current (issue2788)
2010-12-11, by Kevin Bullock
tests: test subrepos with ssh urls
2011-05-05, by Mads Kiilerich
tests: share dummyssh
2011-05-05, by Mads Kiilerich
tests: fix test-ssh.t after 6bd9778ae749
2011-05-05, by Mads Kiilerich
fix errors reported by pyflakes test
2011-05-04, by Sune Foldager
merge with crew
2011-05-04, by Matt Mackall
tests: fix deprecated use of hg debugdata/debugindex
2011-05-04, by Sune Foldager
merge with stable
2011-05-03, by Matt Mackall
merge with crew
2011-05-03, by Matt Mackall
hgext: fixup a couple missed file().read() instances
2011-05-03, by Matt Mackall
test-casecollision.t: add test for case changing rename
2011-05-03, by Adrian Buehlmann
convert: fix error in git solaris code
2011-05-01, by timeless
test: add pyflakes checking for unable to detect undefined names
2011-05-01, by timeless
tests: add pyflakes checking for assigned to but never used
2011-05-01, by timeless
remove unused variables
2011-05-01, by timeless
test-pyflake: improve sorting algorithm
2011-05-01, by timeless
add make check: tests rule
2011-05-02, by Johan Euphrosine
ui: add configint function and tests
2011-05-03, by Sune Foldager
mq: strip extra whitespace from node ids in header (issue2790)
stable
2011-05-03, by Kevin Bullock
check-code: disallow calling opener(...).read() and opener(..).write()
2011-05-02, by Dan Villiom Podlaski Christiansen
prevent transient leaks of file handle by using new helper functions
2011-05-02, by Dan Villiom Podlaski Christiansen
util & scmutil: adapt read/write helpers as request by mpm
2011-05-02, by Dan Villiom Podlaski Christiansen
store: use a subclass, not a function for fncacheopener
2011-05-02, by Dan Villiom Podlaski Christiansen
util.termwidth: never return 0 for terminal width
2011-04-18, by jfh
discovery: add new set-based discovery
2011-05-02, by Peter Arrenbrecht
debugbuilddag: use memctx for speed
2011-05-02, by Peter Arrenbrecht
localrepo: reuse parent manifest in commitctx if no files have changed
2011-05-02, by Peter Arrenbrecht
bundlerepo: fix and improve getremotechanges
2011-05-02, by Peter Arrenbrecht
hgrc.5: mention new 'case collision' handling for ui.portablefilenames
2011-05-02, by Adrian Buehlmann
win32: remove obsolete bookmarks and parentrevspec extensions from mercurial.ini
2011-05-01, by Pascal Quantin
bundlerepo: drop struct
2011-05-01, by Matt Mackall
bisect: fix indent level
2011-05-02, by Yuya Nishihara
share: create 'hgrc' using an opener, like clone
2011-05-01, by Dan Villiom Podlaski Christiansen
backout 3a3584967a93 - the "unreachable code" was apparently not unreachable
2011-05-01, by Mads Kiilerich
merge with mpm
2011-05-01, by Sune Foldager
revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)
2011-05-01, by Mads Kiilerich
convert: handle invalid subversion source paths
2011-05-01, by Mads Kiilerich
convert: also catch missing revlogs when introduced in repo roots
2011-05-01, by Mads Kiilerich
status: remove unreachable code for status between revisions
2011-02-24, by Mads Kiilerich
httprepo: proper handling of invalid responses without content-type (issue2019)
2011-03-07, by Mads Kiilerich
httprepo: use the original exception after falling back to static-http failed
2011-03-07, by Mads Kiilerich
test: test that backslash is preserved by the url class
2011-05-01, by Mads Kiilerich
tests: use raw string for url tests of '\' handling
2011-05-01, by Mads Kiilerich
color: fix using multiple effects
2011-05-01, by Dan Villiom Podlaski Christiansen
unbundler: separate delta and header parsing
2011-04-30, by Benoit Boissinot
changegroup: new bundler API
2011-04-30, by Benoit Boissinot
bundlerepo: port to new bundle API
2011-04-30, by Benoit Boissinot
bundler: make parsechunk return the base revision of the delta
2011-04-30, by Benoit Boissinot
tests: add pyflakes checking for unused imports
2011-05-01, by timeless
remove unused imports
2011-05-01, by timeless
scmutil: introduce casecollisionauditor
2011-04-30, by Adrian Buehlmann
check-code: check for repo in revlog and ui in util
2011-05-01, by timeless
check-code: allow for checking multiple pattern sets per file
2011-05-01, by timeless
check-code: adding debug flag
2011-05-01, by timeless
run-tests: add flag to provide extra hgrc options for test runs
2011-05-01, by Augie Fackler
graphlog: always sort revisions topologically
2011-05-01, by Patrick Mezard
graphlog: take the union of --rev specs instead of the intersection
2011-05-01, by Patrick Mezard
graphmod: correctly emit nodes with more than 2 predecessors
2011-05-01, by Patrick Mezard
graphlog: display nodes with more than 2 predecessors
2011-05-01, by Patrick Mezard
context: provide an efficient iterator for workingctx
2011-05-01, by Matt Mackall
merge with stable
2011-05-01, by Matt Mackall
merge with nicdumz
2011-05-01, by Matt Mackall
tests: export patches only once in test-impexp-branch
2011-05-01, by Nicolas Dumazet
tests: do not export several times the same patch/diff in test-import
2011-04-30, by Nicolas Dumazet
tests: move rebase-keep-branch into rebase-named-branches
2011-04-30, by Nicolas Dumazet
tests: move testcase from rebase-named-branches to rebase-parameters
2011-04-30, by Nicolas Dumazet
tests: change test-rebase-parameters to use bundle/rebase.hg
2011-04-30, by Nicolas Dumazet
tests: change test-rebase-detach to use bundle/rebase.hg
2011-04-30, by Nicolas Dumazet
tests: simplify test-rebase-named-branches
2011-04-30, by Nicolas Dumazet
tests: upgrade bundles/rebase.hg to support test-rebase-collapse
2011-04-30, by Nicolas Dumazet
tests: introduce a rebase bundle to use with rebase tests
2011-04-30, by Nicolas Dumazet
tests: create a bundle to bootstrap tests using a remote repository
2011-04-30, by Nicolas Dumazet
tests: move test bundles in a bundles/ subdirectory
2011-04-30, by Nicolas Dumazet
tests: move test-issue436 in test-dispatch where fancyopts is tested
2011-04-30, by Nicolas Dumazet
tests: remove test-issue433 as it's covered by test-parents
2011-04-30, by Nicolas Dumazet
tests: remove executable bits from unified tests
2011-04-30, by Nicolas Dumazet
tests: remove test-issue322 as it's fully included in test-issue660
2011-04-30, by Nicolas Dumazet
Added signature for changeset 3cb1e95676ad
stable
2011-05-01, by Matt Mackall
Added tag 1.8.3 for changeset 3cb1e95676ad
stable
2011-05-01, by Matt Mackall
merge with i18n
stable
1.8.3
2011-05-01, by Matt Mackall
i18n-pt_BR: synchronized with 42d5165975ad
stable
2011-04-29, by Wagner Bruna
merge with i18n
stable
2011-04-29, by Wagner Bruna
i18n-pt_BR: minor spacing fix
stable
2011-04-29, by Wagner Bruna
i18n-pt_BR: synchronized with 3c753f9a2fbc
stable
2011-04-25, by Wagner Bruna
zeroconf: notify the Zeroconf threads when hg exits
stable
2011-04-30, by Nicolas Dumazet
color: use ui.formatted() to test TTYness, not sys.stdout.isatty()
2011-05-01, by Brodie Rao
pushkey: add hooks for pushkey/listkeys
2011-05-01, by Brodie Rao
test-patchbomb.t: clean up progress tests
2011-04-30, by Augie Fackler
util: really drop size from readfile
2011-05-01, by Matt Mackall
util: add readfile() & writefile() helper functions
2011-05-01, by Dan Villiom Podlaski Christiansen
revset aliases
2011-04-30, by Alexander Solovyov
opener: add read & write utility methods
2011-04-30, by Dan Villiom Podlaski Christiansen
dispatch: handle IndexErrors
2011-05-01, by Dan Villiom Podlaski Christiansen
color: verify stdout is a tty before using curses
2011-04-30, by Augie Fackler
http: minor tweaks to long arg handling
2011-05-01, by Matt Mackall
httprepo: long arguments support (issue2126)
2011-05-01, by Steven Brown
store: rename the 'opener' argument to 'openertype'
2011-04-30, by Dan Villiom Podlaski Christiansen
statichttprepo: make the opener a subclass of abstractopener
2011-04-30, by Dan Villiom Podlaski Christiansen
add filteropener abstraction for store openers
2011-04-30, by Dan Villiom Podlaski Christiansen
opener: introduce an abstact superclass of it
2011-04-30, by Dan Villiom Podlaski Christiansen
graphlog: use a set for inclusion test
2011-04-30, by Patrick Mezard
graphmod: restore generator nature of dagwalker
2011-04-30, by Idan Kamara
graphlog: log -G --follow file does not work, forbid it
2011-04-30, by Patrick Mezard
graphlog: unify log -G revset translation
2011-04-30, by Patrick Mezard
graphlog: fix log -G --prune
2011-04-30, by Patrick Mezard
graphlog: escape log -G single value option arguments
2011-04-30, by Patrick Mezard
graphlog: fix log -G --removed
2011-04-30, by Patrick Mezard
graphlog: fix log -G option types when translating to revset
2011-04-30, by Patrick Mezard
revset: add tests for multiple and mixed ^ and ~ operators
2011-04-30, by Kevin Gessner
extensions: obsolete and remove parentrevspec extension
2011-04-30, by Kevin Gessner
wix: a new mercurial.js has replaced graph.js
2011-04-30, by Steve Borho
util.url: copy urllib.unquote() into util to improve startup times
2011-04-30, by Brodie Rao
url: move URL parsing functions into util to improve startup time
2011-04-30, by Brodie Rao
revlog: introduce _chunkbase to allow filelog to override
2011-04-30, by Sune Foldager
filelog: extract metadata parsing and packing
2011-04-30, by Sune Foldager
discovery: drop findoutgoing and simplify findcommonincoming's api
2011-04-30, by Peter Arrenbrecht
revset: add missing whitespace
2011-04-30, by Kevin Gessner
url: remove unused/obsolete functions
2011-04-30, by Brodie Rao
revset: add ^ and ~ operators from parentrevspec extension
2011-04-30, by Kevin Gessner
encoding: add an encoding-aware lower function
2011-04-30, by Matt Mackall
add: notify when adding a file that would cause a case-folding collision
2011-04-30, by Kevin Gessner
scmutil: refactor ui.portablefilenames processing
2011-04-30, by Kevin Gessner
pure bdiff: don't use a generator
2011-04-30, by Dan Villiom Podlaski Christiansen
pure mpatch: avoid using list.insert(0, ...)
2011-04-30, by Dan Villiom Podlaski Christiansen
remove unused imports and variables
2011-04-30, by Alexander Solovyov
Zeroconf: catch both ValueError and KeyError in get()
2011-04-30, by Augie Fackler
run-tests: print a new line before writing the diff
2011-04-30, by Idan Kamara
revsets: add a last function
2011-04-30, by Matt Mackall
bundle: more comments about the different header types, remove useless if
2011-04-30, by Benoit Boissinot
merge with mpm
2011-04-30, by Martin Geisler
hgweb: initialize permhooks at definition time
2011-04-30, by Martin Geisler
revset: fix undefined name ParseError
2011-04-30, by Brodie Rao
branchcache: improve speed relative to the amount of heads
2011-04-30, by Dan Villiom Podlaski Christiansen
drop {short,hex}(ctx.node()) calls in favor of ctx methods
2011-04-30, by Alexander Solovyov
mq: be more explicit on invalid patch name message
2011-04-29, by Idan Kamara
fix broken tests
2011-04-30, by Benoit Boissinot
merge with stable
2011-04-30, by Matt Mackall
mq: add '.' and '..' to list of forbidden patch names
stable
2011-04-29, by Idan Kamara
subrepo: handle svn tracked/unknown directory collisions
stable
2011-03-04, by Patrick Mezard
subrepo: backout bcc6ed0f6c3b
2011-04-30, by Matt Mackall
wireproto: add test for new optional arg missing on server
2011-04-29, by Peter Arrenbrecht
merge with stable
2011-04-30, by Matt Mackall
web: Made elapsed time calculation dynamic (javascript).
2011-04-28, by Benoit Allard
extdiff: add repository root as a variable
2011-04-27, by Steven Stallion
help: move hgignore man page into built-in help (issue2769)
2011-04-17, by Yun Lee
graphlog: make use of graphmod's revset support
2011-04-23, by Alexander Solovyov
graphmod: use revsets internally
2011-03-13, by Alexander Solovyov
svn subrepo: attempt work around obstructed checkouts (issue2752)
2011-04-29, by Augie Fackler
churn: strip key earlier to avoid false negative seach in aliases
2011-04-29, by Alexander Solovyov
bookmarks: further restrict IOError on write
2011-04-29, by Idan Kamara
tags: loosen IOError filtering when reading localtags
2011-04-29, by Idan Kamara
run-tests: don't count test as succeeded if it failed
2011-04-29, by Idan Kamara
changegroup: do not count closed new heads (issue2697)
2011-04-24, by Adrian Buehlmann
merge with crew
2011-04-29, by Benoit Boissinot
shrink-revlog: defend against null first parents
2011-04-29, by Augie Fackler
test-contrib: add a test for shrink-revlog
2011-04-29, by Augie Fackler
test-simplemerge-cmd.t: move all tests into test-contrib.t
2011-04-29, by Augie Fackler
Move test-dumprevlog to test-contrib in anticipation of more contrib tests
2011-04-29, by Augie Fackler
shrink-revlog: use a bundler object (see d69c9510d648)
2011-04-29, by Augie Fackler
shrink-revlog: update util.opener to scmutil.opener after d13913355390
2011-04-29, by Augie Fackler
shrink-revlog: remove \ from docstring
2011-04-29, by Augie Fackler
bookmarks: be more restrictive in our Exception catching
2011-03-13, by Benoit Boissinot
strip: make it clear that --force discards changes (issue310)
2011-04-29, by Patrick Mezard
subrepo: tell Subversion when we are non-interactive (issue2759)
stable
2011-04-29, by Augie Fackler
merge with stable
2011-04-29, by Thomas Arendsen Hein
tests: check for (*/sec) instead of (*B/sec) to match (X bytes/sec)
stable
2011-04-29, by Thomas Arendsen Hein
test-repair-strip: turn into new style test
2011-04-29, by Patrick Mezard
extdiff: fix broken symlinks handling (issue1909)
stable
2011-04-29, by Patrick Mezard
tags: catch more corruption during cache parsing (issue2779)
2011-04-26, by Matt Mackall
run-tests: do chdir for tests under a lock for thread safety
2011-04-25, by Matt Mackall
run-tests: add iolock to vlog
2011-04-25, by Matt Mackall
patch: remove redundant variable in iterhunks()
2011-04-26, by Patrick Mezard
merge with stable
2011-04-26, by Martin Geisler
merge default heads
2011-04-26, by Martin Geisler
commit: improve --date help text
stable
2011-04-26, by Martin Geisler
merge with stable
2011-04-25, by Patrick Mezard
test-transplant: fix missing file addition
stable
2011-04-25, by Patrick Mezard
tests: add script to disable a selected wire protocol capability
2011-04-25, by Steven Brown
mq: prevent traceback when qfinish patches not in series.
2011-04-25, by Pierre-Yves David
check-code: separate warnings to avoid repetitive str.startswith
2011-04-25, by Idan Kamara
atomictempfile: rewrite docstring to clarify rename() vs. close().
2011-04-24, by Greg Ward
atomictempfile: avoid infinite recursion in __del__().
2011-04-24, by Greg Ward
run-tests: display diff before prompting with --interactive
2011-04-25, by Patrick Mezard
check-code: warn about naked except clauses
2011-04-23, by Idan Kamara
eliminate various naked except clauses
2011-04-23, by Idan Kamara
run-tests: fix some missing i/o locks
2011-04-24, by Matt Mackall
run-tests: add a lock for console I/O
2011-04-24, by Matt Mackall
run-tests: switch timeout handling from alarm to helper thread
2011-04-24, by Matt Mackall
run-tests: add locking on results struct
2011-04-24, by Matt Mackall
run-tests: fix --interactive (after 994ad067ac6e)
2011-04-24, by Patrick Mezard
color: code simplification
2011-04-24, by Patrick Mezard
test-status-color: fix terminfo code compatibility problem
2011-04-24, by Patrick Mezard
hg-ssh: fix duplicate word in docstring
2011-04-22, by Andreas Freimuth
run-tests: move test loop into a helper function
2011-04-22, by Matt Mackall
run-tests: use a results dict
2011-04-22, by Matt Mackall
run-tests: move blacklist and retest filtering to runone
2011-04-22, by Matt Mackall
run-tests: keep a list of passed tests
2011-04-22, by Matt Mackall
run-tests: move keyword checking into runone
2011-04-22, by Matt Mackall
run-tests: add ignores list
2011-04-22, by Matt Mackall
run-tests: move existence/name format check into runone
2011-04-21, by Matt Mackall
run-tests: move interactive handling into runone
2011-04-21, by Matt Mackall
color: add support for terminfo-based attributes and color
2011-04-21, by Danek Duvall
move system_rcpath and user_rcpath to scmutil
2011-04-21, by Adrian Buehlmann
move os_rcpath from util to scmutil
2011-04-21, by Adrian Buehlmann
move rcpath from util to scmutil
2011-04-21, by Adrian Buehlmann
merge with stable
2011-04-21, by Matt Mackall
merge with i18n
2011-04-21, by Matt Mackall
merge with i18n
stable
2011-04-21, by Matt Mackall
i18n-pt_BR: synchronized with 1416b9118540
stable
2011-04-19, by Wagner Bruna
i18n: merge with stable
2011-04-19, by Martin Geisler
i18n-da: synchronize with 1184bb274cb3
2011-04-19, by Martin Geisler
i18n-de: improve grammar
stable
2011-04-19, by Martin Krüger
win32: Wine doesn't know about hardlinks
2011-04-21, by Matt Mackall
move walkrepos from util to scmutil
2011-04-21, by Adrian Buehlmann
move checkfilename from util to scmutil
2011-04-21, by Adrian Buehlmann
scmutil: fix erroneous Abort call
2011-04-21, by Adrian Buehlmann
move path_auditor from util to scmutil
2011-04-20, by Adrian Buehlmann
move canonpath from util to scmutil
2011-04-20, by Adrian Buehlmann
move opener from util to scmutil
2011-04-20, by Adrian Buehlmann
merge with stable
2011-04-20, by Patrick Mezard
convert: make filemap prune useless branch closing revs (issue2774)
stable
2011-04-20, by Patrick Mezard
dispatch: improve repository not found message
2011-04-20, by Matt Mackall
hgweb: support disabling page cache
2011-04-20, by Steven Stallion
merge with stable
2011-04-20, by Matt Mackall
hgweb: support alternate logo url
2011-04-19, by Steven Stallion
identify: further clarification of help
stable
2011-04-19, by Kevin Bullock
add: introduce a warning message for non-portable filenames (issue2756) (BC)
2011-04-19, by Adrian Buehlmann
paper: use monospace font for description
2011-04-19, by Adrian Buehlmann
update: fix check for no rev when a date is given
2011-04-19, by Idan Kamara
merge with stable
2011-04-19, by Martin Geisler
hgweb: detect change based on changelog size too
stable
2011-04-19, by Martin Geisler
rollback: lower-case warning issued when branch cannot be reset
stable
2011-04-19, by Martin Geisler
tests: remove redundant mkdir
2011-04-19, by Martin Geisler
help config: explain that config files do not exist by default
stable
2011-04-18, by Martin Geisler
merge with stable
2011-04-18, by Matt Mackall
identify: restructure code to make it more readable
2011-04-19, by Idan Kamara
identify/help: say what the command does first, mention bookmarks
stable
2011-04-19, by Idan Kamara
templatefilters: improve person() for john.doe@example.com
2011-04-17, by Adrian Buehlmann
help: do not show full help text for command on option errors
2011-04-17, by Adrian Buehlmann
store: add some doctests
2011-04-17, by Adrian Buehlmann
paper: don't add breaks on the remaining instances of desc
2011-04-17, by Adrian Buehlmann
checkwinfilename: use %r in format string
2011-04-16, by Adrian Buehlmann
tests: new test cases for the unbundlehash capability
2011-04-17, by Steven Brown
copy: do not copy file if name is disallowed anyway
2011-04-15, by Adrian Buehlmann
util: new function checkfilename
2011-04-15, by Adrian Buehlmann
opener: use %r in format string for abort
2011-04-15, by Adrian Buehlmann
wireproto: allow unbundle with hashed heads parameter (issue2126)
2011-04-16, by Shuhei Takahashi
merge with stable
2011-04-15, by Matt Mackall
encoding: avoid localstr when a string can be encoded losslessly (issue2763)
stable
2011-04-15, by Matt Mackall
merge with stable
2011-04-15, by Matt Mackall
revset: optimize stringset when subset == entire repo
2011-04-15, by Idan Kamara
help/revset: fix grammar
stable
2011-04-15, by Idan Kamara
qrecord: provide help when mq is not enabled
2011-04-14, by timeless
record: improve help test coverage
2011-04-14, by timeless
paper: preserve whitespace on description instead of adding breaks
2011-04-15, by Adrian Buehlmann
compact style: show bookmarks in the same manner as tags
2011-04-13, by Augie Fackler
revsets: preserve ordering with the or operator
2011-04-13, by Augie Fackler
hgweb: set minimum number of revision to display to 1 when revcount is 0
2011-04-13, by Md. O. Shayan
zeroconf: clean up naked exceptions
2011-04-13, by Matt Mackall
localrepo: don't add deleted files to list of modified/added files (issue2761)
2011-04-11, by Idan Kamara
path_auditor: eliminate local function 'check' in __call__
2011-04-11, by Adrian Buehlmann
subrepo: trailing whitespace cleanup
2011-04-11, by Augie Fackler
util: move checkosfilename call from path_auditor to opener
2011-04-10, by Adrian Buehlmann
tests: add tests for non-existant branch/tag/bookmark
2011-04-10, by Idan Kamara
hgweb: add bookmarks listing to summary page of gitweb/monoblue styles
2011-04-10, by Yuya Nishihara
hgweb: remove useless notip handling from bookmarks listing
2011-04-10, by Yuya Nishihara
hgweb: sort bookmarks in the same manner as console command
2011-04-10, by Yuya Nishihara
hgweb: add bookmarks listing to raw style with test case
2011-04-10, by Yuya Nishihara
grep: don't print data from binary files for matches (issue2614)
2011-04-09, by Md. O. Shayan
color: reset win32 console color in a finally block
2011-04-09, by Idan Kamara
tests: better output on timeouts
2011-04-09, by Matt Mackall
acl: add branch tests for the current behavior of acl extension
2011-02-07, by John Mulligan
path_auditor: check filenames for basic platform validity (issue2755)
2011-04-06, by Adrian Buehlmann
revset: rearrange code so functions are sorted alphabetically
2011-04-08, by Idan Kamara
revset: abort when tag or bookmark doesn't exist
2011-04-07, by Idan Kamara
merge with stable
2011-04-07, by Matt Mackall
subrepo: prevent url normalization from removing // in ssh paths (issue2556)
stable
2011-04-07, by Thomas Arendsen Hein
bookmarks: change error messages to match those given by 'hg tag' commands
2011-04-07, by Idan Kamara
audit: improve nested repo message
2011-04-07, by Matt Mackall
tags: remove another check for valid nodes
2011-04-07, by Idan Kamara
revset: replace for-loop with list comprehension
2011-04-07, by Idan Kamara
subrepo: fix up svn test output
2011-04-07, by Matt Mackall
merge with stable
2011-04-07, by Martin Geisler
hgweb: fix inconsistant display of graphlog (issue1706)
stable
2011-04-07, by Md. O. Shayan
hgrc.5: drop 'hgext.' prefix when talking about extensions
stable
2011-04-07, by Martin Geisler
merge with crew
2011-04-06, by Matt Mackall
merge with stable
2011-04-06, by Matt Mackall
merge with crew
stable
2011-04-06, by Matt Mackall
url: use a regex to hide unsupported ssh passwords (issue2754)
stable
2011-04-06, by Matt Mackall
commit: note when files are missing
2011-04-06, by Martin Geisler
relink: correct unusual indentation
2011-04-06, by Martin Geisler
hg: make parseurl() consistently return normalised path
2011-04-06, by Thomas Arendsen Hein
bugzilla: more documentation formatting fixups
2011-04-06, by Jim Hague
merge with stable
2011-04-05, by Matt Mackall
rebase: don't mark file as removed if missing in parent's manifest (issue2725)
stable
2011-03-27, by Stefano Tortarolo
tags: no need to check for valid nodes
2011-04-04, by Idan Kamara
localrepo: ignore tags to unknown nodes (issue2750)
2011-04-04, by Idan Kamara
merge: added info that hg help merge-tools shows the options for --tool
2011-04-05, by Arne Babenhauserheide
util: move checklink() to posix.py and return False on Windows
2011-04-05, by Adrian Buehlmann
util: make 'hg log -d --2' abort (issue2734)
2011-04-05, by Yun Lee
help: sort help topics to make the output more readable (issue2751)
2011-04-05, by Yun Lee
merge with stable
2011-04-05, by Martin Geisler
help/dates: use DATE as place-holder in help and abort texts
2011-04-05, by Martin Geisler
keyword: convert a verbatim block to a field list
2011-04-05, by Martin Geisler
bugzilla: convert a verbatim block to a field list
2011-04-05, by Martin Geisler
bugzilla: fix reST error introduced in 22d200e49b10
2011-04-05, by Martin Geisler
help/dates: rephrase explanation of internal format
stable
2011-04-05, by Martin Geisler
rebase: drop ancestor import
2011-04-04, by Matt Mackall
rebase: drop unused p2 arg from rebasenode
2011-04-04, by Matt Mackall
util: move checkexec() to posix.py and return False on Windows
2011-04-04, by Adrian Buehlmann
misc: replace .parents()[0] with p1()
2011-04-04, by Matt Mackall
filectx: introduce p1/p2 convenience methods
2011-04-04, by Matt Mackall
dirstate: add p1/p2 convenience methods
2011-04-04, by Matt Mackall
rebase: use merge's ancestor parameter
2011-04-04, by Matt Mackall
merge: add ancestor to the update function
2011-04-04, by Matt Mackall
revset: teach optimizer that closed is slowish
2011-04-04, by Matt Mackall
localrepo: tighten except clause when looking rev
2011-04-04, by Idan Kamara
bugzilla: more documentation fixes
2011-04-04, by Jim Hague
bugzilla: correct sample configurations
2011-04-04, by Jim Hague
date: fixup breakage from ">" fix
2011-04-04, by Matt Mackall
merge with stable
2011-04-04, by Matt Mackall
log: abort for -d '>' or -d '<' (issue2749)
2011-04-04, by Yun Lee
convert: add hg source bookmark test
2011-04-04, by Edouard Gomez
hgweb: add missing bookmarks definition to coal/map
stable
2011-04-03, by Yuya Nishihara
hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75)
stable
2011-04-03, by Yuya Nishihara
hgweb: add bookmark labels to gitweb theme (based on 270f57d35525)
stable
2011-04-03, by Yuya Nishihara
hgweb: format page_nav of gitweb/error.tmpl and add missing links
stable
2011-04-03, by Yuya Nishihara
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help
stable
2011-04-03, by Yuya Nishihara
hgweb: add separate bookmarks listing to monoblue theme (based on 38c9837b1f75)
stable
2011-04-03, by Yuya Nishihara
hgweb: fix typo in page-header of monoblue's help template
stable
2011-04-03, by Yuya Nishihara
hgweb: add missing bookmarks templates to atom/rss styles
stable
2011-04-03, by Yuya Nishihara
subrepo: process merge substate in sorted order in submerge()
2011-04-03, by Adrian Buehlmann
rebase: add --tool argument for specifying merge tool
2011-04-02, by Stefano Tortarolo
revert: note that added files are left as is
2011-04-01, by Adrian Buehlmann
bugzilla: fix documentation typo
2011-04-01, by Patrick Mezard
merge with stable
2011-04-01, by Matt Mackall
merge with i18n
stable
2011-04-01, by Matt Mackall
i18n-pt_BR: synchronized with 8d960240faac
stable
2011-04-01, by Wagner Bruna
hgweb: add base link to file log for paper and coal styles (issue2452)
2011-03-31, by Kevin Gessner
HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
2011-01-05, by Brodie Rao
url: be stricter about detecting schemes
2011-03-31, by Brodie Rao
Added signature for changeset b032bec2c0a6
stable
2011-04-01, by Matt Mackall
Added tag 1.8.2 for changeset b032bec2c0a6
stable
2011-04-01, by Matt Mackall
merge with stable
2011-04-01, by Matt Mackall
merge with i18n
stable
1.8.2
2011-04-01, by Matt Mackall
i18n-pt_BR: synchronized with 794f4476b974
stable
2011-04-01, by Wagner Bruna
bugzilla: fix bad reST markup
2011-04-01, by Martin Geisler
bugzilla: markup literal text as such
2011-04-01, by Martin Geisler
merge with stable
2011-04-01, by Martin Geisler
help/hgweb: add pointer to hgrc(5) location
stable
2011-04-01, by Martin Geisler
patchbomb, help/hgweb: do not refer to config files as hgrc files
stable
2011-04-01, by Martin Geisler
bugzilla: refer to hgrc(5) man page with normal notation
2011-04-01, by Martin Geisler
bugzilla: markup section names as literal text
2011-04-01, by Martin Geisler
bugzilla: show usermap syntax more clearly
2011-04-01, by Martin Geisler
bugzilla: use standard section.name notation
2011-04-01, by Martin Geisler
bugzilla: prefix each config option with section
2011-04-01, by Martin Geisler
bugzilla: fix reStructuredText errors introduced in 60256f7f30c1
2011-04-01, by Martin Geisler
changegroup: introduce bundler objects
2011-03-31, by Matt Mackall
changegroup: combine lookup functions
2011-03-31, by Matt Mackall
changegroup: unnest flookup
2011-03-31, by Matt Mackall
changegroup: unnest clookup and mlookup like changegroupsubset
2011-03-31, by Matt Mackall
url: nuke some newly-introduced underbars in identifiers
2011-03-31, by Matt Mackall
url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
2011-03-30, by Brodie Rao
url: use url.url in ui.expandpath()
2011-03-30, by Brodie Rao
hg: use url.url to parse branch names in parseurl()
2011-03-30, by Brodie Rao
hg: look up schemes using url.url
2011-03-30, by Brodie Rao
schemes: prevent one letter schemes from being interpreted as drive letters
2011-03-30, by Brodie Rao
hgweb: use url.url when setting CGI environment variables
2011-03-30, by Brodie Rao
url: use url.url in proxyhandler
2011-03-30, by Brodie Rao
httprepo/sshrepo: use url.url
2011-03-30, by Brodie Rao
url: use url.url in url.open()
2011-03-30, by Brodie Rao
url: abort on file:// URLs with non-localhost hosts
2011-03-30, by Brodie Rao
url: special case bundle URL parsing to preserve backwards compatibility
2011-03-30, by Brodie Rao
url: add trailing slashes to URLs with hostnames that don't have one
2011-03-30, by Brodie Rao
url: move drive letter checking into has_drive_letter() for extensions
2011-03-30, by Brodie Rao
changegroup: unnest some lookup functions
2011-03-31, by Matt Mackall
changegroup: minor ordering and renaming changes for similarity
2011-03-31, by Matt Mackall
changegroup: remove nodeiter temporary
2011-03-31, by Matt Mackall
changegroup: refactor prune as a filter
2011-03-30, by Matt Mackall
changegroup: add first logic to send file header
2011-03-30, by Matt Mackall
url: fix tests
2011-03-30, by Matt Mackall
url: deal with drive letters
2011-03-30, by Matt Mackall
bookmarks: do not forward merged bookmark (issue1877)
2011-03-14, by David Soria Parra
merge with stable
2011-03-30, by Matt Mackall
pull: new output message when there are multiple branches
2011-03-28, by Kevin Berridge
pull: don't suggest running hg merge when new heads are on different branches
2011-03-11, by Kevin Berridge
bugzilla: add modified XMLRPC mode that uses email to send bug comments.
2011-03-30, by Jim Hague
bugzilla: add XMLRPC interface.
2011-03-30, by Jim Hague
bugzilla: localise all MySQL direct access inside access class.
2011-03-30, by Jim Hague
bugzilla: keep bug IDs in set.
2011-03-30, by Jim Hague
bugzilla: rename filter_unknown_bug_ids to reflect its actual purpose.
2011-03-30, by Jim Hague
test-paths.t: 'file:' disables [paths] entries for clone dest
2011-03-29, by Adrian Buehlmann
hgwebdir: handle IOErrors from localrepo while enumerating
2011-03-29, by timeless
set NOT_CONTENT_INDEXED on .hg dir (issue2694)
2011-03-28, by Adrian Buehlmann
hgweb: add bookmark labels to monoblue theme (based on 270f57d35525)
stable
2011-03-30, by Yuya Nishihara
merge with stable
2011-03-29, by Martin Geisler
convert/mtn: Fix conversion of large files from mtn (broken in ed97955e0c04)
2011-03-28, by Daniel Atallah
mq: fix qselect help for qguard
stable
2011-03-29, by timeless
Fix transplant error message to correspond with test
2011-03-28, by Brendan Cully
transplant: fix crash if filter script munges log file
2011-03-28, by Luke Plant
changegroup: fold linkrev helper into lookup functions
2011-03-28, by Matt Mackall
changegroup: fold filenode collector into mlookup
2011-03-28, by Matt Mackall
changegroup: roll changegroup.collector into lookup functions
2011-03-28, by Matt Mackall
changegroup: add revlog to the group callback
2011-03-28, by Matt Mackall
changegroup: move sorting down into group
2011-03-28, by Matt Mackall
changegroup: fold progress meter into callbacks
2011-03-28, by Matt Mackall
changegroup: combine infocollect and lookup callbacks
2011-03-28, by Matt Mackall
changegroup: drop unused fullrev
2011-03-24, by Matt Mackall
util: dates cannot consist entirely of whitespace (issue2732)
2011-03-27, by Idan Kamara
less
more
|
(0)
-10000
-3000
-1000
-448
+448
+1000
+3000
+10000
+30000
tip