Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
record: minor refactoring of dorecord
2015-03-12, by Laurent Charignon
record: add tests for the curses recording interface
2015-03-12, by Laurent Charignon
record: enable curses recording logic with experimental flag
2015-03-12, by Laurent Charignon
record: change arguments of curses recording function
2015-03-13, by Laurent Charignon
record: change interface of the filtering function
2015-03-12, by Laurent Charignon
hgweb: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
pvec: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
scmutil: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
templater: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
largefiles: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
obsolete: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
fileset: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
filectx: add a repo accessor
2015-03-13, by Matt Harbison
run-tests: ignore ENOENT failures when removing old .err results
2015-03-13, by Augie Fackler
run-tests: stop storing start/stop times in a dict by test name
2015-03-13, by Augie Fackler
run-tests: avoid running the same test instance concurrently
2015-03-13, by Augie Fackler
run-tests: add --runs-per-test flag
2015-03-13, by Augie Fackler
convert: adjust progress bar for octopus merges (issue4169)
2015-03-12, by Augie Fackler
test-convert-git: show insane progress bar with octopus merge (issue4169)
2015-03-12, by Augie Fackler
manifest: have context use self.hasdir()
2015-03-13, by Drew Gottlieb
manifest: add hasdir() to context
2015-03-13, by Drew Gottlieb
manifest: add manifestdict.hasdir() method
2015-03-13, by Drew Gottlieb
manifest: have context's dirs() call its manifest's dirs()
2015-03-13, by Drew Gottlieb
manifest: add dirs() to manifestdict
2015-03-13, by Drew Gottlieb
formatter: convert None to json null
2014-09-17, by Yuya Nishihara
localrepo: extend "changeid in repo" to return True for workingctx revision
2014-08-17, by Yuya Nishihara
merge with stable
2015-03-16, by Matt Mackall
crecord: fix another underbar
2015-03-16, by Matt Mackall
crecord: fiddle with vertical whitespace
2015-03-16, by Matt Mackall
crecord: fix underbar style for orig_stdout
2015-03-16, by Matt Mackall
crecord: use encoding.ucolwidth
2015-03-16, by Matt Mackall
crecord: more import style
2015-03-16, by Matt Mackall
crecord: fix some import style
2015-03-16, by Matt Mackall
manifest.c: ensure realloc_if_full() returns 1 or 0
2015-03-13, by Matt Harbison
record: change recording function to work with crecord
2015-03-12, by Laurent Charignon
record: add crecord's ui logic to core
2015-03-12, by Laurent Charignon
record: change interface of dorecord to accept new filters
2015-03-11, by Laurent Charignon
record: remove duplicated tests
2015-03-11, by Laurent Charignon
record: make record use commit -i
2015-03-11, by Laurent Charignon
style: kill ersatz if-else ternary operators
2015-03-13, by Jordi Gutiérrez Hermoso
cvsps: use a different tiebreaker to avoid flaky test
2015-03-13, by Augie Fackler
templates: fix "log -q" output of default style
stable
2015-03-14, by Yuya Nishihara
merge with stable
2015-03-13, by Matt Mackall
subrepo: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
files: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
context: add a repo accessor
2015-03-12, by Matt Harbison
test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
2015-03-12, by Augie Fackler
lazymanifest: make __iter__ generate filenames, not 3-tuples
2015-03-12, by Martin von Zweigbergk
lazymanifest: fix pure hg iterkeys()
2015-03-12, by Martin von Zweigbergk
hgweb: prevent loading style map from directories other than specified paths
stable
2015-03-13, by Yuya Nishihara
lazymanifest: add iterkeys() method
2015-03-11, by Martin von Zweigbergk
lazymanifest: extract function for iterating to next line
2015-03-11, by Martin von Zweigbergk
lazymanifest: fail if path or hash strings cannot be created
2015-03-11, by Martin von Zweigbergk
manifest: rewrite find(node, f) in terms of read(node)
2015-03-11, by Martin von Zweigbergk
ssl: load CA certificates from system's store by default on Python 2.7.9
2015-02-26, by Yuya Nishihara
ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
2015-03-04, by Yuya Nishihara
test-https: enable dummycert test only if Apple python is used (issue4500)
2015-03-04, by Yuya Nishihara
ssl: extract function that returns dummycert path on Apple python
2015-03-04, by Yuya Nishihara
largefiles: don't create chain of __contains__ calls
2015-03-11, by Martin von Zweigbergk
lazymanifest: don't depend on printf's 'hh' format to work
2015-03-12, by Martin von Zweigbergk
bundle2: test hooking using the new transaction-level hook
2015-03-11, by Pierre-Yves David
hook: add a generic hook right before we commit a transaction
2015-03-09, by Pierre-Yves David
transaction: add a validation stage
2015-03-09, by Pierre-Yves David
hook: add a generic hook after transaction has been closed
2015-03-09, by Pierre-Yves David
hook: have a generic hook for transaction opening
2014-12-10, by Pierre-Yves David
templater: allow piping generator-type function output to filters
2015-02-24, by Yuya Nishihara
record: add new tests for commit interactive (same tests as record)
2015-03-11, by Laurent Charignon
record: add interactive option to the commit command
2015-03-11, by Laurent Charignon
manifest: don't let find() look inside manifestdict
2015-03-10, by Martin von Zweigbergk
largefiles: replace manifestdict.__contains__, don't extend class
2015-03-09, by Martin von Zweigbergk
files: split reusable implementation into cmdutil for subrepo support
2015-03-08, by Matt Harbison
files: use ctx object to access dirstate
2015-03-08, by Matt Harbison
copies: added manifests to computenonoverlap
2015-03-10, by Durham Goode
record: move dorecord from record to cmdutil
2015-03-10, by Laurent Charignon
record: remove dependency on hg module in record
2015-03-10, by Laurent Charignon
record: remove dependency on extensions module in dorecord
2015-03-10, by Laurent Charignon
record: move filterpatch from record to patch
2015-03-10, by Laurent Charignon
patch.internalpatch: add a default value for prefix
2015-03-10, by Siddharth Agarwal
histedit: remove extra histedit constructor call
2015-03-11, by Durham Goode
color: consolidate cut-and-paste code
2015-03-11, by Jordi Gutiérrez Hermoso
record: move parsepatch from record to patch
2015-03-09, by Laurent Charignon
record: move scanpatch from record to patch
2015-03-09, by Laurent Charignon
record: move hunk class from record to patch
2015-03-09, by Laurent Charignon
record: move countChanges in the hunk class
2015-03-09, by Laurent Charignon
record: move header class from record to patch
2015-03-09, by Laurent Charignon
cmdutil.tryimportone: allow importing relative patches with --bypass
2015-03-10, by Siddharth Agarwal
cmdutil.tryimportone: allow importing relative patches into the working dir
2015-03-09, by Siddharth Agarwal
commands.import: accept a prefix option
2015-03-06, by Siddharth Agarwal
test: make version based test-extensions failure more explanatory
2015-03-10, by Pierre-Yves David
subrepo: add status support for ignored and clean files in git subrepos
2015-03-09, by Mathias De Maré
revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
2015-01-14, by Mike Edgar
patch.internalpatch: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.patchbackend: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
repair: define explicit local variable, don't reuse a comprehension variable
2015-03-10, by Mike Edgar
commands.paths: use ui.paths to show paths
2015-02-07, by Gregory Szorc
ui: represent paths as classes
2015-02-07, by Gregory Szorc
color: omit terminfo/win32 warning if non-interactive (issue4543)
2015-03-10, by Jordi Gutiérrez Hermoso
incoming: hide help about use of --bundle option by default
2015-02-26, by Yuya Nishihara
patch.applydiff: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch._applydiff: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.makepatchmeta: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.pathtransform: add a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.pathtransform: add doctests
2015-03-06, by Siddharth Agarwal
patch: rename pathstrip to pathtransform
2015-03-06, by Siddharth Agarwal
templatekw: forward _hybrid.get to raw values so that get(extras, key) works
2015-02-18, by Yuya Nishihara
templater: implement _hybrid.__contains__ so that ifcontains can accept dict
2015-02-18, by Yuya Nishihara
templatekw: keep raw list or dict in _hybrid object
2015-03-08, by Yuya Nishihara
templatekw: give name to lambda that constructs variables map of templater
2015-03-08, by Yuya Nishihara
templatekw: convert list of key/value pairs to sortdict
2015-03-08, by Yuya Nishihara
sortdict: have update() accept either dict or iterable of key/value pairs
2015-02-18, by Yuya Nishihara
record: allow editing new files (issue4304)
2015-03-06, by Laurent Charignon
localrepo: back out changeset b08af8f0ac01
2015-03-05, by Pierre-Yves David
test-shelve: be more lenient about whitespace (issue4124)
2015-03-09, by Tristan Seligmann
histedit: use better meta-variable names than VALUE in help text
2015-03-09, by Anton Shestakov
histedit: tweak --commands help text
2015-03-09, by Anton Shestakov
largefiles: report the source of copied/moved largefiles in status -C
2015-01-25, by Matt Harbison
test-commit-amend: add globs for Windows
2015-03-08, by Matt Harbison
lazymanifest: use a binary search to do an insertion
2015-01-30, by Augie Fackler
context: don't sort manifest entries
2014-11-17, by Augie Fackler
manifest: use custom C implementation of lazymanifest
2015-03-06, by Augie Fackler
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip