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
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.
ignore: rename readignorefile to readpatternfile
2015-05-16, by Durham Goode
ignore: combine readignorefile and _ignorefile
2015-05-16, by Durham Goode
ignore: move bad file handling out of readignorefile
2015-05-16, by Durham Goode
ignore: remove .hgignore from ignore list if nonexistent
2015-05-16, by Durham Goode
run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
2015-05-17, by Augie Fackler
run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
2015-05-17, by Augie Fackler
run-tests: insist that if people use Python 3, they use 3.5.x
2015-05-17, by Augie Fackler
run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
2015-05-17, by Augie Fackler
run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
2015-05-17, by Augie Fackler
run-tests: introduce PYTHON3 boolean constant (issue4668)
2015-05-17, by Augie Fackler
run-tests: drop subprocess _cleanup monkeypatch
2015-05-17, by Augie Fackler
run-tests: drop wifexited polyfill
2015-05-17, by Augie Fackler
test-import: update for no-execbit platforms with 1ef96a3b8b89
2015-05-18, by Matt Harbison
test-treemanifest: add globs for Windows
2015-05-18, by Matt Harbison
util: drop any() and all() polyfills
2015-05-16, by Augie Fackler
cleanup: use __builtins__.all instead of util.all
2015-05-16, by Augie Fackler
check-code: un-ban __builtins__.all now that we're on 2.6
2015-05-16, by Augie Fackler
cleanup: use __builtins__.any instead of util.any
2015-05-16, by Augie Fackler
check-code: un-ban any() now that we're on 2.6
2015-05-16, by Augie Fackler
walkchangerevs: replace try/except with 'next'
2015-05-17, by Pierre-Yves David
generatorset: use 'next()' to simplify the code
2015-05-17, by Pierre-Yves David
revset: use 'next()' to detect end of iteration in 'last'
2015-05-17, by Pierre-Yves David
revset: use 'next()' to detect end of iteration in 'limit'
2015-05-17, by Pierre-Yves David
_revancestors: use 'next' to remove the verbose try except clauses
2015-05-17, by Pierre-Yves David
check-code: lift the ban on 'next()'
2015-05-17, by Pierre-Yves David
check-code: drop the 'isdisjoint' ban
2015-05-17, by Pierre-Yves David
check-code: fix the error message about 'class foo():'
2015-05-17, by Pierre-Yves David
check-code: remove the check for os.path.relpath
2015-05-17, by Pierre-Yves David
patch: remove duplicated import of cStringIO
2015-05-17, by Pierre-Yves David
check-commit: print limit when user has a too-long summary
2015-05-18, by Augie Fackler
paper: show branch/tags/bookmarks when blaming (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when comparing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when diffing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when viewing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when browsing (issue3559)
2015-05-15, by Anton Shestakov
revset: extract addset._iterordered to free function
2015-05-16, by Yuya Nishihara
revset: use fastasc/fastdesc switch consistently in addset.__iter__
2015-05-16, by Yuya Nishihara
revset: drop redundant filteredset from right-hand side set of "or" operation
2015-03-30, by Yuya Nishihara
getbundle: sort bundlecaps before exchanging then over the wire
2015-05-10, by Pierre-Yves David
hg-ssh: reject push earlier (on pretxnopen)
2015-05-10, by Pierre-Yves David
test: test both bundle1 and bundle2 paths in 'test-push-hook-lock.t'
2015-05-10, by Pierre-Yves David
progress: get the extremely verbose output out of default debug
2015-05-09, by Pierre-Yves David
hgweb: show changeset branches/tags/bookmarks in file log (style=monoblue)
2015-05-15, by Anton Shestakov
hgweb: show changeset branches/tags/bookmarks in file log (style=gitweb)
2015-05-15, by Anton Shestakov
match: resolve filesets in subrepos for commands given the '-S' argument
2015-05-16, by Matt Harbison
subrepo: introduce getfileset()
2015-05-15, by Matt Harbison
phase: default to current revision if no rev is provided (issue4666)
2015-05-15, by Gilles Moris
treemanifest: add --dir option to debug{revlog,data,index}
2015-04-12, by Martin von Zweigbergk
obsolete: sort obsmarkers during exchange
2015-05-10, by Pierre-Yves David
test-discovery-legacy: disable bundle2 for legacy test
2015-04-21, by Pierre-Yves David
test-discovery: disable bundle2 for legacy test (issue4610)
2015-04-21, by Pierre-Yves David
revset: fix iteration over ordered addset composed of non-ordered operands
2015-05-15, by Pierre-Yves David
match: add match.ispartial()
2015-05-15, by Drew Gottlieb
util: drop alias for collections.deque
2015-05-16, by Martin von Zweigbergk
util: kill Python 2.4 deque.remove hack
2015-05-16, by Adrian Buehlmann
summary: add a phase line (draft, secret) to the output
2015-05-14, by Gilles Moris
hgweb: also display changeset bookmarks in file log (style=paper)
2015-05-15, by Anton Shestakov
tests: test branch/tag/bookmark display in test-hgweb-filelog.t
2015-05-15, by Anton Shestakov
hgweb: split some long lines in paper, gitweb and monoblue styles
2015-05-15, by Anton Shestakov
run-tests: add a --profile-runner option
2015-05-13, by Augie Fackler
test-http: drop compatibility check on Python >= 2.4.3
2015-05-15, by Gilles Moris
revset: remove unused 'only' from methods table
2015-05-15, by Yuya Nishihara
shelve: allow --patch and --stat without --list for a single shelf
2015-04-14, by Tony Tung
shelve: refactor allowables to specify sets of valid operations
2015-04-14, by Tony Tung
merge with stable
2015-05-15, by Matt Mackall
rebase: check that the bookmark is still valid when restoring (issue4669)
stable
2015-05-14, by Tony Tung
bookmarks: rename current to active in variables and comments
2015-04-14, by Ryan McElroy
rebase: remove extraneous blank at the end of file
2015-05-14, by Tony Tung
run-tests: include 'start' and 'end' in --time output
2015-05-07, by Pierre-Yves David
run-tests: track start and end time of tests
2015-05-07, by Pierre-Yves David
templater: look for mapfiles in template paths
2015-05-15, by Jordi Gutiérrez Hermoso
config: give it an includepaths option for looking for config files
2015-05-15, by Jordi Gutiérrez Hermoso
revset: map postfix '%' to only() to optimize operand recursively (issue4670)
stable
2015-05-15, by Yuya Nishihara
dirs.c: pass C string, not Python string, to _finddir()
2015-05-08, by Martin von Zweigbergk
dirs.c: extract 'cpath' variable in _delpath() to match _addpath()
2015-05-08, by Martin von Zweigbergk
treemanifest: store submanifest revlog per directory
2015-04-13, by Martin von Zweigbergk
hghave: use try/except/finally
2015-05-15, by Matt Mackall
setup: use try/except/finally
2015-05-15, by Matt Mackall
util: use try/except/finally
2015-05-15, by Matt Mackall
tags: use try/except/finally
2015-05-15, by Matt Mackall
repoview: use try/except/finally
2015-05-15, by Matt Mackall
httppeer: use try/except/finally
2015-05-15, by Matt Mackall
hooks: use try/except/finally
2015-05-15, by Matt Mackall
hgweb: use try/except/finally
2015-05-15, by Matt Mackall
commands: use try/except/finally
2015-05-15, by Matt Mackall
bookmarks: use try/except/finally
2015-05-15, by Matt Mackall
shelve: use try/except/finally
2015-05-15, by Matt Mackall
largefiles: use try/except/finally
2015-05-15, by Matt Mackall
factotum: use try/except/finally
2015-05-15, by Matt Mackall
check-code: drop try/except/finally check
2015-05-15, by Matt Mackall
util.h: kill no longer needed definitions for Python < 2.6
2015-05-14, by Adrian Buehlmann
merge with stable
2015-05-14, by Matt Mackall
setup: integrate osutil C extension into extmodules initialization
2015-05-14, by Adrian Buehlmann
setup: move osutil_ldflags logic to before extmodules definition
2015-05-14, by Adrian Buehlmann
setup: kill pure hack for osutil on Windows for Python 2.4
2015-05-14, by Adrian Buehlmann
windows: add comment in normcase()
2015-05-14, by Adrian Buehlmann
rebase: clear merge when aborting before any rebasing (issue4661)
stable
2015-05-10, by Jordi Gutiérrez Hermoso
test-rebase-abort: add test from issue4009
stable
2015-05-10, by Jordi Gutiérrez Hermoso
run-test.py: greatly increase the priority of 'check-code' tests
2015-05-08, by Pierre-Yves David
run-tests: allow different extra weight for slow tests
2015-05-08, by Pierre-Yves David
ignore: refactor syntax concatenation
2015-05-07, by Durham Goode
ignore: refactor file read into a function
2015-05-07, by Durham Goode
import-checker: loop to get list of locally defined modules at first
2015-05-14, by FUJIWARA Katsunori
import-checker: add xargs like mode
2015-05-14, by FUJIWARA Katsunori
store: add comment in _hashencode with reason for skipping the first 5 chars
2015-05-13, by Adrian Buehlmann
test-run-tests: fix for Python 3.5
2015-04-14, by Augie Fackler
run-tests: make sure all script lines are bytes
2015-04-14, by Augie Fackler
run-tests: fix checking a line to see if it needs globbing
2015-04-14, by Augie Fackler
run-tests: unblock running python tests in python 3
2015-04-14, by Augie Fackler
run-tests: os.popen returns a string, make it bytes again
2015-04-13, by Augie Fackler
run-tests: be more paranoid about os.system using bytes
2015-04-13, by Augie Fackler
run-tests: blacklist entries are bytes, use bname to check blacklisting
2015-04-13, by Augie Fackler
test-run-tests.t: work around file.write() returning an int
2015-04-13, by Augie Fackler
run-tests: write bytes to the binary buffer on sys.{stdout,stderr}
2015-04-14, by Augie Fackler
run-tests: record faildata using bytes instead of str
2015-04-14, by Augie Fackler
run-tests: do cdata escaping using bytes instead of str
2015-04-14, by Augie Fackler
run-tests: make sure keyword(s) are in bytes and not str
2015-04-13, by Augie Fackler
run-tests: use items instead of iteritems on dicts
2015-04-13, by Augie Fackler
run-tests: refer to test.bname when sniffing for keywords
2015-04-13, by Augie Fackler
run-tests: string-escape no longer exists in python 3, use unicode_escape
2015-04-13, by Augie Fackler
run-tests: switch all uses of iolock.acquire() to a context manager
2015-04-13, by Augie Fackler
run-tests: use difflib.diff_bytes on Python 3
2015-04-21, by Augie Fackler
run-tests: fix installation of hg by bytesifying more constants
2015-04-12, by Augie Fackler
setup: decode xcode version number on python3
2015-04-12, by Augie Fackler
run-tests: work around with_hg being bytes or string depending on provenance
2015-04-12, by Augie Fackler
run-tests: even more bytestring annotations for Python 3
2015-04-14, by Augie Fackler
run-tests: write bytes to sys.stdout.buffer in python 3
2015-04-14, by Augie Fackler
run-tests: be more judicious about bytes vs string on test attrs
2015-04-14, by Augie Fackler
run-tests: fix _findprogram to reliably return bytes
2015-04-14, by Augie Fackler
run-tests: introduce a name for os.environb
2015-04-14, by Augie Fackler
run-tests: work around chr() producing unicode in Python 3
2015-04-14, by Augie Fackler
run-tests: use bytes when constructing shell script
2015-04-11, by Augie Fackler
run-tests: use bytes explicitly for tmpdir and hgrc construction
2015-04-11, by Augie Fackler
run-tests: work around the rename of xrange to range
2015-04-11, by Augie Fackler
heredoctest: 2to3 -w -f numliterals -f except -f print tests/heredoctest.py
2015-04-12, by Augie Fackler
python3: update killdaemons and run-tests print and exception syntax
2015-04-11, by Augie Fackler
check-code: allow with statements
2015-05-13, by Pierre-Yves David
check-code: allow 'Except EClass as variable:'
2015-05-13, by Pierre-Yves David
check-code: allow print and exec as a function
2015-05-13, by Pierre-Yves David
pathencode: for long paths, strip first 5 chars, not first dir
2015-05-06, by Martin von Zweigbergk
util.h: kill no longer needed definitions for Python < 2.5
2015-05-13, by Adrian Buehlmann
rebase: add short -k option for --keep
2015-05-12, by Nat Mote
revset: test current behavior of addset class
2015-03-30, by Yuya Nishihara
revset: remove duplicated definition of choice() from addset._iterordered()
2015-04-27, by Yuya Nishihara
canonpath: fix infinite recursion
2015-05-12, by Matt Mackall
commit: no longer allow empty commit with the 'force' argument (API)
2015-05-12, by Pierre-Yves David
import: use ui.allowemptycommit to allow empty commits
2015-05-11, by Durham Goode
mq: use ui.allowemptycommit to allow empty commits
2015-05-11, by Durham Goode
commit: add ui.allowemptycommit config option
2015-05-11, by Durham Goode
commit: move empty commit condition to a new line
2015-05-11, by Durham Goode
dirs: speed up by storing number of direct children per dir
2015-05-08, by Martin von Zweigbergk
dirs: back out forward-searching in finddirs()
2015-05-08, by Martin von Zweigbergk
templatekw: replace currentbookmark with activebookmark keyword
2015-04-15, by Ryan McElroy
templatekw: introduce activebookmark keyword
2015-04-15, by Ryan McElroy
templatekw: rename variable current to active
2015-04-15, by Ryan McElroy
pathutil: hint if a path is root relative instead of cwd relative (issue4663)
2015-05-11, by Matt Harbison
check-code: drop the python 2.5 warning for os.path.relpath()
2015-05-11, by Matt Harbison
setup.py: drop compatibility with Python 2.4 and 2.5 (BC)
2015-05-08, by Pierre-Yves David
rpm.spec: bump python dependency to 2.6
2015-05-08, by Pierre-Yves David
map-cmdline.bisect: rewrite to just %include the default template
2015-05-10, by Jordi Gutiérrez Hermoso
log: add a status template
2015-05-10, by Jordi Gutiérrez Hermoso
tests: fix hidden repeatability problem with age filter test
2015-05-12, by Matt Mackall
help: rewrite template examples to use integer literals where appropriate
2015-05-02, by Yuya Nishihara
templater: update error message of invalid number passed to word() function
2015-05-02, by Yuya Nishihara
templater: tokenize decimal integer literal (issue4638) (BC)
2015-05-01, by Yuya Nishihara
templater: switch methods table on compileexp() of func args and inner expr
2015-05-02, by Yuya Nishihara
templatefilters: don't stringify None into "None"
2015-05-10, by Jordi Gutiérrez Hermoso
hgweb: clearly outline <tr> block in gitweb and spartan styles
2015-05-10, by Anton Shestakov
rebase: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
mq: use dirstateguard instead of dirstate.invalidate (qrefresh)
2015-05-07, by FUJIWARA Katsunori
mq: use dirstateguard instead of dirstate.invalidate (qpush)
2015-05-07, by FUJIWARA Katsunori
tryimportone: use dirstateguard instead of beginparentchange/endparentchange
2015-05-07, by FUJIWARA Katsunori
import: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
amend: use dirstateguard instead of dirstate.invalidate
2015-05-07, by FUJIWARA Katsunori
localrepo: use changelog.hasnode instead of self.__contains__
2015-05-07, by FUJIWARA Katsunori
cmdutil: add class to restore dirstate during unexpected failure
2015-05-07, by FUJIWARA Katsunori
merge with stable
2015-05-10, by Matt Mackall
wix: add new json templates folder to MSI installers
2015-05-09, by Steve Borho
templater: rename parsestring() to unquotestring() (API)
2015-05-04, by Yuya Nishihara
templater: remove noop calls of parsestring(s, quoted=False) (API)
2015-05-04, by Yuya Nishihara
bookmarks: simplify iscurrent to isactivewdirparent (API)
2015-04-14, by Ryan McElroy
tests: add a new commit to test-commandline-template
2015-05-05, by Jordi Gutiérrez Hermoso
run-tests: spread and document the content of time tuple
2015-05-07, by Pierre-Yves David
run-tests: when building json, get time data in the same order as elsewhere
2015-05-07, by Pierre-Yves David
run-tests: stop explicit expansion of time data
2015-05-07, by Pierre-Yves David
run-tests: refactor json entry creation logic
2015-05-08, by Pierre-Yves David
run-tests: when building json, use result.failures instead of result.faildata
2015-05-07, by Pierre-Yves David
run-test: add a test for json output when -i is used
2015-05-08, by Pierre-Yves David
changegroup: drop _changelog and _manifest properties
2015-04-30, by Martin von Zweigbergk
changegroup: document the cases where reordering complicates linkrevs
2015-04-29, by Martin von Zweigbergk
changegroup: extract condition for linkrev fastpath
2015-04-29, by Martin von Zweigbergk
lazymanifest: drop SP before some labels
2015-04-12, by Martin von Zweigbergk
lazymanifest: avoid 'bail' label when used on success path
2015-04-12, by Martin von Zweigbergk
dockerdeb: rules to build a debian package using docker
2015-05-06, by Augie Fackler
packaging: extract packagelib for common code from builddeb and buildrpm
2015-05-07, by Augie Fackler
builddeb: new script for building a deb package
2015-05-06, by Augie Fackler
dockerlib: fix initcontainer for boot2docker users
2015-05-06, by Augie Fackler
dockerlib: extract initcontainer() method
2015-05-06, by Augie Fackler
dockerlib: start extracting common functions for setting up docker
2015-05-06, by Augie Fackler
run-test: ensure the test ports are available before launching test
2015-05-07, by Pierre-Yves David
templater: strip single backslash before quotation mark in quoted template
2015-05-08, by Yuya Nishihara
run-tests: implement Test._testMethodName
2015-05-07, by Pierre-Yves David
test-subrepo-git: ignore pax_global_header when listing archive
2015-05-07, by Pierre-Yves David
test-subrepo-recursion: glob out all the date listed by unzip -l
2015-05-07, by Pierre-Yves David
bookmarks: remove unused updatecurrentbookmark function (API)
2015-04-14, by Ryan McElroy
changelog: drop unnecessary override of "hasnode"
2015-05-10, by Yuya Nishihara
test-run-test: unset run-test specific environment variables
stable
2015-05-08, by Pierre-Yves David
histedit: fix --continue when rules are finished
stable
2015-05-01, by Durham Goode
histedit: fix serializing of None backupfile
stable
2015-05-01, by Durham Goode
merge with stable
2015-05-07, by Matt Mackall
treemanifest: set requires at repo creation time, ignore config after
2015-05-05, by Martin von Zweigbergk
remove: use ctx.hasdir(f) instead of 'f in ctx.dirs()'
2015-04-21, by Martin von Zweigbergk
largefiles: drop os.path.join() in subrepo archive override
2015-05-04, by Matt Harbison
archive: drop the leading '.' path component from the prefix (issue4634)
2015-05-05, by Matt Harbison
hgweb: bring back infinite scroll in shortlog of paper style
stable
2015-05-07, by Yuya Nishihara
merge with stable
2015-05-07, by Matt Mackall
extensions: clear aftercallbacks after execution (issue4646)
stable
2015-05-06, by Gregory Szorc
templater: strictly parse leading backslashes of '{' (issue4569) (BC)
stable
2015-05-04, by Yuya Nishihara
templater: do not process \-escapes at parsestring() (issue4290)
stable
2015-05-04, by Yuya Nishihara
bookmarks: rename bookmarkcurrent to activebookmark (API)
2015-04-14, by Ryan McElroy
bookmarks: rename readcurrent to readactive (API)
2015-04-13, by Ryan McElroy
bookmarks: rename setcurrent to activate (API)
2015-04-13, by Ryan McElroy
bookmarks: rename unsetcurrent to deactivate (API)
2015-04-13, by Ryan McElroy
subrepo: correctly handle git subdirectory status change
2015-05-06, by Mathias De Maré
merge with stable
2015-05-06, by Matt Mackall
setup: hide octal literals inside strings so they're portable (issue4554)
2015-04-12, by Augie Fackler
revset: avoid returning duplicates when returning ancestors
2014-03-26, by Pierre-Yves David
revset: use an iterator instead of a dequeue in ancestors()
2014-03-26, by Pierre-Yves David
revset: return early when revs is empty
2015-05-06, by Martin von Zweigbergk
revset: rename 'revsnode' to 'inputrev' in ancestors
2014-03-26, by Pierre-Yves David
revset: make generatorset.__nonzero__ lazy
2015-05-04, by Pierre-Yves David
tests: test that we can convert to manifestv2 with clone
2015-05-05, by Drew Gottlieb
requires: move requires file writing func from localrepo to scmutil
2015-04-13, by Drew Gottlieb
histedit: fix test-histedit-edit on vfat
stable
2015-05-05, by Durham Goode
revset: don't error out if tokens parse as existing symbols
2015-05-03, by Jordi Gutiérrez Hermoso
merge with stable
2015-05-05, by Matt Mackall
test-command-template: minor clarification in comment
2015-04-26, by Jordi Gutiérrez Hermoso
test-command-template: test the phase template more precisely
2015-04-28, by Jordi Gutiérrez Hermoso
obsolete: speed up unstable computation
2015-04-28, by Laurent Charignon
obsolete: speed up computation of bumped revset
2015-04-24, by Laurent Charignon
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip