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
+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.
merge with crew
2013-04-05, by Matt Mackall
sslutil: try harder to avoid getpeercert problems
2013-04-05, by Matt Mackall
copies._forwardcopies: use set operations to find missing files
2013-04-04, by Siddharth Agarwal
perf: add a command to test copies.pathcopies perf
2013-04-04, by Siddharth Agarwal
merge with stable
2013-04-04, by Matt Mackall
Added signature for changeset 8a7bd2dccd44
stable
2013-04-04, by Matt Mackall
Added tag 2.5.4 for changeset 8a7bd2dccd44
stable
2013-04-04, by Matt Mackall
applyupdates: assign variable before we try to use it (issue3855)
stable
2.5.4
2013-03-18, by Kevin Bullock
merge with mpm
2013-04-03, by Bryan O'Sullivan
perf: add a command to test addremove performance
2013-04-01, by Siddharth Agarwal
merge with crew
2013-04-03, by Matt Mackall
dirstate: only call lstat once per flags invocation
2013-04-03, by Bryan O'Sullivan
util: add functions to check symlink/exec bits
2013-04-03, by Bryan O'Sullivan
Merge with stable.
2013-04-03, by Augie Fackler
setup.py: properly discard trust warning.
stable
2013-04-02, by Isaac Jurado
scmutil.addremove: use iteritems on walk results
2013-04-02, by Siddharth Agarwal
scmutil.addremove: stop sorting all walk results
2013-04-02, by Siddharth Agarwal
scmutil.addremove: pull ui.status printing out of the loop
2013-04-02, by Siddharth Agarwal
scmutil.addremove: remove redundant directory and symlink checks
2013-04-02, by Siddharth Agarwal
scmutil.addremove: pull repo.dirstate fetch out of the loop
2013-04-02, by Siddharth Agarwal
scmutil: remove dead updatedir code
2013-04-01, by Siddharth Agarwal
merge with mpm
2013-04-02, by Bryan O'Sullivan
merge with stable
2013-04-02, by Matt Mackall
Added signature for changeset 50c922c1b514
stable
2013-04-02, by Matt Mackall
Added tag 2.5.3 for changeset 50c922c1b514
stable
2013-04-02, by Matt Mackall
hgweb: show correct error message for i18n environment
stable
2.5.3
2013-02-15, by Takumi IINO
commands: fix typo in debugobsolete docstring
stable
2013-04-01, by Wagner Bruna
duplicatecopies: do not mark items not in the dirstate as copies
2013-03-28, by Siddharth Agarwal
duplicatecopies: fix arg name and docstring
2013-03-28, by Siddharth Agarwal
pull: list bookmarks before pulling changesets (issue3873)
2013-03-29, by Siddharth Agarwal
test-hook.t: remove prelistkeys.forbid hook before moving on
2013-03-29, by Siddharth Agarwal
bookmarks.updatefromremote: rename local rb to remotemarks
2013-03-29, by Siddharth Agarwal
pull: rename local rb to remotebookmarks
2013-03-29, by Siddharth Agarwal
dicthelpers: inline diff and join code
2013-03-29, by Siddharth Agarwal
dicthelpers: add docstrings for diff and join
2013-03-29, by Siddharth Agarwal
perf: add perfdirs command
2013-04-01, by Bryan O'Sullivan
merge with stable
2013-04-01, by Matt Mackall
zsh_completion: fix trailing carriage return spoiling tag completion
stable
2013-03-29, by Nikolaj Sjujskij
filesets: add eol predicate
2013-03-29, by Matt Mackall
merge with stable
2013-03-29, by Matt Mackall
merge with i18n
stable
2013-03-29, by Matt Mackall
merge with i18n
stable
2013-03-01, by Wagner Bruna
i18n-ja: synchronized with 61c8327ced50
stable
2013-03-01, by FUJIWARA Katsunori
perf: remove mysterious trailing newlines
2013-03-28, by Bryan O'Sullivan
blackbox: fix a few check-code portability errors
2013-03-27, by Bryan O'Sullivan
check-code: fix a check-code failure in check-code
2013-03-27, by Bryan O'Sullivan
check-code: re-add check for missing glob
2013-03-01, by Simon Heimberg
tests: append missing glob to filename output and check-code it
2013-03-01, by Simon Heimberg
check-code: extract windows glob warning message
2013-02-28, by Simon Heimberg
blackbox: defer opening a log file until needed (issue3869)
2013-03-26, by Bryan O'Sullivan
patch: match 'diff --git a/' instead of 'diff --git'
2013-03-22, by Sean Farley
color: drop unnecessary global statement
2013-03-21, by Simon Heimberg
serve: pass on the repo instad of recreating it in hgweb
2013-03-21, by Simon Heimberg
serve: pass the prepared baseui to hgweb
2013-03-21, by Simon Heimberg
hgweb: do not pass on repo.ui when recreating a repo
2013-03-21, by Simon Heimberg
repo: repo isolation, do not pass on repo.ui for creating new repos
2012-10-10, by Simon Heimberg
diff: fix binary file removals in git mode.
2013-03-04, by Johan Bjork
manifestmerge: drop redundant flags calls
2013-03-24, by Siddharth Agarwal
manifestmerge: use dicthelpers.diff and join
2013-03-25, by Siddharth Agarwal
manifestdict: add a method to diff _flags
2013-03-24, by Siddharth Agarwal
mercurial: implement diff and join for dicts
2013-03-25, by Siddharth Agarwal
convert: add closesort algorithm to mercurial sources
2013-03-24, by Constantine Linnick
manifestmerge: rename n to n1 and n2
2013-03-24, by Siddharth Agarwal
perf: add a command to measure merge.calculateupdates perf
2013-03-24, by Siddharth Agarwal
hgk: fix a pyflakes error
2013-03-25, by Bryan O'Sullivan
dirstate.walk: fast path none-seen + match-always case for step 3
2013-03-22, by Siddharth Agarwal
dirstate.walk: fast path match-always case during traversal
2013-03-22, by Siddharth Agarwal
largefiles: fix _always for match overrides
2013-03-25, by Siddharth Agarwal
dirstate.walk: remove subrepo and .hg from results before step 3
2013-03-25, by Siddharth Agarwal
merge with stable
2013-03-25, by Kevin Bullock
blackbox: account for another source of errors
2013-03-22, by Bryan O'Sullivan
hgk: remove regsub, split on \r instead
2012-10-16, by Andrew Shadura
hgk: simplify tags parser
2012-10-16, by Andrew Shadura
hgk: add support for phases
2013-03-22, by Andrew Shadura
hgk: in popups, replace labels with window titles
2013-03-10, by Andrew Shadura
hgk: update backgroud colour when Ttk is available
2013-03-10, by Andrew Shadura
hgk: fix pop-up windows
2012-10-16, by Andrew Shadura
hgk: don't use fixed format for dates
2013-03-10, by Andrew Shadura
hgk: reformat changsets fields
2013-03-10, by Andrew Shadura
hgk: drop committer field from the UI
2012-10-16, by Andrew Shadura
test-completion: test completion of tags
2013-03-21, by Bryan O'Sullivan
debugpathcomplete: satisfy the code checker
2013-03-21, by Bryan O'Sullivan
tests: test debugpathcomplete and debuglabelcomplete
2013-03-21, by Bryan O'Sullivan
tests: rename test-debugcomplete.t to test-completion.t
2013-03-21, by Bryan O'Sullivan
pathcomplete: complete directories more conservatively
2013-03-21, by Bryan O'Sullivan
sadclown: another test failure eluded me
2013-03-21, by Bryan O'Sullivan
bash_completion: recognize normal command abbreviations
2013-03-21, by Bryan O'Sullivan
completion: selectively use debugpathcomplete in bash_completion
2013-03-21, by Bryan O'Sullivan
completion: add a debugpathcomplete command
2013-03-21, by Bryan O'Sullivan
tests: add new command to test-debugcomplete
2013-03-21, by Bryan O'Sullivan
completion: add a debuglabelcomplete command
2013-03-21, by Bryan O'Sullivan
bash_completion: nuke a duplicated function
2013-03-21, by Bryan O'Sullivan
run-tests: only sort files when not given as argument
2013-03-21, by Simon Heimberg
blackbox: use util.getuser for portability
2013-03-20, by Bryan O'Sullivan
blackbox: prevent failed I/O from causing hg to abort
2013-03-20, by Bryan O'Sullivan
merge with crew-stable
2013-03-19, by Bryan O'Sullivan
largefiles: don't query the dirstate for key None
2013-03-19, by Siddharth Agarwal
merge
2013-03-18, by Kevin Bullock
bookmarks: moving the active bookmark deactivates it
2013-03-16, by Kevin Bullock
bookmarks: allow (re-)activating a bookmark on the current changeset
2013-03-16, by Kevin Bullock
applyupdates: assign variable before we try to use it (issue3855)
2013-03-18, by Kevin Bullock
revset: don't abort when regex to tag() matches nothing (issue3850)
2013-03-18, by Kevin Bullock
rebase: fix --collapse when a file was added then removed
2013-03-15, by Durham Goode
Merge
2013-03-17, by Augie Fackler
grep: use re2 if possible
2013-03-11, by Bryan O'Sullivan
util: add flag support to compilere
2013-03-11, by Bryan O'Sullivan
bookmarks: fix test broken by 0bba1ff2ac7b
2013-03-16, by Kevin Bullock
bookmarks: allow moving a bookmark forward to a descendant
2013-03-15, by Kevin Bullock
hgweb: change manifest archive links to only archive the current directory
2013-02-26, by Angel Ezquerra
hgweb: teach archive how to download a specific directory or file
2013-02-10, by Angel Ezquerra
test-archive: gracefully handle HTTPErrors on get-with-headers
2013-02-06, by Angel Ezquerra
bash_completion: tell an editor what type of file this is
2013-03-14, by Bryan O'Sullivan
bash_completion: allow remove to complete normal files
2013-03-14, by Bryan O'Sullivan
bash_completion: match more narrowly
2013-03-14, by Bryan O'Sullivan
blackbox: add backup bundle paths to blackbox logs
2013-03-13, by Durham Goode
tests: fix test-profile to not depend on HGPROF environment variable
2013-03-12, by Durham Goode
merge with crew-stable
2013-03-12, by Bryan O'Sullivan
tests: fix test-profile to not depend on HGPROF environment variable
2013-03-12, by Durham Goode
check-code: do not prepend "warning" to a failure message
2013-03-09, by Simon Heimberg
merge with crew-stable
2013-03-09, by Bryan O'Sullivan
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip