]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/cli.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / cli.py
2016-02-02 Daira HopwoodRemove -u shortcut for 'tahoe ls --uri' which clashes...
2015-05-26 Brian WarnerMerge branch 'globalopts2'
2015-05-26 Brian Warnercli: improve formatting of all commands
2015-05-04 Brian WarnerImprove docs on 'cp -r', noting the recent 2329 changes
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2015-01-30 Daira HopwoodUse absolute paths in tahoe cp and tahoe backup. refs...
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2013-08-27 zookoMerge pull request #57 from markberger/1842-lease-trade...
2013-08-27 zookoMerge pull request #48 from markberger/740-cli-accept...
2013-07-26 Mark BergerAllows check and deep-check to take multiple arguments...
2013-04-22 Daira HopwoodAdd "[global-opts]" to help synopsis for tahoe ls....
2013-04-09 Brian WarnerCLI: put "[global-opts]" in all command synopses
2013-04-09 Brian Warnerrename VDriveOptions to FilesystemOptions
2013-04-09 Brian Warnerbin/tahoe: clean up global-vs-subcommand arguments...
2013-03-20 David-Sarah HopwoodImprove 'tahoe put --help' to clarify behaviour for...
2012-11-01 David-Sarah HopwoodCLI: fix synopsis for 'tahoe ls'. fixes #1839
2011-10-14 Brian WarnerCLI: don't deprecate --mutable, small docs fixes. refs...
2011-10-14 Brian Warneradd --format= to 'tahoe put'/'mkdir', remove --mutable...
2011-09-05 david-sarahCLI: make the --mutable-type option value for 'tahoe...
2011-09-03 Kevan Carstensencli: make --mutable-type imply --mutable in 'tahoe...
2011-08-02 Kevan Carstensencli: teach CLI how to create MDMF mutable files
2011-08-01 david-sarahAddress Kevan's comment in #776 about Options classes...
2011-08-01 david-sarahcleanup: implement rm as a synonym for unlink rather...
2011-07-28 david-sarahsrc/allmydata/scripts/cli.py: fix pyflakes warning.
2011-07-24 david-sarahFix the help synopses of CLI commands to include [optio...
2011-01-22 david-sarahCLI: improve help synopses for some commands.
2011-01-14 david-sarahCLI: make 'tahoe create-alias' and 'tahoe add-alias...
2011-01-17 Brian WarnerImprove 'tahoe ln' help text. Patch by David-Sarah...
2010-12-12 david-sarahscripts/cli.py: fix missing 'put' in usage example...
2010-11-30 david-sarahscripts/cli.py: remove the disclaimer in the help for...
2010-10-31 david-sarahtahoe backup: perform tilde expansion in exclude-from...
2010-08-03 david-sarahCLI: further improve consistency of basedir options...
2010-08-03 david-sarahCLI: make the synopsis for 'tahoe unlink' say unlink...
2010-08-03 david-sarahCLI: make all of the option descriptions imperative...
2010-08-02 david-sarahBasedir/node directory option improvements for ticket79...
2010-08-02 david-sarahAdditional Unicode basedir changes for ticket798 branch.
2010-08-01 david-sarahUnicode basedir changes for ticket798 branch.
2010-07-21 Zooko O'Whielacronxdocs: use current cap to Zooko's wiki page in example...
2010-07-17 david-sarahCLI: add 'tahoe unlink' as an alias to 'tahoe rm',...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-07-14 david-sarahcli.py: make command descriptions consistently end...
2010-06-17 david-sarahCLI: allow Unicode patterns in exclude option to 'tahoe...
2010-06-07 david-sarahUnicode fixes for platforms with non-native-Unicode...
2010-06-07 david-sarahUnicode fixes.
2010-05-20 Francois DeppierrazFix handling of correctly encoded unicode filenames...
2010-04-30 Francois DeppierrazCLI: Support for https url in option --node-url
2010-04-24 Brian Warner"tahoe webopen": add --info flag, to get ?t=info
2010-02-24 david-sarahTweak to 'tahoe ls --help' output (#837)
2010-02-20 david-sarahImprove behaviour of 'tahoe ls' for unknown objects...
2010-01-27 Brian Warner"tahoe backup": fix --exclude-vcs docs to include Git
2010-01-14 Brian Warnerchange docs and --help to use "grid" instead of "virtua...
2009-07-20 kevanUpdate tahoe mv help text.
2009-07-01 Brian Warnercli: webopen: when called with no arguments, open the...
2009-06-26 Brian Warnerone last tweak
2009-06-26 Brian Warnermore 'tahoe cp' docs tweaks
2009-06-26 Brian Warnercli.py: minor tweaks to test posthooks
2009-06-26 Brian Warnercli.py: update comments on 'tahoe cp' --help a bit
2009-06-25 Brian Warnercli: add some --help text to 'tahoe cp'
2009-06-04 Zooko O'Whielacronxbackup: remove the --no-backupdb command, the handling... trac-3900
2009-03-15 Brian Warnertahoe cp -r: add --caps-only flag, to write filecaps...
2009-02-22 Alberto BertiUse failUnlessEqual instead of failUnless(a == b)
2009-02-22 Alberto BertiBetter implementation of filtering algorithm.
2009-02-22 Alberto BertiRemoved '.hgrags' from vcs excludes
2009-02-22 Alberto BertiAdded --exclude, --exclude-from and --exclude-vcs optio...
2009-02-21 Alberto BertiAdd missing synopsis and descriptions for alias commands.
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-18 Brian WarnerCLI #590: convert 'tahoe deep-check' to streaming form...
2009-02-16 Brian Warnertest_cli: add test coverage for help strings
2009-02-11 Brian Warner#619: make 'tahoe backup' complain and refuse to run...
2009-02-06 Brian Warner#598: add backupdb to 'tahoe backup' command, enable...
2009-02-03 Brian Warner#598: first cut of 'tahoe backup' command: no backupdb...
2009-02-03 Brian WarnerCLI: move node-url -should-end-in-slash code into a...
2009-01-27 Brian WarnerCLI: fix examples in tahoe put --help
2009-01-24 Brian Warner#509: remove non-streaming 'tahoe manifest' CLI form
2009-01-23 Brian Warner#509 CLI: add 'tahoe manifest --stream'
2008-11-26 Zooko O'Whielacronxwui/wapi: change the default port number from 8123...
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnercli: add 'tahoe check' and 'tahoe deep-check' commands...
2008-11-19 Brian Warnercli: tahoe stats/manifest: change --verbose to --raw...
2008-11-18 Brian Warnercli: add --verbose to 'tahoe manifest', to show the...
2008-11-14 Brian WarnerCLI: add 'tahoe stats', to run start-deep-stats and...
2008-11-13 Brian WarnerCLI: add 'tahoe manifest', which takes a directory...
2008-09-24 robk-tahoeCLI: rework webopen, and moreover its tests w.r.t....
2008-09-24 robk-tahoeCLI: reconcile webopen changes
2008-06-18 robk-tahoecli: cleanup webopen command
2008-08-12 Brian WarnerCLI: move the 'repl' command to 'tahoe debug repl'
2008-08-12 Brian WarnerCLI: make 'tahoe webopen' command accept aliases like...
2008-08-02 Brian WarnerCLI: change one-arg forms of 'tahoe put' to make an...
2008-08-02 Brian WarnerCLI: add create-alias command, to merge mkdir and add...
2008-08-01 Brian WarnerCLI: simplify argument-passing, use options= for everth...
2008-06-03 Brian WarnerCLI: make 'tahoe webopen' use the 'tahoe:' alias proper...
2008-06-03 Brian WarnerCLI: improve docs w.r.t. aliases, add examples to ...
2008-05-22 Brian WarnerCLI: remove the '-r' shortcut for --dir-cap, to make...
2008-05-22 Brian Warnertahoe_cp: rewrite, make --recursive work
2008-05-20 Brian WarnerCLI: implement the easy part of cp (no -r, only two...
2008-05-20 Brian WarnerCLI: add 'list-aliases', factor out get_aliases
2008-05-20 Brian WarnerCLI: add 'ln', just like move but without the delete
2008-05-20 Brian WarnerCLI ls: add --readonly-uri to display readonly URIs...
2008-05-20 Brian WarnerCLI: add put --mutable, enhance ls to show mutable...
next