Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
bdiff: fold in shift calculation in normalize
stable
2016-04-21, by Matt Mackall
bdiff: unify duplicate normalize loops
stable
2016-04-21, by Matt Mackall
make: backout changeset 51f5fae84e43
stable
2016-04-25, by Siddharth Agarwal
tests: test-lock-badness.t message could come later
stable
1970-01-01, by timeless
dockerdeb: pass the rest of the args to the builder script
stable
2016-04-23, by Sean Farley
dockerdeb: fix incorrect number of shifts
stable
2016-04-23, by Sean Farley
make: use shell-command assignment instead of $(eval ...)
stable
2016-04-21, by Augie Fackler
make: do assignment and export in a single statement
stable
2016-04-21, by Augie Fackler
make: alter how we compute compiler flags for setup.py
stable
2016-04-21, by Augie Fackler
revset: unindent "if True" block in sort()
stable
2016-04-23, by Yuya Nishihara
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218)
stable
2016-04-23, by Yuya Nishihara
log: fix status template to list copy source per dest (issue5155)
stable
2016-03-24, by Yuya Nishihara
graphmod: disable graph styling when HGPLAIN is set (issue5212)
stable
2016-04-20, by Martijn Pieters
graphmod: fix seen state handling for > 2 parents (issue5174)
stable
2016-04-20, by Martijn Pieters
httpclient: reverse accidental damage from 86db5cb55d46
stable
2016-04-20, by timeless
tests: tolerate http2
stable
2016-04-21, by timeless
make: add rule for building an ubuntu ppa
stable
2016-04-16, by Sean Farley
builddeb: add flag for a source-only deb
stable
2016-04-16, by Sean Farley
builddeb: create source archive for ubuntu
stable
2016-04-16, by Sean Farley
builddeb: ignore vcs and build results
stable
2016-04-15, by Sean Farley
builddeb: copy over .gz and .dsc files
stable
2016-04-15, by Sean Farley
builddeb: ignore errors about find not finding files
stable
2016-04-15, by Sean Farley
builddeb: use the os codename instead of 'unstable'
stable
2016-04-16, by Sean Farley
builddeb: use sed -i
stable
2016-04-16, by Sean Farley
dockerdeb: redirect 'cd' in export command to /dev/null
stable
2016-04-17, by Sean Farley
help: avoid using "$n" parameter in revsetalias example
stable
2016-03-26, by Yuya Nishihara
debian: add missing netbase dependency
stable
2016-04-17, by Sean Farley
debian: add missing zip/unzip dependencies
stable
2016-04-16, by Sean Farley
debian: add missing python-docutils dependency
stable
2016-04-15, by Sean Farley
debian: add missing python-all-dev dependency
stable
2016-04-15, by Sean Farley
patchbomb: use single quotes around command hint
stable
2016-04-14, by timeless
chg: forward SIGWINCH to worker
stable
2016-04-10, by Jun Wu
Added signature for changeset 740156eedf2c
stable
2016-04-16, by Matt Mackall
Added tag 3.8-rc for changeset 740156eedf2c
stable
2016-04-16, by Matt Mackall
merge default into stable for 3.8 code freeze
stable
3.8-rc
2016-04-16, by Matt Mackall
make: remove packages directory in clean rule
2016-04-15, by Sean Farley
make: add forgotten hgext3rd to clean rule
2016-04-15, by Sean Farley
make: add chg to clean rule
2016-04-15, by Sean Farley
test-docker-packaging: add new line to test output
2016-04-16, by Sean Farley
tests: relax pattern matching for newer docker
2016-04-15, by Sean Farley
py3: make factotum use absolute_import
2016-04-17, by Pulkit Goyal
py3: make extdiff use absolute_import
2016-04-17, by Pulkit Goyal
py3: make eol use absolute_import
2016-04-17, by Pulkit Goyal
py3: make color use absolute_import
2016-04-17, by Pulkit Goyal
py3: make hgmanpage use absolute_import
2016-04-17, by Pulkit Goyal
py3: make gendoc use absolute_import
2016-04-17, by Pulkit Goyal
py3: make check-seclevel use absolute_import
2016-04-17, by Pulkit Goyal
fetch: use single quotes around command hint
2016-04-14, by timeless
graft: use single quotes around command hint
2016-04-14, by timeless
config: use single quotes around command hint
2016-04-14, by timeless
debugcreatestreamclonebundle: use single quotes around command hint
2016-04-14, by timeless
transaction: clear callback instances after usage
2016-04-16, by Gregory Szorc
lock: clear postrelease hooks list after usage
2016-04-16, by Gregory Szorc
ui: drop template aliases by HGPLAIN
2016-03-27, by Yuya Nishihara
templater: load and expand aliases by template engine (API) (issue4842)
2016-03-27, by Yuya Nishihara
templater: inline compiletemplate() function into engine
2016-04-03, by Yuya Nishihara
templater: factor out function that creates templater from string template
2016-04-10, by Yuya Nishihara
templater: separate function to create templater from map file (API)
2016-04-03, by Yuya Nishihara
templater: extract function that loads template map file
2016-04-03, by Yuya Nishihara
templater: demote "base" directory of map file to local variable
2016-04-03, by Yuya Nishihara
notify: do not load style file if template is specified (BC)
2016-04-04, by Yuya Nishihara
bugzilla: do not load style file if template is specified (BC)
2016-04-04, by Yuya Nishihara
subrepo: disable localizations when calling Git (issue5176)
2016-04-16, by Matt Mackall
py3: make test-demandimport use print_function
2016-04-16, by Pulkit Goyal
py3: use absolute_import in svnxml.py
2016-04-16, by Robert Stanca
py3: use absolute_import in sitecustomize.py
2016-04-16, by Robert Stanca
py3: use absolute_import in revlog-formatv0.py
2016-04-16, by Robert Stanca
py3: use absolute_import in printenv.py
2016-04-16, by Robert Stanca
py3: use absolute_import in mockblackbox.py
2016-04-16, by Robert Stanca
py3: use absolute_import in killdaemons.py
2016-04-16, by Robert Stanca
test-shelve: shorten a long path so it works on Windows
2016-04-15, by Matt Harbison
test-convert-git: skip tests with invalid path characters on Windows
2016-04-15, by Matt Harbison
test-subrepo-git: add globs for Windows
2016-04-15, by Matt Harbison
hook: report untrusted hooks as failure (issue5110) (BC)
2016-04-14, by Pierre-Yves David
hook: split config reading further
2016-04-14, by Pierre-Yves David
hook: small refactor to store hooks as dict instead of list
2016-04-14, by Pierre-Yves David
mail: retain hostname for sslutil.wrapsocket (issue5203)
2016-04-15, by timeless
tests: make test-trusted use print_function
2016-04-16, by Pulkit Goyal
tests: make test-doctest use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-hgwebdir-paths use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-lrucachedict use print_function
2016-04-16, by Pulkit Goyal
tests: make test-lrucachedict use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-manifest use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-pathencode use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-simplemerge use absolute_import
2016-04-16, by Pulkit Goyal
crecord: cleanup the remains of commit confirmation
2016-04-14, by Pierre-Yves David
crecord: drop the extra confirmation screen
2016-04-14, by Pierre-Yves David
update: resurrect bare update from null parent to tip-most branch head
2016-04-15, by Yuya Nishihara
tests: run import-checker with tests .t files
2016-04-12, by timeless
import-checker: parse python code from .t files
2016-04-12, by timeless
import-checker: track filenames for SyntaxErrors
2016-04-13, by timeless
import-checker: track SyntaxErrors
2016-04-13, by timeless
import-checker: refactor source reading
2016-04-11, by timeless
tests: make test-pathencode use print_function
2016-04-14, by Pulkit Goyal
tests: make test-run-tests use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-symlink-os-yes-fs-no use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-ui-color use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-url use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-trusted use absolute_import
2016-04-14, by Pulkit Goyal
templater: add parsing and expansion rules to process "templatealias" section
2016-03-27, by Yuya Nishihara
templater: add function to parse whole string as template expression
2016-03-27, by Yuya Nishihara
parser: factor out _trygetfunc() that extracts function name and arguments
2016-03-29, by Yuya Nishihara
parser: make _getalias() return (alias, pattern-args) pair
2016-03-29, by Yuya Nishihara
parser: drop redundant comparison between alias declaration tree and pattern
2016-03-29, by Yuya Nishihara
patchbomb: fix public-is-missing hint
2016-04-14, by timeless
tests: clarify patchbomb repo is public not remote
2016-04-14, by timeless
run-tests: set HGMODULEPOLICY for --pure
2016-04-13, by timeless
cmdutil: avoid recycling variable name "name" in namespaces code
2016-04-14, by Nathaniel Manista
update: fix bare update to work on new branch
2016-04-05, by liscju
remove: fix --force option help description (issue5177)
2016-04-13, by liscju
logtoprocess: new experimental extension
2016-04-05, by Martijn Pieters
convert: keep converted hg parents that are outside convert.hg.revs (BC)
2016-04-13, by Mads Kiilerich
tests: coverage of ancestry with convert in multiple non-overlapping steps
2016-03-24, by Mads Kiilerich
revset: rename findaliases() to expandaliases()
2016-02-29, by Yuya Nishihara
parser: add short comment how aliases are expanded in phases
2016-03-29, by Yuya Nishihara
parser: reorder alias expansion routine to return early
2016-03-29, by Yuya Nishihara
parser: move functions that process alias expansion to rule-set class
2016-02-29, by Yuya Nishihara
revset: unindent codes in _getalias() function
2016-02-29, by Yuya Nishihara
parser: extract helper that creates a dict of aliases
2016-02-29, by Yuya Nishihara
parser: construct alias object by rule-set class
2016-02-29, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip