summaryrefslogtreecommitdiffstats
path: root/subcmds/smartsync.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up importsDavid Pursehouse2012-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | manifest_xml: import `HEAD` and `R_HEADS` from correct module version: import `HEAD` from correct module `HEAD` and `R_HEADS` should be imported from the git_refs module, where they are originally defined, rather than from the project module. repo: remove unused import of readline cherry_pick: import standard modules on separate lines smartsync: import subcmd modules explicitly from subcmd Use: `import re import sys` and `from subcmds.sync import Sync` Instead of: `import sys, re` and `from sync import Sync` Change-Id: Ie10dd6832710939634c4f5c86b9ba5a9cd6fc92e
* Aliasing sync -s to 'smartsync'v1.6.9.7Nico Sallembien2010-05-171-0/+33
This alias will let people use this command without having to remember the option. Change-Id: I3256d9e8e884c5be9e77f70e9cfb73e0f0c544c6