| age |
author |
description |
| 26 hours ago |
Brendan Cully |
mq: make init -Q do what qinit -c diddefault tip |
| 27 hours ago |
Brendan Cully |
mq: add -Q option to all commands not in norepo |
| 38 hours ago |
Adrian Buehlmann |
setup.py: fixing version info for Windows hg.exe (py2exe) |
| 13 hours ago |
Patrick Mezard |
test-branch-option: make it executable |
| 34 hours ago |
Mads Kiilerich |
tests: don't just silently strip port numbers |
| 44 hours ago |
Steve Losh |
mq: add parent node IDs to MQ patches on qrefresh/qnew |
| 17 hours ago |
Benoit Boissinot |
prepush: add more precise error messages |
| 20 hours ago |
Benoit Boissinot |
revlog: don't silently discard revlog flags on revlogv0 |
| 21 hours ago |
Benoit Boissinot |
fix coding style (reported by pylint) |
| 22 hours ago |
Benoit Boissinot |
add pylintrc with some mercurial specific configuration |
| 22 hours ago |
Benoit Boissinot |
localrepo: cleanup branch tip computation |
| 24 hours ago |
Steve Borho |
hgrc.5: Fix a typo |
| 26 hours ago |
Matt Mackall |
summary: various fixes, add a test |
| 26 hours ago |
Sune Foldager |
fix remaining hg.parseurl uses |
| 2 days ago |
Steve Borho |
win32: allow hgrc.d on Windows |
| 37 hours ago |
Brendan Cully |
zeroconf: use DNS length field to safely skip unknown record types |
| 41 hours ago |
Brendan Cully |
zeroconf: better fix for readName error |
| 42 hours ago |
Brendan Cully |
zeroconf: try utf-16 decoding if utf-8 fails |
| 43 hours ago |
Brendan Cully |
import: import each patch in a file or stream as a separate change |
| 44 hours ago |
Dirkjan Ochtman |
ui: look before you leap on sys.stdout.closed |
| 45 hours ago |
Augie Fackler |
mq: fix deprecation mention, line length |
| 45 hours ago |
Dirkjan Ochtman |
merge with mpm |
| 2 days ago |
Saint Germain |
subrepo: change default path in hgrc of subrepo after cloning |
| 45 hours ago |
Sune Foldager |
addbranchrevs: fallback for older servers |
| 46 hours ago |
Sune Foldager |
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push |
| 45 hours ago |
Matt Mackall |
streamclone: allow uncompressed clones by default |
| 46 hours ago |
timeless |
help: Improved body text |
| 2 months ago |
timeless |
commands: Try to improve help options text for basic commands |
| 2 days ago |
Martin Geisler |
check-code.py: make help strings consistent |
| 2 days ago |
Mads Kiilerich |
check-code.py: escape backslash |
| 46 hours ago |
Augie Fackler |
qnew: ignore force option |
| 46 hours ago |
Dirkjan Ochtman |
strip apostrophes from an error messages |
| 46 hours ago |
Dirkjan Ochtman |
mq: fix typo, thanks pmezard |
| 46 hours ago |
Dirkjan Ochtman |
commands: annotate follows by default, separate -f/--file option |
| 46 hours ago |
Patrick Mezard |
Merge with crew-stable |
| 2 days ago |
Patrick Mezard |
test-mq-qrefresh: test qrefresh when tip != qtipstable |
| 2 days ago |
Dan Villiom Podlaski Christiansen |
mq: remove qrefresh slow path (issue2025)stable |
| 47 hours ago |
Sune Foldager |
interpret repo#name url syntax as branch instead of revision |
| 47 hours ago |
Brodie Rao |
dispatch: provide help for disabled extensions and commands |
| 2 days ago |
Brodie Rao |
extensions: refactor disabled() |
| 47 hours ago |
Dirkjan Ochtman |
mq: don't warn on qpush against a branch head |
| 47 hours ago |
Dirkjan Ochtman |
mq: deprecate qinit and qcommit |
| 2 days ago |
Dirkjan Ochtman |
mq: deprecate qsave, qrestore and related options |
| 13 months ago |
Brendan Cully |
mq: add --mq option to some commands |
| 2 days ago |
Sune Foldager |
pull: with -u and -r, update to the first revision given |
| 2 days ago |
Dirkjan Ochtman |
localrepo: inline single-use nested function |
| 2 days ago |
Dirkjan Ochtman |
localrepo: unify changegroup and changegroupsubset code paths a bit |
| 2 days ago |
Benoit Boissinot |
merge: add hints about the use of 'hg heads' to find the rev to merge |
| 2 days ago |
Benoit Boissinot |
prepush: warn about every new outgoing named branch, not just the first |
| 2 days ago |
Benoit Boissinot |
prepush: rename variables, refactor |
| 3 days ago |
Stefano Tortarolo |
rebase: add --detach option to detach intermediate revisions (issue1950) |
| 9 days ago |
Stefano Tortarolo |
rebase: refactoring |
| 2 days ago |
Dirkjan Ochtman |
commands: do all branch heads by default, demote topological to -t/--topo |
| 2 days ago |
Dirkjan Ochtman |
commands: actually implement --closed for topological heads |
| 2 days ago |
Dirkjan Ochtman |
commands: externalize branchheads so we can do it for all branches at once |
| 2 days ago |
Dirkjan Ochtman |
commands: move inactive/closed out so they can have more effect |
| 2 days ago |
Dirkjan Ochtman |
commands: don't do too much work for error messages |
| 2 days ago |
Dirkjan Ochtman |
commands: allow --closed even for topological heads displays |
| 2 days ago |
Patrick Mezard |
util: make spawndetached() handle subprocess early terminations |
| 2 days ago |
Henrik Stuart |
zeroconf: do not try to encode encoded strings (issue1942) |